Releases: planetscale/debezium-connector-planetscale
Releases · planetscale/debezium-connector-planetscale
v2.4.0.Final.PS20241031.1
Debezium Server comes bundled with the connector for Vitess. To requiring users to remove that JAR to avoid class conflicts, this release includes the following changes:
- Produce
-planetscaleartifacts instead of-vitess. - Rename
vitesspackage names toplanetscale. - Define a
PlanetScaleConnectorclass that extends theVitessConnectorwith no additions or changes.
This way our JAR can live alongside the Vitess one without any class conflicts, and users can specify they want to use the PlanetScale
connector with:
debezium.source.connector.class=io.debezium.connector.planetscale.PlanetScaleConnector
Other Vitess-oriented configs will remain unchanged, e.g.:
debezium.source.vitess.keyspace=<planetscale-database-name>
v2.4.0.Final.PS20241028.1
v2.4.0.Final.PS20241028.1 is based on v2.4.0.Final of the upstream debezium-connector-vitess project. It contains changes were are needed to adapt that project to PlanetScale, namely:
- Basic HTTP header authentication.
- TLS support.
In addition, it contains some changes that were needed by our early beta users, such as:
- Emit record for DDL events.
- Support
enumdata types during the VStream copy phase. initial_onlysnapshot mode.- Handle temporal data types more like the MySQL connector.
- Support for snapshot select overrides.