Releases: MeltanoLabs/target-snowflake
Releases · MeltanoLabs/target-snowflake
v0.16.1
What's Changed
- fix: Update
private_key
setting description by @edgarrmondragon in #343
Full Changelog: v0.16.0...v0.16.1
v0.16.0
What's Changed
- feat: Support for Base64 String Private key by @kronnk in #341
- chore: Lock file maintenance by @edgarrmondragon in #342
Full Changelog: v0.15.2...v0.16.0
v0.15.2
What's Changed
- feat(deps): bump snowflake-connector-python from 3.13.2 to 3.14.0 by @dependabot in #327
- chore: pin GitHub Actions versions to commit hashes by @WillDaSilva in #328
- feat(deps): bump sqlalchemy from 2.0.38 to 2.0.39 in the runtime-dependencies group by @dependabot in #331
- chore(deps-dev): bump coverage from 7.7.0 to 7.7.1 in the development-dependencies group by @dependabot in #333
- chore(deps-dev): bump coverage from 7.7.1 to 7.8.0 in the development-dependencies group by @dependabot in #336
- feat(deps): bump sqlalchemy from 2.0.39 to 2.0.40 in the runtime-dependencies group by @dependabot in #337
- ci: bump the actions group with 2 updates by @dependabot in #338
- fix: Honor
batch_size_rows
when batching records by @edgarrmondragon in #340 - feat: Bump to singer-sdk v0.45 by @edgarrmondragon in #334
New Contributors
- @WillDaSilva made their first contribution in #328
Full Changelog: v0.15.1...v0.15.2
v0.15.1
What's Changed
- feat(deps): bump the runtime-dependencies group with 2 updates by @dependabot in #320
- chore: pre-commit autoupdate by @pre-commit-ci in #319
- ci: bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 in the actions group by @dependabot in #318
- chore(deps-dev): bump coverage from 7.6.10 to 7.6.11 in the development-dependencies group by @dependabot in #321
- feat(deps): bump the runtime-dependencies group with 2 updates by @dependabot in #322
- chore(deps-dev): bump coverage from 7.6.11 to 7.6.12 in the development-dependencies group by @dependabot in #323
- chore: pre-commit autoupdate by @pre-commit-ci in #324
- chore(deps-dev): bump pytest from 8.3.4 to 8.3.5 in the development-dependencies group by @dependabot in #325
- fix: Fail early if
private_key_path
doesn't exist by @kronnk in #326
New Contributors
Full Changelog: v0.15.0...v0.15.1
v0.15.0
What's Changed
- chore: pre-commit autoupdate by @pre-commit-ci in #309
- chore: Update dev dependencies by @edgarrmondragon in #311
- feat(deps): bump snowflake-sqlalchemy from 1.7.1 to 1.7.3 in the runtime-dependencies group across 1 directory by @dependabot in #313
- feat(deps): bump snowflake-connector-python from 3.12.4 to 3.13.0 by @dependabot in #315
- feat(deps): bump snowflake-connector-python from 3.13.0 to 3.13.1 by @dependabot in #316
- feat: Bump to singer-sdk v0.44 by @edgarrmondragon in #317
Full Changelog: v0.14.1...v0.15.0
v0.14.1
What's Changed
- feat(deps): bump singer-sdk from 0.43.0 to 0.43.1 in the runtime-dependencies group by @dependabot in #303
- chore(deps-dev): bump coverage from 7.6.9 to 7.6.10 in the development-dependencies group by @dependabot in #307
- ci: bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 in the actions group by @dependabot in #308
- fix: Handle all type-mapping with
SQLConnector.jsonschema_to_sql
by @edgarrmondragon in #304
Full Changelog: v0.14.0...v0.14.1
v0.14.0
What's Changed
- chore(deps-dev): bump coverage from 7.6.4 to 7.6.7 in the development-dependencies group by @dependabot in #290
- feat(deps): bump singer-sdk from 0.42.0 to 0.42.1 in the runtime-dependencies group by @dependabot in #291
- chore(deps-dev): bump coverage from 7.6.7 to 7.6.8 in the development-dependencies group by @dependabot in #292
- feat(deps): bump snowflake-sqlalchemy from 1.6.1 to 1.7.0 by @dependabot in #293
- ci: bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in the actions group by @dependabot in #294
- chore: pre-commit autoupdate by @pre-commit-ci in #295
- chore(deps-dev): bump pytest from 8.3.3 to 8.3.4 in the development-dependencies group by @dependabot in #296
- chore: Flush logger hanlders at exit by @edgarrmondragon in #298
- chore(deps-dev): bump coverage from 7.6.8 to 7.6.9 in the development-dependencies group by @dependabot in #301
- feat(deps): bump the runtime-dependencies group with 2 updates by @dependabot in #302
- feat: Bump to singer-sdk v0.43.0 by @edgarrmondragon in #297
- fix: Set
snowflake.connector
logger toWARNING
level by default by @edgarrmondragon in #299
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- ci: bump pypa/gh-action-pypi-publish from 1.10.2 to 1.11.0 in the actions group by @dependabot in #286
- chore: pre-commit autoupdate by @pre-commit-ci in #287
- feat: Bumped singer-sdk to v0.42.0 by @edgarrmondragon in #288
- feat(deps): bump singer-sdk from 0.42.0b1 to 0.42.0 by @dependabot in #289
Full Changelog: v0.12.0...v0.13.0
v0.13.0b1
feat: Bumped singer-sdk to v0.42.0 (#288)
v0.12.0
What's Changed
- bug: Sessions should stay open even if snowflake is idle for hours by @visch in #272
- feat(deps): bump the runtime-dependencies group with 2 updates by @dependabot in #277
- feat: Official support for Python 3.13 by @edgarrmondragon in #278
- chore: Drop support for Python 3.8 by @edgarrmondragon in #279
- fix: URL-encode password value by @pnadolny13 in #282
- ci: Add timeout of 5 minutes to test job by @edgarrmondragon in #283
- feat(deps): bump snowflake-connector-python from 3.12.2 to 3.12.3 by @dependabot in #284
Full Changelog: v0.11.1...v0.12.0