Meltanolabs-target-postgres

Latest version: v0.3.2

Safety actively analyzes 707375 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

0.3.2

What's Changed
* chore: pre-commit autoupdate by pre-commit-ci in https://github.com/MeltanoLabs/target-postgres/pull/509
* fix: Fix whitespace in error message when settings are missing by edgarrmondragon in https://github.com/MeltanoLabs/target-postgres/pull/510
* chore: Bump tox from 4.23.2 to 4.24.1 in /.github/workflows in the ci group by dependabot in https://github.com/MeltanoLabs/target-postgres/pull/507
* chore: Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 in the actions group by dependabot in https://github.com/MeltanoLabs/target-postgres/pull/508
* chore: Bump faker from 35.0.0 to 36.1.0 by dependabot in https://github.com/MeltanoLabs/target-postgres/pull/511
* chore: Bump the runtime-dependencies group across 1 directory with 2 updates by dependabot in https://github.com/MeltanoLabs/target-postgres/pull/512
* chore: Bump the development-dependencies group across 1 directory with 2 updates by dependabot in https://github.com/MeltanoLabs/target-postgres/pull/513


**Full Changelog**: https://github.com/MeltanoLabs/target-postgres/compare/v0.3.1...v0.3.2

0.3.1

What's Changed
* chore: Bump faker from 33.3.1 to 35.0.0 by dependabot in https://github.com/MeltanoLabs/target-postgres/pull/503
* chore: Bump the runtime-dependencies group with 2 updates by dependabot in https://github.com/MeltanoLabs/target-postgres/pull/502


**Full Changelog**: https://github.com/MeltanoLabs/target-postgres/compare/v0.3.0...v0.3.1

0.3.0

What's Changed
* chore: Bump the development-dependencies group with 3 updates by dependabot in https://github.com/MeltanoLabs/target-postgres/pull/495
* chore: Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 in the actions group by dependabot in https://github.com/MeltanoLabs/target-postgres/pull/496
* chore: Bump meltano from 3.6.0b4 to 3.6.0 in /.github/workflows in the ci group by dependabot in https://github.com/MeltanoLabs/target-postgres/pull/494
* chore: pre-commit autoupdate by pre-commit-ci in https://github.com/MeltanoLabs/target-postgres/pull/497
* fix: Consider max VARCHAR length of 10,485,760 by edgarrmondragon in https://github.com/MeltanoLabs/target-postgres/pull/499
* packaging: Bump Singer SDK to v0.44 by edgarrmondragon in https://github.com/MeltanoLabs/target-postgres/pull/498
* feat: Support integer types other than `BIGINT` by edgarrmondragon in https://github.com/MeltanoLabs/target-postgres/pull/485
* feat: Support `x-sql-datatype` for integer types by edgarrmondragon in https://github.com/MeltanoLabs/target-postgres/pull/500
* chore: Ruff `TCH` -> `TC` by edgarrmondragon in https://github.com/MeltanoLabs/target-postgres/pull/501


**Full Changelog**: https://github.com/MeltanoLabs/target-postgres/compare/v0.2.0...v0.3.0

0.3.0rc1

0.2.0

Highlights

- Support for `COPY` by setting the `use_copy` config to true.

What's Changed
* ci: Stop testing with Postgres 12 by edgarrmondragon in https://github.com/MeltanoLabs/target-postgres/pull/481
* refactor: Switch default driver to psycopg3 by edgarrmondragon in https://github.com/MeltanoLabs/target-postgres/pull/471
* refactor: Deprecate `sqlalchemy_url` and `dialect+driver` settings by edgarrmondragon in https://github.com/MeltanoLabs/target-postgres/pull/482
* feat: Users can now opt-in into using `COPY` to load data by edgarrmondragon in https://github.com/MeltanoLabs/target-postgres/pull/483
* chore: Bump faker from 30.10.0 to 33.1.0 by dependabot in https://github.com/MeltanoLabs/target-postgres/pull/488
* chore: Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in the actions group by dependabot in https://github.com/MeltanoLabs/target-postgres/pull/489
* chore: Bump ruff from 0.7.4 to 0.8.1 in the development-dependencies group by dependabot in https://github.com/MeltanoLabs/target-postgres/pull/487
* chore: Bump meltano from 3.6.0b2 to 3.6.0b4 in /.github/workflows in the ci group by dependabot in https://github.com/MeltanoLabs/target-postgres/pull/486
* chore: pre-commit autoupdate by pre-commit-ci in https://github.com/MeltanoLabs/target-postgres/pull/490
* feat: Bump to singer-sdk v0.43.0 by edgarrmondragon in https://github.com/MeltanoLabs/target-postgres/pull/491
* feat: Configurable null character sanitization by SpaceCondor in https://github.com/MeltanoLabs/target-postgres/pull/434
* chore: Bump singer-sdk from 0.43.0 to 0.43.1 in the runtime-dependencies group by dependabot in https://github.com/MeltanoLabs/target-postgres/pull/493


**Full Changelog**: https://github.com/MeltanoLabs/target-postgres/compare/v0.1.0...v0.2.0

0.2.0rc1

What's Changed
* chore: Bump faker from 30.10.0 to 33.1.0 by dependabot in https://github.com/MeltanoLabs/target-postgres/pull/488
* chore: Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in the actions group by dependabot in https://github.com/MeltanoLabs/target-postgres/pull/489
* chore: Bump ruff from 0.7.4 to 0.8.1 in the development-dependencies group by dependabot in https://github.com/MeltanoLabs/target-postgres/pull/487
* chore: Bump meltano from 3.6.0b2 to 3.6.0b4 in /.github/workflows in the ci group by dependabot in https://github.com/MeltanoLabs/target-postgres/pull/486
* chore: pre-commit autoupdate by pre-commit-ci in https://github.com/MeltanoLabs/target-postgres/pull/490
* feat: Bump to singer-sdk v0.43.0 by edgarrmondragon in https://github.com/MeltanoLabs/target-postgres/pull/491
* feat: Configurable null character sanitization by SpaceCondor in https://github.com/MeltanoLabs/target-postgres/pull/434


**Full Changelog**: https://github.com/MeltanoLabs/target-postgres/compare/v0.2.0a3...v0.2.0rc1

Page 1 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.