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
done
field equalsfalse
, and theresponse
field 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 thedone
field set totrue
in response. This operation will also have theresponse
field 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
Decimal
serialization 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.