Meltanolabs-tap-postgres

Latest version: v0.1.2

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

Scan your dependencies

Page 4 of 4

0.0.4

What's Changed
* docs: SSH tunnel documentation by sebastianswms in https://github.com/MeltanoLabs/tap-postgres/pull/188
* feat: Filter schemas based on user-provided config by sebastianswms in https://github.com/MeltanoLabs/tap-postgres/pull/218

* build(deps): Bump poetry from 1.5.1 to 1.6.0 in /.github/workflows by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/211
* build(deps-dev): Bump tox from 4.9.0 to 4.10.0 by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/213
* build(deps): Bump poetry from 1.6.0 to 1.6.1 in /.github/workflows by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/212
* build(deps-dev): Bump faker from 19.3.0 to 19.3.1 by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/217
* build(deps-dev): Bump tox from 4.10.0 to 4.11.0 by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/222
* build(deps-dev): Bump pre-commit from 3.3.3 to 3.4.0 by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/224
* build(deps): Bump cryptography from 41.0.2 to 41.0.3 by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/225
* build(deps-dev): Bump tox from 4.11.0 to 4.11.1 by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/223
* build(deps-dev): Bump faker from 19.3.1 to 19.4.0 by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/228
* build(deps-dev): Bump tox from 4.11.1 to 4.11.2 by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/227


**Full Changelog**: https://github.com/MeltanoLabs/tap-postgres/compare/v0.0.3...v0.0.4

0.0.3

What's Changed

* fix: JSONB values selected working properly by visch in https://github.com/MeltanoLabs/tap-postgres/pull/113
* docs: Removed TODOs, added precommit, updated pipx and local dev instructions by visch in https://github.com/MeltanoLabs/tap-postgres/pull/116
* fix: make tunnel settings optional by pnadolny13 in https://github.com/MeltanoLabs/tap-postgres/pull/136
* chore: Remove requests as it's not needed explicitly by visch in https://github.com/MeltanoLabs/tap-postgres/pull/140
* chore: Create LICENSE by pnadolny13 in https://github.com/MeltanoLabs/tap-postgres/pull/138
* fix:(taps): querying only selected columns by drbjim in https://github.com/MeltanoLabs/tap-postgres/pull/125
* feat: Break out `host`, `user`, `port`, etc. into individual config values by visch in https://github.com/MeltanoLabs/tap-postgres/pull/121
* fix: Update number->numeric to correct decimal typing bug. by sebastianswms in https://github.com/MeltanoLabs/tap-postgres/pull/166
* test: Add a test for schemas of jsonb objects. by sebastianswms in https://github.com/MeltanoLabs/tap-postgres/pull/170
* fix: date` columns outputs data with a `datetime` format instead of a `date` format by sebastianswms in https://github.com/MeltanoLabs/tap-postgres/pull/172
* feat: SSL by sebastianswms in https://github.com/MeltanoLabs/tap-postgres/pull/162
* fix: support JSON type by pnadolny13 in https://github.com/MeltanoLabs/tap-postgres/pull/186
* fix: Constrain SQLAlchemy to <2 by edgarrmondragon in https://github.com/MeltanoLabs/tap-postgres/pull/189
* build(deps): Bump sqlalchemy from 1.4.47 to 1.4.49 by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/194
* build(deps): Bump psycopg2-binary from 2.9.6 to 2.9.7 by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/190
* build(deps): Bump cryptography from 40.0.2 to 41.0.2 by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/178
* fix: Pin `singer-sdk` to a working minor version by edgarrmondragon in https://github.com/MeltanoLabs/tap-postgres/pull/208

New Contributors
* pnadolny13 made their first contribution in https://github.com/MeltanoLabs/tap-postgres/pull/136
* drbjim made their first contribution in https://github.com/MeltanoLabs/tap-postgres/pull/125
* sebastianswms made their first contribution in https://github.com/MeltanoLabs/tap-postgres/pull/166
* edgarrmondragon made their first contribution in https://github.com/MeltanoLabs/tap-postgres/pull/176

**Full Changelog**: https://github.com/MeltanoLabs/tap-postgres/compare/v0.0.2...v0.0.3

0.0.2

What's Changed
* feat: PostgresTap uses a singleton Connector by qbatten in https://github.com/MeltanoLabs/tap-postgres/pull/22
* feat: CI tests, linting, formatting, typechecking, SDK version bump by qbatten in https://github.com/MeltanoLabs/tap-postgres/pull/26
* fix: Make CI use correct version of Python by qbatten in https://github.com/MeltanoLabs/tap-postgres/pull/35
* feat: Use new test features; move tests folder out to base; bump versions; … by qbatten in https://github.com/MeltanoLabs/tap-postgres/pull/51
* feat: Support for SSH tunnel by visch in https://github.com/MeltanoLabs/tap-postgres/pull/94
* feat: Dynamic Releases by visch in https://github.com/MeltanoLabs/tap-postgres/pull/115


* feat: Dependabot implement by visch in https://github.com/MeltanoLabs/tap-postgres/pull/12
* ci: Add Python 3.11, remove Python 3.7. Clean up meltano.yml by visch in https://github.com/MeltanoLabs/tap-postgres/pull/45
* build(deps-dev): Bump faker from 15.3.4 to 16.8.1 by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/43
* build(deps): Bump cryptography from 39.0.0 to 39.0.1 by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/40
* chore: Update dependabot dependencies by visch in https://github.com/MeltanoLabs/tap-postgres/pull/47
* chore: Dependency upgrades. Black, pre-commit, faker, and tox by visch in https://github.com/MeltanoLabs/tap-postgres/pull/55
* build(deps-dev): Bump tox from 3.28.0 to 4.4.5 by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/50
* chore: Remove types-requests dependency by visch in https://github.com/MeltanoLabs/tap-postgres/pull/57
* chore: Poetry update deps by visch in https://github.com/MeltanoLabs/tap-postgres/pull/58
* build(deps-dev): Bump mypy from 1.0.0 to 1.0.1 by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/59
* build(deps): Bump pip from 23.0 to 23.0.1 in /.github/workflows by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/60
* build(deps): Bump singer-sdk from 0.20.0 to 0.21.0 by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/62
* build(deps-dev): Bump tox from 4.4.5 to 4.4.6 by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/63
* build(deps): Bump singer-sdk from 0.21.0 to 0.24.0 by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/92
* build(deps): Bump actions/checkout from 3.3.0 to 3.5.2 by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/96
* build(deps): Bump psycopg2-binary from 2.9.5 to 2.9.6 by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/104
* build(deps): Bump actions/setup-python from 4.5.0 to 4.6.0 by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/103
* build(deps): Bump pip from 23.0.1 to 23.1.1 in /.github/workflows by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/105
* build(deps-dev): Bump faker from 17.6.0 to 18.5.1 by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/107
* build(deps): Bump poetry from 1.3.2 to 1.4.2 in /.github/workflows by dependabot in https://github.com/MeltanoLabs/tap-postgres/pull/85

New Contributors
* qbatten made their first contribution in https://github.com/MeltanoLabs/tap-postgres/pull/22
* dependabot made their first contribution in https://github.com/MeltanoLabs/tap-postgres/pull/43

**Full Changelog**: https://github.com/MeltanoLabs/tap-postgres/compare/v0.0.1...v0.0.2

0.0.1

What's Changed
* Fix JSONB and Arrays by visch in https://github.com/MeltanoLabs/tap-postgres/pull/7
* Initial test created and failing by visch in https://github.com/MeltanoLabs/tap-postgres/pull/10

New Contributors
* visch made their first contribution in https://github.com/MeltanoLabs/tap-postgres/pull/7

**Full Changelog**: https://github.com/MeltanoLabs/tap-postgres/commits/v0.0.1

0.0.1a3

Test release

0.0.1a2

Test release

Page 4 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.