Releases: MeltanoLabs/target-postgres
v0.0.11rc1
What's Changed
- chore: Bump sqlalchemy from 2.0.23 to 2.0.25 by @dependabot in #273
- chore: Bump flake8 from 6.1.0 to 7.0.0 by @dependabot in #272
- chore: Bump tox from 4.11.4 to 4.12.0 by @dependabot in #274
- chore: Bump tox from 4.12.0 to 4.12.1 by @dependabot in #275
- chore: Bump types-jsonschema from 4.20.0.20240105 to 4.21.0.20240118 by @dependabot in #276
- chore: Bump types-paramiko from 3.4.0.20240106 to 3.4.0.20240120 by @dependabot in #277
- chore: Pin build dependencies for stability by @edgarrmondragon in #279
- chore: Replace isort, flake8, black and pyupgrade with Ruff by @edgarrmondragon in #278
- chore: Enforce importing
sqlalchemy as sa
by @edgarrmondragon in #280 - chore: Bump pytest from 7.4.4 to 8.0.0 by @dependabot in #282
- chore: Bump ruff from 0.1.14 to 0.1.15 by @dependabot in #283
- chore: Looser dep dependency constraints by @edgarrmondragon in #284
- chore: Bump ruff from 0.1.15 to 0.2.0 by @dependabot in #285
- chore: Bump types-paramiko from 3.4.0.20240120 to 3.4.0.20240205 by @dependabot in #288
- chore: pre-commit autoupdate by @pre-commit-ci in #289
- fix: developer setup permissions on key files by @prevostc in #286
- chore: Bump ruff from 0.2.0 to 0.2.1 by @dependabot in #291
- chore: Bump singer-sdk from 0.34.1 to 0.35.0 by @dependabot in #290
- feat: Optionally store content marked as
"base16"
encoded intobytea
columns by @prevostc in #287
New Contributors
Full Changelog: v0.0.10...v0.0.11rc1
v0.0.10
What's Changed
- chore: pre-commit autoupdate by @pre-commit-ci in #216
- fix: numeric primary key columns no longer coerce to serial4 by @sebastianswms in #219
- feat: fixes with mypy, add tox, remove 3.7 support by @sebastianswms in #212
- chore: pre-commit autoupdate by @pre-commit-ci in #218
- chore: Bump singer-sdk from 0.33.0 to 0.33.1 by @dependabot in #229
- feat: Switch activate version logic to use sqlalchemy by @sebastianswms in #225
- fix: add test for multiple identical schema messages by @sebastianswms in #220
- feat: Verify data in tests (row count and first row) by @sebastianswms in #215
- feat: Refactor for a more efficient prepare_table() by @sebastianswms in #228
- doc: Datatype documentation by @sebastianswms in #234
- feat: Add SDK pytests by @sebastianswms in #227
- chore: Bump mypy from 1.6.1 to 1.7.1 by @dependabot in #233
- chore: Bump types-jsonschema from 4.19.0.3 to 4.20.0.0 by @dependabot in #232
- chore: Bump poetry from 1.6.1 to 1.7.1 in /.github/workflows by @dependabot in #231
- chore: Bump black from 23.10.0 to 23.11.0 by @dependabot in #226
- chore: Bump pytest from 7.4.2 to 7.4.3 by @dependabot in #217
- chore: Bump cryptography from 41.0.5 to 41.0.6 by @dependabot in #236
- chore: pre-commit autoupdate by @pre-commit-ci in #235
- chore: Bump types-paramiko from 3.3.0.0 to 3.3.0.2 by @dependabot in #243
- chore: Bump tox from 4.11.3 to 4.11.4 by @dependabot in #244
- chore: Bump isort from 5.12.0 to 5.13.0 by @dependabot in #245
- chore: Bump actions/setup-python from 4 to 5 by @dependabot in #246
- chore: pre-commit autoupdate by @pre-commit-ci in #247
- chore: Bump black from 23.11.0 to 23.12.0 by @dependabot in #248
- chore: Bump isort from 5.13.0 to 5.13.1 by @dependabot in #249
- chore: Bump isort from 5.13.1 to 5.13.2 by @dependabot in #253
- build: Add support for Python 3.12 by @amotl in #252
- chore: pre-commit autoupdate by @pre-commit-ci in #258
- chore: Remove explicit dependency on pendulum by @edgarrmondragon in #259
- fix: Implement
NOTYPE.python_type
to fix adapting column types by @edgarrmondragon in #238 - chore: Bump mypy from 1.7.1 to 1.8.0 by @dependabot in #263
- chore: pre-commit autoupdate by @pre-commit-ci in #265
- feat: prepare_column() refactor and new activate_version config option. by @sebastianswms in #240
- chore: Bump pytest from 7.4.3 to 7.4.4 by @dependabot in #267
- chore: Bump black from 23.12.0 to 23.12.1 by @dependabot in #264
- chore: pre-commit autoupdate by @pre-commit-ci in #271
- chore: Bump singer-sdk from 0.33.1 to 0.34.1 by @dependabot in #262
- chore: Bump types-paramiko from 3.3.0.2 to 3.4.0.20240106 by @dependabot in #270
- chore: Bump types-jsonschema from 4.20.0.0 to 4.20.0.20240105 by @dependabot in #269
- chore: Bump paramiko from 3.3.1 to 3.4.0 by @dependabot in #261
New Contributors
Full Changelog: v0.0.9...v0.0.10
v0.0.10a1
chore: Bump paramiko from 3.3.1 to 3.4.0 (#261)
v0.0.9
What's Changed
-
fix: Remove old code checking primary keys by @sebastianswms in #206
-
fix: Use built-in RecordsWithoutSchemaException by @sebastianswms in #207
-
feat: Support SQLAlchemy 2.0 by @andyoneal in #185
-
feat: Switch from VARCHAR to TEXT. by @sebastianswms in #211
-
feat: README badges by @sebastianswms in #210
-
chore: Bump actions/checkout from 3 to 4 by @dependabot in #190
-
chore: pre-commit autoupdate by @pre-commit-ci in #191
-
chore: Bump cryptography from 41.0.3 to 41.0.4 by @dependabot in #197
-
chore: pre-commit autoupdate by @pre-commit-ci in #195
-
chore: Bump singer-sdk from 0.31.1 to 0.32.0 by @dependabot in #199
-
chore: pre-commit autoupdate by @pre-commit-ci in #200
-
chore: Bump poetry from 1.5.1 to 1.6.1 in /.github/workflows by @dependabot in #182
-
chore: Bump psycopg2-binary from 2.9.7 to 2.9.8 by @dependabot in #201
-
chore: Bump psycopg2-binary from 2.9.8 to 2.9.9 by @dependabot in #203
-
chore: Bump urllib3 from 1.26.16 to 1.26.17 by @dependabot in #202
-
chore: Bump urllib3 from 1.26.17 to 1.26.18 by @dependabot in #209
-
chore: Bump singer-sdk from 0.32.0 to 0.33.0 by @dependabot in #208
-
chore: pre-commit autoupdate by @pre-commit-ci in #205
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- feat: Support No Type by @andyoneal in #183
- feat: Share Connector Instance with Sinks by @andyoneal in #184
Thank you @andyoneal
- fix: Add lock files for meltano 3.0 by @visch in #188
- chore: Bump pytest from 7.4.0 to 7.4.1 by @dependabot in #186
- chore: Bump singer-sdk from 0.31.0 to 0.31.1 by @dependabot in #178
- chore: Bump pytest from 7.4.1 to 7.4.2 by @dependabot in #187
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
Major bug in 0.0.6 regarding upserts. This is addressed thanks to @andyoneal , there was also a bug with activate version also address by @andyoneal Thank you!!
-
fix: Constrain SQLAlchemy to <2 by @edgarrmondragon in #170
-
fix: Upsert by @andyoneal in #175
-
fix: Double quote identifiers when handling activate version by @andyoneal in #166
-
chore: Bump black from 23.1.0 to 23.3.0 by @dependabot in #115
-
chore: pre-commit autoupdate by @pre-commit-ci in #162
-
chore: Bump psycopg2-binary from 2.9.6 to 2.9.7 by @dependabot in #171
-
chore: Bump singer-sdk from 0.28.0 to 0.31.0 by @dependabot in #172
New Contributors
- @andyoneal made their first contribution in #175
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
-
feat: Adds support for SSL to address issue #71. by @sebastianswms in #131
-
feat: ssh_tunnel by @sebastianswms in #156
-
feat: Upgraded to latest version of singer_sdk, fixed upper case columns with column alters by @visch in #153
-
feat: anyOf support by @sebastianswms in #158
-
chore: Bump poetry from 1.4.1 to 1.4.2 in /.github/workflows by @dependabot in #118
-
chore: pre-commit autoupdate by @pre-commit-ci in #134
-
chore: Bump psycopg2-binary from 2.9.5 to 2.9.6 by @dependabot in #117
-
feat: Use SQLAlchemy core objects where possible and append only added by @visch in #138
-
chore: pre-commit autoupdate by @pre-commit-ci in #144
-
chore: Bump pytest from 7.2.1 to 7.3.2 by @dependabot in #143
-
chore: Bump poetry from 1.4.2 to 1.5.1 in /.github/workflows by @dependabot in #136
-
chore: Bump requests from 2.28.2 to 2.31.0 by @dependabot in #135
-
chore: pre-commit autoupdate by @pre-commit-ci in #159
-
chore: pre-commit autoupdate by @pre-commit-ci in #154
New Contributors
- @pre-commit-ci made their first contribution in #134
- @sebastianswms made their first contribution in #131
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
-
ci: Install
meltano
usingpipx
by @edgarrmondragon in #97 -
fix: Tests to ensure port config works properly by @visch in #95
-
chore: remove
types-requests
which is not needed by @visch in #85 -
chore: Bump singer-sdk from 0.17.0 to 0.18.0 by @dependabot in #90
-
chore: Bump flake8-docstrings from 1.6.0 to 1.7.0 by @dependabot in #91
-
chore: Bump isort from 5.11.4 to 5.11.5 by @dependabot in #92
-
chore: Bump black from 22.12.0 to 23.1.0 by @dependabot in #100
-
chore: Bump singer-sdk from 0.18.0 to 0.19.0 by @dependabot in #99
-
chore: Bump mypy from 0.991 to 1.0.1 by @dependabot in #107
-
chore: Bump actions/setup-python from 3 to 4 by @dependabot in #109
-
chore: Bump poetry from 1.3.2 to 1.4.1 in /.github/workflows by @dependabot in #114
-
chore: Bump cryptography from 39.0.0 to 39.0.1 by @dependabot in #104
New Contributors
- @edgarrmondragon made their first contribution in #97
Full Changelog: v0.0.4...v0.0.5