Static 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.

2.0.9.3

Released: April 11, 2025

  • Fixed exception due to code obfuscation process.

2.0.9.2

Released: April 10, 2025

  • Fixed wrong column name used reading data while an alias is applied at column level.

2.0.9

Initial release