Skip to content

Tags: ConduitIO/conduit-connector-postgres

Tags

v0.11.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: upgrade commons and sdk (#266)

* upgrade commons and sdk

* Update connector.yaml

v0.11.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to v0.11.1 (#265)

v0.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version to v0.11.0 (#245)

v0.10.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
go.mod: bump github.com/conduitio/conduit-connector-sdk (#224)

Bumps [github.com/conduitio/conduit-connector-sdk](https://github.com/conduitio/conduit-connector-sdk) from 0.11.1 to 0.12.0.
- [Commits](ConduitIO/conduit-connector-sdk@v0.11.1...v0.12.0)

---
updated-dependencies:
- dependency-name: github.com/conduitio/conduit-connector-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
go.mod: bump github.com/conduitio/conduit-connector-sdk (#222)

Bumps [github.com/conduitio/conduit-connector-sdk](https://github.com/conduitio/conduit-connector-sdk) from 0.11.0 to 0.11.1.
- [Commits](ConduitIO/conduit-connector-sdk@v0.11.0...v0.11.1)

---
updated-dependencies:
- dependency-name: github.com/conduitio/conduit-connector-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.9.1

Release v0.9.1

v0.9.0

Release v0.9.0

v0.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
upgrade conduit-connector-sdk to v0.10.0 (#187)

v0.7.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
avro schema generator (#174)

* schema generator
* snapshot emits schema
* add logrepl schema
* add uuid type formatting

v0.7.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for reading replication slot (#171)

* Read the state of the replication slot when subscription is created.
* Ensure the starting position in CDC mode is consistent with what is available in the slot.
* Refactor connection management to use pgxpool and allow for acquired connections to be upgraded for replication
* Add subscription teardown method which stops and waits for wind down.