Data Transfer release notes: January 2025
New features
-
Endpoint.Create, Endpoint.Update, and Endpoint.Delete API methods became asynchronous. In case of success, they return the operation in which the
donefield equalsfalse, and theresponsefield is empty.
According to the asynchronous API contract, you need to wait for the operation to complete by calling the Operation.Get method until you get an operation with thedonefield set totruein response. This operation will also have theresponsefield filled. Only after that you can consider the operation completed and use your new or updated endpoint. -
Implemented parallelized table copy in transfers from Managed Service for YDB.
-
For replication from Managed Service for YDB, you can configure the change feed retention period.
Fixed issues
-
Fixed the display of errors when a transfer fails.
-
Fixed the behavior of PostgreSQL to Managed Service for YDB transfers when updating primary keys in the source.
-
A transfer from a custom PostgreSQL installation will now access replicas where possible.
-
Fixed the
Decimalserialization error in Debezium. -
Fixed the password reset error in the Confluent Schema Registry parser settings.
-
Fixed the behavior of the Replication method setting in the SQL Server data source.