ScyllaDB agent changelog
Releases
2.1.2.10
Released: September 3, 2025
-
Carried on a major refactoring of the agent’s codebase:
-
Replaced the JDBI library with the more advanced and feature-rich official ScyllaDB Java driver, that has been released in the last few months;
-
Added support for the a broader range of data types;
-
Added support for user-customizable timeout values;
-
Better connection pooling;
-
Allow entities to be created even if CDC is not enabled in source table;
-
Entities can also be created with just after images support;
-
-
Fixed an issue that could have caused the agent throw an exception when handling NULL transaction ids incoming from ScyllaDB.