Releases: ToucanToco/toucan-connectors
Releases · ToucanToco/toucan-connectors
v4.8.1
What's Changed
- fix(postgres): join on schema and table name in get_model TCTC-6814 by @lukapeschke in #1285
- build(deps): bump jq from 1.5.0 to 1.6.0 by @dependabot in #1277
- build(deps): bump redshift-connector from 2.0.913 to 2.0.914 by @dependabot in #1278
- chore: v4.8.1 by @lukapeschke in #1286
Full Changelog: v4.8.0...v4.8.1
v4.8.0
What's Changed
- build(deps): bump pymongo from 4.4.1 to 4.5.0 by @dependabot in #1242
- build(deps): bump jq from 1.4.1 to 1.5.0 by @dependabot in #1250
- build(deps): bump snowflake-connector-python from 3.1.0 to 3.1.1 by @dependabot in #1249
- build(deps): bump peakina from 0.11.1 to 0.12.0 by @dependabot in #1255
- build(deps): bump pyarrow from 11.0.0 to 13.0.0 by @dependabot in #1256
- build(deps-dev): bump pytest from 7.4.0 to 7.4.1 by @dependabot in #1253
- build(deps): bump google-api-python-client from 2.97.0 to 2.98.0 by @dependabot in #1264
- build(deps): bump gspread from 5.10.0 to 5.11.1 by @dependabot in #1263
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #1261
- build(deps-dev): bump pytest-aiohttp from 1.0.4 to 1.0.5 by @dependabot in #1265
- build(deps): bump grpcio from 1.51.3 to 1.53.0 by @dependabot in #1271
- build(deps-dev): bump pytest from 7.4.1 to 7.4.2 by @dependabot in #1276
- build(deps): bump snowflake-connector-python from 3.1.1 to 3.2.0 by @dependabot in #1275
- build(deps): bump awswrangler from 3.3.0 to 3.4.0 by @dependabot in #1274
- feat: add s3 connector TCTC-6566 by @andreamouraud in #1273
- chore: v4.8.0 by @andreamouraud in #1280
Full Changelog: v4.7.3...v4.8.0
v3.23.18
What's Changed
- chore(deps): Pin numpy<1.24 by @lukapeschke in #1258
- chore: v3.23.18 by @lukapeschke in #1259
Full Changelog: v3.23.17...v3.23.18
v4.7.3
What's Changed
- build(deps): bump redshift-connector from 2.0.912 to 2.0.913 by @dependabot in #1173
- build(deps-dev): bump pytest-asyncio from 0.21.0 to 0.21.1 by @dependabot in #1174
- build(deps): bump pymongo from 4.4.0 to 4.4.1 by @dependabot in #1175
- build(deps-dev): bump click from 8.1.4 to 8.1.6 by @dependabot in #1185
- build(deps): bump aiohttp from 3.8.4 to 3.8.5 by @dependabot in #1193
- update a missing version update on sonar properties by @Sanix-Darker in #1191
- build(deps-dev): bump types-simplejson from 3.19.0.1 to 3.19.0.2 by @dependabot in #1196
- build(deps): bump pyjwt from 2.7.0 to 2.8.0 by @dependabot in #1195
- build(deps-dev): bump types-python-slugify from 8.0.0.2 to 8.0.0.3 by @dependabot in #1197
- build(deps-dev): bump types-requests from 2.31.0.1 to 2.31.0.2 by @dependabot in #1194
- build(deps): bump pydantic from 1.10.11 to 1.10.12 by @dependabot in #1205
- build(deps-dev): bump types-pyopenssl from 23.2.0.1 to 23.2.0.2 by @dependabot in #1204
- build(deps): bump google-api-python-client from 2.93.0 to 2.95.0 by @dependabot in #1206
- build(deps): bump google-cloud-bigquery from 3.11.3 to 3.11.4 by @dependabot in #1207
- build(deps): bump awswrangler from 3.2.1 to 3.3.0 by @dependabot in #1219
- build(deps-dev): bump responses from 0.23.1 to 0.23.3 by @dependabot in #1218
- build(deps-dev): bump flake8 from 6.0.0 to 6.1.0 by @dependabot in #1209
- build(deps): bump hubspot-api-client from 8.0.0 to 8.1.0 by @dependabot in #1224
- build(deps): bump google-api-python-client from 2.95.0 to 2.96.0 by @dependabot in #1225
- build(deps): bump snowflake-connector-python from 3.0.4 to 3.1.0 by @dependabot in #1216
- build(deps-dev): bump mypy from 1.4.1 to 1.5.0 by @dependabot in #1227
- build(deps): bump tenacity from 8.2.2 to 8.2.3 by @dependabot in #1232
- build(deps-dev): bump pandas-stubs from 2.0.2.230605 to 2.0.3.230814 by @dependabot in #1231
- build(deps-dev): bump cryptography from 40.0.2 to 41.0.3 by @dependabot in #1226
- build(deps-dev): bump mypy from 1.5.0 to 1.5.1 by @dependabot in #1236
- build(deps): bump google-api-python-client from 2.96.0 to 2.97.0 by @dependabot in #1235
- build(deps-dev): bump click from 8.1.6 to 8.1.7 by @dependabot in #1237
- fix: replace empty '' by numpy.nan on column for google-sheet [TCTC-6530] by @Sanix-Darker in #1228
- chore: bump toucan-connectors from 4.7.2 to 4.7.3 by @Sanix-Darker in #1241
Full Changelog: v4.7.2...v4.7.3
v3.23.16
What's Changed
- feat(backport): google big query database selection much faster [TCTC-6113] (#1126) [TCTC-6473] by @Sanix-Darker in #1215
- chore: bump from v3.23.15 to 3.23.16 [TCTC-6473] by @Sanix-Darker in #1217
Full Changelog: v3.23.15...v3.23.16
v4.7.2
What's Changed
- fix: redshift db error on Programming error by @Sanix-Darker in #1189
- chore: bump from 4.7.1 to 4.7.2 by @Sanix-Darker in #1190
Full Changelog: v4.7.1...v4.7.2
v4.7.1
What's Changed
- build(deps): bump google-api-python-client from 2.92.0 to 2.93.0 by @dependabot in #1171
- build(deps-dev): bump mock from 5.0.2 to 5.1.0 by @dependabot in #1170
- build(deps-dev): bump black from 23.3.0 to 23.7.0 by @dependabot in #1169
- fix: pyyaml deps bump from 5.4.1 to >=6,<7 by @Sanix-Darker in #1184
Full Changelog: v4.7.0...v4.7.1
v3.23.15
What's Changed
- fix(lts): duplicate columns on mysql [TCTC-6141] by @fspot in #1132
- fix: pyyaml on weel PEP 541 by @Sanix-Darker in #1183
- fix: ignore redshift programming error when a db doesn't have table info to prevent a 500 error from the backend by @Sanix-Darker in #1182
- chore: bump from 3.23.14 to 3.23.15 by @Sanix-Darker in #1186
Full Changelog: v3.23.13...v3.23.15
v4.7.0
What's Changed
- build(deps-dev): bump pandas-stubs from 2.0.1.230501 to 2.0.2.230605 by @dependabot in #1108
- build(deps): bump dataiku-api-client from 9.0.1 to 12.0.0 by @dependabot in #1119
- build(deps): bump google-api-python-client from 2.88.0 to 2.89.0 by @dependabot in #1118
- build(deps): bump awswrangler from 3.1.1 to 3.2.0 by @dependabot in #1117
- feat: enhance http api connector logs by @WilliamGorge in #1121
- fix: duplicate columns on mysql [TCTC-6141] by @fspot in #1131
- build(deps-dev): bump mypy from 1.3.0 to 1.4.0 by @dependabot in #1133
- build(deps): bump google-api-python-client from 2.89.0 to 2.90.0 by @dependabot in #1134
- build(deps): bump hubspot-api-client from 7.5.0 to 8.0.0 by @dependabot in #1116
- build(deps): bump pymysql from 1.0.3 to 1.1.0 by @dependabot in #1144
- build(deps-dev): bump pytest from 7.3.2 to 7.4.0 by @dependabot in #1140
- build(deps): bump pymongo from 4.3.3 to 4.4.0 by @dependabot in #1136
- build(deps): bump gspread from 5.9.0 to 5.10.0 by @dependabot in #1154
- build(deps): bump google-api-python-client from 2.90.0 to 2.91.0 by @dependabot in #1153
- build(deps-dev): bump pytest-rerunfailures from 11.1.2 to 12.0 by @dependabot in #1160
- build(deps): bump google-api-python-client from 2.91.0 to 2.92.0 by @dependabot in #1158
- feat: google big query database selection much faster [TCTC-6113] by @Sanix-Darker in #1126
- chore: bump connectors from 4.6.0 to 4.7.0 by @Sanix-Darker in #1163
New Contributors
- @WilliamGorge made their first contribution in #1121
Full Changelog: v4.6.0...v4.7.0
v4.6.0
What's Changed
- build(deps-dev): bump pandas-stubs from 2.0.0.230412 to 2.0.1.230501 by @dependabot in #1064
- build(deps): bump clickhouse-driver from 0.2.5 to 0.2.6 by @dependabot in #1065
- build(deps): bump requests from 2.29.0 to 2.30.0 by @dependabot in #1066
- build(deps-dev): bump types-requests from 2.28.11.17 to 2.30.0.0 by @dependabot in #1072
- build(deps-dev): bump docker from 6.0.1 to 6.1.1 by @dependabot in #1070
- build(deps-dev): bump types-simplejson from 3.19.0.0 to 3.19.0.1 by @dependabot in #1075
- build(deps-dev): bump mypy from 1.2.0 to 1.3.0 by @dependabot in #1077
- build(deps-dev): bump types-pyopenssl from 23.1.0.2 to 23.1.0.3 by @dependabot in #1076
- build(deps): bump pyjwt from 2.4.0 to 2.7.0 by @dependabot in #1073
- build(deps): bump gspread from 5.8.0 to 5.9.0 by @dependabot in #1078
- build(deps-dev): bump docker from 6.1.1 to 6.1.2 by @dependabot in #1079
- build(deps): bump awswrangler from 3.0.0 to 3.1.1 by @dependabot in #1082
- build(deps): bump requests from 2.30.0 to 2.31.0 by @dependabot in #1085
- build(deps-dev): bump types-requests from 2.30.0.0 to 2.31.0.0 by @dependabot in #1087
- build(deps): bump pydantic from 1.10.7 to 1.10.8 by @dependabot in #1088
- build(deps): bump snowflake-connector-python from 3.0.3 to 3.0.4 by @dependabot in #1093
- build(deps-dev): bump pytest-cov from 4.0.0 to 4.1.0 by @dependabot in #1092
- build(deps): bump google-api-python-client from 2.86.0 to 2.87.0 by @dependabot in #1091
- build(deps-dev): bump types-requests from 2.31.0.0 to 2.31.0.1 by @dependabot in #1099
- build(deps): bump google-api-python-client from 2.87.0 to 2.88.0 by @dependabot in #1100
- build(deps-dev): bump types-pyopenssl from 23.1.0.3 to 23.2.0.0 by @dependabot in #1101
- build(deps-dev): bump docker from 6.1.2 to 6.1.3 by @dependabot in #1103
- build(deps): bump google-cloud-bigquery from 3.10.0 to 3.11.0 by @dependabot in #1104
- feat: toucan-connector should not deal with VOID into filter steps, let's keep that removal loggic to weaverbird [TCTC-5480, TCTC-6102] by @Sanix-Darker in #1086
- chore: release toucan-connectors from 4.5.1 to 4.6.0 by @Sanix-Darker in #1107
Full Changelog: v4.5.1...v4.6.0