Releases: MeltanoLabs/tap-postgres
v0.0.3
What's Changed
- fix: JSONB values selected working properly by @visch in #113
- docs: Removed TODOs, added precommit, updated pipx and local dev instructions by @visch in #116
- fix: make tunnel settings optional by @pnadolny13 in #136
- chore: Remove requests as it's not needed explicitly by @visch in #140
- chore: Create LICENSE by @pnadolny13 in #138
- fix:(taps): querying only selected columns by @drbjim in #125
- feat: Break out
host
,user
,port
, etc. into individual config values by @visch in #121 - fix: Update number->numeric to correct decimal typing bug. by @sebastianswms in #166
- test: Add a test for schemas of jsonb objects. by @sebastianswms in #170
- fix: date
columns outputs data with a
datetimeformat instead of a
date` format by @sebastianswms in #172 - feat: SSL by @sebastianswms in #162
- fix: support JSON type by @pnadolny13 in #186
- fix: Constrain SQLAlchemy to <2 by @edgarrmondragon in #189
- build(deps): Bump sqlalchemy from 1.4.47 to 1.4.49 by @dependabot in #194
- build(deps): Bump psycopg2-binary from 2.9.6 to 2.9.7 by @dependabot in #190
- build(deps): Bump cryptography from 40.0.2 to 41.0.2 by @dependabot in #178
- fix: Pin
singer-sdk
to a working minor version by @edgarrmondragon in #208
New Contributors
- @pnadolny13 made their first contribution in #136
- @drbjim made their first contribution in #125
- @sebastianswms made their first contribution in #166
- @edgarrmondragon made their first contribution in #176
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
-
feat: PostgresTap uses a singleton Connector by @qbatten in #22
-
feat: CI tests, linting, formatting, typechecking, SDK version bump by @qbatten in #26
-
fix: Make CI use correct version of Python by @qbatten in #35
-
feat: Use new test features; move tests folder out to base; bump versions; … by @qbatten in #51
-
ci: Add Python 3.11, remove Python 3.7. Clean up meltano.yml by @visch in #45
-
build(deps-dev): Bump faker from 15.3.4 to 16.8.1 by @dependabot in #43
-
build(deps): Bump cryptography from 39.0.0 to 39.0.1 by @dependabot in #40
-
chore: Dependency upgrades. Black, pre-commit, faker, and tox by @visch in #55
-
build(deps-dev): Bump tox from 3.28.0 to 4.4.5 by @dependabot in #50
-
build(deps-dev): Bump mypy from 1.0.0 to 1.0.1 by @dependabot in #59
-
build(deps): Bump pip from 23.0 to 23.0.1 in /.github/workflows by @dependabot in #60
-
build(deps): Bump singer-sdk from 0.20.0 to 0.21.0 by @dependabot in #62
-
build(deps-dev): Bump tox from 4.4.5 to 4.4.6 by @dependabot in #63
-
build(deps): Bump singer-sdk from 0.21.0 to 0.24.0 by @dependabot in #92
-
build(deps): Bump actions/checkout from 3.3.0 to 3.5.2 by @dependabot in #96
-
build(deps): Bump psycopg2-binary from 2.9.5 to 2.9.6 by @dependabot in #104
-
build(deps): Bump actions/setup-python from 4.5.0 to 4.6.0 by @dependabot in #103
-
build(deps): Bump pip from 23.0.1 to 23.1.1 in /.github/workflows by @dependabot in #105
-
build(deps-dev): Bump faker from 17.6.0 to 18.5.1 by @dependabot in #107
-
build(deps): Bump poetry from 1.3.2 to 1.4.2 in /.github/workflows by @dependabot in #85
New Contributors
- @qbatten made their first contribution in #22
- @dependabot made their first contribution in #43
Full Changelog: v0.0.1...v0.0.2