Skip to content

Releases: MeltanoLabs/tap-postgres

v0.0.7

22 Jan 15:47
629957e
Compare
Choose a tag to compare

What's Changed

  • fix: Use empty dict for schema of JSON/JSONB columns by @edgarrmondragon in #239
  • build(deps-dev): Bump faker from 19.12.0 to 19.13.0 by @dependabot in #283
  • build(deps): Bump poetry from 1.6.1 to 1.7.0 in /.github/workflows by @dependabot in #286
  • build(deps-dev): Bump black from 23.10.1 to 23.11.0 by @dependabot in #287
  • build(deps): Bump singer-sdk from 0.33.0 to 0.33.1 by @dependabot in #288
  • build(deps-dev): Bump mypy from 1.6.1 to 1.7.0 by @dependabot in #290
  • build(deps-dev): Bump faker from 19.13.0 to 20.0.0 by @dependabot in #289
  • build(deps-dev): Bump faker from 20.0.0 to 20.0.3 by @dependabot in #291
  • build(deps): Bump poetry from 1.7.0 to 1.7.1 in /.github/workflows by @dependabot in #292
  • build(deps-dev): Bump faker from 20.0.3 to 20.1.0 by @dependabot in #293
  • build(deps-dev): Bump mypy from 1.7.0 to 1.7.1 by @dependabot in #296
  • build(deps-dev): Bump tox from 4.11.3 to 4.11.4 by @dependabot in #298
  • build(deps): Bump cryptography from 41.0.5 to 41.0.6 by @dependabot in #300
  • fix: Treat streams with LOG_BASED replication as unsorted by @edgarrmondragon in #301
  • build(deps): Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @dependabot in #302
  • test: Use sqlalchemy.text in tests by @edgarrmondragon in #305
  • test: Use future=True param to create engines by @edgarrmondragon in #306
  • chore: Add pendulum as an explicit dev dependency by @edgarrmondragon in #308
  • build(deps-dev): Bump isort from 5.12.0 to 5.13.0 by @dependabot in #311
  • build(deps): Bump actions/setup-python from 4 to 5 by @dependabot in #310
  • build(deps-dev): Bump black from 23.11.0 to 23.12.0 by @dependabot in #314
  • build(deps-dev): Bump isort from 5.13.0 to 5.13.1 by @dependabot in #313
  • test: Slightly refactor fixed config values into tests/settings.py by @amotl in #312
  • fix: Use .mappings() in cursor, to get rows as mappings by @edgarrmondragon in #309
  • test: Use table.drop(conn, checkfirst=True) in tests by @edgarrmondragon in #315
  • build(deps-dev): Bump isort from 5.13.1 to 5.13.2 by @dependabot in #319
  • build(deps-dev): Bump faker from 20.1.0 to 21.0.0 by @dependabot in #318
  • feat: Switch from postgres service to compose by @sebastianswms in #320
  • fix: Log based testing, upgrade to postgres16 for testing by @sebastianswms in #316
  • feat: Object validation by @sebastianswms in #307
  • build(deps): Bump pip from 23.3.1 to 23.3.2 in /.github/workflows by @dependabot in #322
  • build(deps): Bump singer-sdk from 0.33.1 to 0.34.0 by @dependabot in #304
  • build(deps-dev): Bump pendulum from 2.1.2 to 3.0.0 by @dependabot in #323
  • build(deps): Bump singer-sdk from 0.34.0 to 0.34.1 by @dependabot in #324
  • build(deps-dev): Bump mypy from 1.7.1 to 1.8.0 by @dependabot in #328
  • fix: ARRAY(JSONB) parsing and add pytest by @sebastianswms in #333
  • build(deps-dev): Bump faker from 21.0.0 to 22.0.0 by @dependabot in #332
  • build(deps-dev): Bump black from 23.12.0 to 23.12.1 by @dependabot in #329
  • build(deps-dev): Bump flake8 from 6.1.0 to 7.0.0 by @dependabot in #336
  • feat: Support Python 3.12 by @edgarrmondragon in #326
  • build(deps-dev): Bump faker from 22.1.0 to 22.2.0 by @dependabot in #338
  • build(deps-dev): Bump tox from 4.11.4 to 4.12.0 by @dependabot in #339
  • build(deps-dev): Bump tox from 4.12.0 to 4.12.1 by @dependabot in #340
  • build(deps-dev): Bump faker from 22.2.0 to 22.4.0 by @dependabot in #341

New Contributors

Full Changelog: v0.0.6...v0.0.7

v0.0.6

26 Oct 18:41
6f49ede
Compare
Choose a tag to compare

What's Changed

  • feat: Dates can now be parsed only as strings, also migrated to the non dep… by @visch in #247
  • build(deps): Bump psycopg2-binary from 2.9.7 to 2.9.8 by @dependabot in #250
  • build(deps): Bump urllib3 from 1.26.15 to 1.26.17 by @dependabot in #251
  • build(deps): Bump psycopg2-binary from 2.9.8 to 2.9.9 by @dependabot in #252
  • docs: Dates as string add link to describe the issue by @visch in #254
  • docs: Add batch config to README copied from Meltano Hub by @sebastianswms in #234
  • build(deps-dev): Bump faker from 19.6.2 to 19.8.0 by @dependabot in #255
  • build(deps-dev): Bump mypy from 1.5.1 to 1.6.0 by @dependabot in #257
  • build(deps-dev): Bump faker from 19.8.0 to 19.9.0 by @dependabot in #256
  • build(deps-dev): Bump faker from 19.9.0 to 19.10.0 by @dependabot in #258
  • build(deps-dev): Bump pre-commit from 3.4.0 to 3.5.0 by @dependabot in #271
  • build(deps): Bump pip from 23.2.1 to 23.3 in /.github/workflows by @dependabot in #270
  • feat: log based replication by @sebastianswms in #249
  • build(deps): Bump singer-sdk from 0.32.0 to 0.33.0 by @dependabot in #272
  • build(deps): Bump urllib3 from 1.26.17 to 1.26.18 by @dependabot in #273
  • build(deps-dev): Bump black from 23.9.1 to 23.10.0 by @dependabot in #275
  • build(deps-dev): Bump mypy from 1.6.0 to 1.6.1 by @dependabot in #274
  • build(deps-dev): Bump faker from 19.10.0 to 19.11.0 by @dependabot in #277
  • build(deps): Bump pip from 23.3 to 23.3.1 in /.github/workflows by @dependabot in #278
  • build(deps-dev): Bump black from 23.10.0 to 23.10.1 by @dependabot in #280
  • build(deps-dev): Bump faker from 19.11.0 to 19.12.0 by @dependabot in #281

Full Changelog: v0.0.5...v0.0.6

v0.0.5

25 Sep 16:05
ec4a38f
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): Bump black from 23.7.0 to 23.9.1 by @dependabot in #232
  • build(deps-dev): Bump tox from 4.11.2 to 4.11.3 by @dependabot in #231
  • build(deps-dev): Bump faker from 19.4.0 to 19.6.0 by @dependabot in #230
  • build(deps): Bump actions/checkout from 3 to 4 by @dependabot in #229
  • build(deps-dev): Bump faker from 19.6.0 to 19.6.1 by @dependabot in #235
  • fix: Fixes null state attempting to be written by @sebastianswms in #233
  • build(deps-dev): Bump faker from 19.6.1 to 19.6.2 by @dependabot in #242
  • build(deps): Bump certifi from 2022.12.7 to 2023.7.22 by @dependabot in #243
  • build(deps): Bump cryptography from 41.0.3 to 41.0.4 by @dependabot in #244
  • build(deps): Bump singer-sdk from 0.31.1 to 0.32.0 by @dependabot in #248

Full Changelog: v0.0.4...v0.0.5

v0.0.4

08 Sep 20:07
15e2300
Compare
Choose a tag to compare

What's Changed

  • docs: SSH tunnel documentation by @sebastianswms in #188

  • feat: Filter schemas based on user-provided config by @sebastianswms in #218

  • build(deps): Bump poetry from 1.5.1 to 1.6.0 in /.github/workflows by @dependabot in #211

  • build(deps-dev): Bump tox from 4.9.0 to 4.10.0 by @dependabot in #213

  • build(deps): Bump poetry from 1.6.0 to 1.6.1 in /.github/workflows by @dependabot in #212

  • build(deps-dev): Bump faker from 19.3.0 to 19.3.1 by @dependabot in #217

  • build(deps-dev): Bump tox from 4.10.0 to 4.11.0 by @dependabot in #222

  • build(deps-dev): Bump pre-commit from 3.3.3 to 3.4.0 by @dependabot in #224

  • build(deps): Bump cryptography from 41.0.2 to 41.0.3 by @dependabot in #225

  • build(deps-dev): Bump tox from 4.11.0 to 4.11.1 by @dependabot in #223

  • build(deps-dev): Bump faker from 19.3.1 to 19.4.0 by @dependabot in #228

  • build(deps-dev): Bump tox from 4.11.1 to 4.11.2 by @dependabot in #227

Full Changelog: v0.0.3...v0.0.4

v0.0.3

17 Aug 15:25
1ee45f6
Compare
Choose a tag to compare

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: datecolumns outputs data with adatetimeformat instead of adate` 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

Full Changelog: v0.0.2...v0.0.3

v0.0.2

01 May 12:12
3e9ddfc
Compare
Choose a tag to compare

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

  • feat: Support for SSH tunnel by @visch in #94

  • feat: Dynamic Releases by @visch in #115

  • feat: Dependabot implement by @visch in #12

  • 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: Update dependabot dependencies by @visch in #47

  • 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

  • chore: Remove types-requests dependency by @visch in #57

  • chore: Poetry update deps by @visch in #58

  • 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

Full Changelog: v0.0.1...v0.0.2

v0.0.1a3

30 Apr 21:44
af80dd8
Compare
Choose a tag to compare
v0.0.1a3 Pre-release
Pre-release

Test release

v0.0.1a2

30 Apr 21:41
32d41d1
Compare
Choose a tag to compare
v0.0.1a2 Pre-release
Pre-release

Test release

v0.0.1

11 Jan 18:10
de857b6
Compare
Choose a tag to compare

What's Changed

  • Fix JSONB and Arrays by @visch in #7
  • Initial test created and failing by @visch in #10

New Contributors

  • @visch made their first contribution in #7

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