Releases: MeltanoLabs/target-postgres
Releases · MeltanoLabs/target-postgres
v0.2.0
Highlights
- Support for
COPY
by setting theuse_copy
config to true.
What's Changed
- ci: Stop testing with Postgres 12 by @edgarrmondragon in #481
- refactor: Switch default driver to psycopg3 by @edgarrmondragon in #471
- refactor: Deprecate
sqlalchemy_url
anddialect+driver
settings by @edgarrmondragon in #482 - feat: Users can now opt-in into using
COPY
to load data by @edgarrmondragon in #483 - chore: Bump faker from 30.10.0 to 33.1.0 by @dependabot in #488
- chore: Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in the actions group by @dependabot in #489
- chore: Bump ruff from 0.7.4 to 0.8.1 in the development-dependencies group by @dependabot in #487
- chore: Bump meltano from 3.6.0b2 to 3.6.0b4 in /.github/workflows in the ci group by @dependabot in #486
- chore: pre-commit autoupdate by @pre-commit-ci in #490
- feat: Bump to singer-sdk v0.43.0 by @edgarrmondragon in #491
- feat: Configurable null character sanitization by @SpaceCondor in #434
- chore: Bump singer-sdk from 0.43.0 to 0.43.1 in the runtime-dependencies group by @dependabot in #493
Full Changelog: v0.1.0...v0.2.0
v0.2.0rc1
What's Changed
- chore: Bump faker from 30.10.0 to 33.1.0 by @dependabot in #488
- chore: Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in the actions group by @dependabot in #489
- chore: Bump ruff from 0.7.4 to 0.8.1 in the development-dependencies group by @dependabot in #487
- chore: Bump meltano from 3.6.0b2 to 3.6.0b4 in /.github/workflows in the ci group by @dependabot in #486
- chore: pre-commit autoupdate by @pre-commit-ci in #490
- feat: Bump to singer-sdk v0.43.0 by @edgarrmondragon in #491
- feat: Configurable null character sanitization by @SpaceCondor in #434
Full Changelog: v0.2.0a3...v0.2.0rc1
v0.2.0a3
What's Changed
- feat: Users can now opt-in into using
COPY
to load data by @edgarrmondragon in #483
Full Changelog: v0.2.0a2...v0.2.0a3
v0.2.0a2
What's Changed
- refactor: Deprecate
sqlalchemy_url
anddialect+driver
settings by @edgarrmondragon in #482
Full Changelog: v0.2.0a1...v0.2.0a2
v0.2.0a1
What's Changed
- ci: Stop testing with Postgres 12 by @edgarrmondragon in #481
- refactor: Switch default driver to psycopg3 by @edgarrmondragon in #471
Full Changelog: v0.1.0...v0.2.0a1
v0.1.0
What's Changed
- chore: Move automated dependency updates to a monthly schedule by @edgarrmondragon in #470
- ci: Fetch tags by @edgarrmondragon in #472
- test: Start testing with all supported Postgres versions by @edgarrmondragon in #473
- chore: Bump faker from 30.8.1 to 30.8.2 in the runtime-dependencies group by @dependabot in #477
- chore: Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in the actions group by @dependabot in #476
- chore: pre-commit autoupdate by @pre-commit-ci in #478
- feat: Bumped singer-sdk to v0.42.0 by @edgarrmondragon in #474
- refactor: Use
SQLConnector.jsonschema_to_sql
to map JSON schema types to SQL data types by @edgarrmondragon in #469 - chore: Bump ruff from 0.7.2 to 0.7.3 in the development-dependencies group by @dependabot in #479
- chore: Bump singer-sdk from 0.42.0b1 to 0.42.1 in the runtime-dependencies group by @dependabot in #480
Full Changelog: v0.0.17...v0.1.0
v0.1.0b1
v0.1.0b1
v0.1.0a3
v0.1.0a2
chore: Link to supported versions pages