Skip to main content

Conduit Postgres Connector v0.12.0

· One min read

Conduit Postgres Connector v0.12.0 is now available, and it will be part of the next Conduit release as a builtin connector, making use of the the new Connector SDK ReadN method, and adding validation for the logical replication slot name.

More information

ReadN addition

Since the introduction of end-to-end batching on the Connector SDK, (part of the Connector SDK 0.12.0), source connectors could add support for batching by implementing the ReadN method.

Validating logical replication slot name

This validation was introduced by one of our newest Conduit users. Thanks Rauan Mayemir!

Rauan reported that publications are fine with special characters in the name, but not replication slots, so with Conduit Connector Postgres 0.12.0, you can ensure that the replication slot name is valid before starting the connector.

tip

For more information, check out the Postgres Connector documentation.

If you have any questions, or more feedback feel free to join our Discord Community!

scarf pixel conduit-site-changelog