Releases: MeltanoLabs/tap-postgres
Releases · MeltanoLabs/tap-postgres
v0.8.3
What's Changed
- refactor: Rely on Meltano Singer SDK upstream
_conform_primitive_propertyby @edgarrmondragon in #744 - fix: Handle wal2json enum type quoting issue in LOG_BASED replication by @ksohail22 in #736
- build(deps): Bump tox from 4.47.2 to 4.47.3 in /.github/workflows in the ci group by @dependabot[bot] in #746
- fix: LOG_BASED replication bookmark not advancing between syncs by @ksohail22 in #745
- fix: Fix
InvalidStreamSortExceptioninLOG_BASEDreplication by @ksohail22 in #747 - build(deps): Bump the ci group in /.github/workflows with 2 updates by @dependabot[bot] in #751
- fix: Restore
max_record_countfunctionality by @edgarrmondragon in #753 - fix: Unbounded WAL retention and premature replication loop exit for LOG_BASED streams by @ksohail22 in #748
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
- chore: pre-commit autoupdate by @pre-commit-ci[bot] in #739
- fix: Fixed a regression where the driver name set by the user in the
sqlalchemy_urlwas ignored when creating theConnectionParametersinstance by @edgarrmondragon in #738 - build(deps-dev): Bump hatchling from 1.28 to 1.29.0 in the development-dependencies group by @dependabot[bot] in #740
- fix: Bump SQLAlchemy to 2.0.48 by @edgarrmondragon in #741
- chore: Move tox config to
pyproject.tomlby @edgarrmondragon in #742 - chore: Check types with ty by @edgarrmondragon in #743
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- build(deps): Bump astral-sh/setup-uv from 7.2.0 to 7.3.0 in the actions group by @dependabot[bot] in #732
- build(deps): Bump tox from 4.34.1 to 4.38.0 in /.github/workflows in the ci group by @dependabot[bot] in #733
- build(deps-dev): Bump the development-dependencies group with 2 updates by @dependabot[bot] in #734
- fix: Initialize connector before accessing
connection_parametersindiscover_streamsby @ksohail22 in #735
New Contributors
- @ksohail22 made their first contribution in #735
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- build(deps): Bump the actions group with 2 updates by @dependabot[bot] in #714
- chore: pre-commit autoupdate by @pre-commit-ci[bot] in #716
- build(deps-dev): Bump the development-dependencies group with 3 updates by @dependabot[bot] in #715
- chore: Use a strict Pytest config by @edgarrmondragon in #718
- chore: Use
--show-fixeswith Ruff by @edgarrmondragon in #719 - chore: Enable Ruff
Brules by @edgarrmondragon in #720 - feat: Use SSL and SSH config in LOG_BASED replication by @danilofuchs in #717
- fix: Ensure connection parameters are update to the SSH tunnel host and port by @edgarrmondragon in #721
- build(deps): Bump tox from 4.32.0 to 4.33.0 in /.github/workflows in the ci group by @dependabot[bot] in #722
- build(deps-dev): Bump the development-dependencies group with 3 updates by @dependabot[bot] in #724
- build(deps): Bump tox from 4.33.0 to 4.34.1 in /.github/workflows in the ci group by @dependabot[bot] in #723
- build(deps): Bump urllib3 from 2.6.2 to 2.6.3 by @dependabot[bot] in #725
- build(deps-dev): Bump ruff from 0.14.11 to 0.14.13 in the development-dependencies group by @dependabot[bot] in #727
- build(deps): Bump actions/checkout from 6.0.1 to 6.0.2 in the actions group by @dependabot[bot] in #726
- chore: pre-commit autoupdate by @pre-commit-ci[bot] in #728
- build(deps): Bump sqlalchemy from 2.0.45 to 2.0.46 in the runtime-dependencies group by @dependabot[bot] in #731
- build(deps): Bump actions/setup-python from 6.1.0 to 6.2.0 in the actions group by @dependabot[bot] in #729
- build(deps-dev): Bump the development-dependencies group with 2 updates by @dependabot[bot] in #730
New Contributors
- @danilofuchs made their first contribution in #717
Full Changelog: v0.7.4...v0.8.0
v0.7.4
What's Changed
- build(deps): Bump the runtime-dependencies group with 2 updates by @dependabot[bot] in #710
- build(deps): Bump the actions group with 2 updates by @dependabot[bot] in #709
- packaging: Bump build requirement hatchling to 1.28.0 by @edgarrmondragon in #711
- build(deps-dev): Bump the development-dependencies group with 3 updates by @dependabot[bot] in #712
- build(deps): Bump sqlalchemy from 2.0.44 to 2.0.45 in the runtime-dependencies group by @dependabot[bot] in #713
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
- build(deps): Bump the actions group with 3 updates by @dependabot[bot] in #702
- chore: Lock file maintenance by @edgarrmondragon in #703
- chore: Bump Ruff by @edgarrmondragon in #704
- chore: pre-commit autoupdate by @pre-commit-ci[bot] in #705
- chore: Add
fallback-versionto hatch-vcs configuration by @edgarrmondragon in #706 - build(deps): Bump the runtime-dependencies group with 2 updates by @dependabot[bot] in #707
- build(deps): Bump mypy from 1.18.2 to 1.19.0 by @dependabot[bot] in #708
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- fix: For log-based streams, update
_parse_column_valueto handle null values by @rjparton in #700, #701
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- chore: Lock file maintenance by @edgarrmondragon in #698
- fix: Bump Singer SDK to 0.53 by @edgarrmondragon in #699
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- build(deps): Bump tox from 4.31.0 to 4.32.0 in /.github/workflows in the ci group by @dependabot[bot] in #693
- build(deps): Bump the actions group with 2 updates by @dependabot[bot] in #692
- chore: pre-commit autoupdate by @pre-commit-ci[bot] in #694
- fix: Bump Singer SDK to 0.52 by @edgarrmondragon in #695
- packaging: Require Paramiko 4+ for SSH tunneling by @edgarrmondragon in #696
- feat: Support Python 3.14 by @edgarrmondragon in #697
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- feat: Optional
msgspecserialization by @edgarrmondragon in #687 - build(deps): Bump the ci group in /.github/workflows with 2 updates by @dependabot[bot] in #688
- build(deps): Bump the actions group with 2 updates by @dependabot[bot] in #689
- build(deps): Bump astral-sh/setup-uv from 7.1.0 to 7.1.1 in the actions group by @dependabot[bot] in #690
- fix: Update dependencies by @edgarrmondragon in #691
Full Changelog: v0.5.0...v0.6.0