Skip to content

Releases: neocoretechs/RockSack

v4.4.2

09 Mar 14:09

Choose a tag to compare

Maintenance release correcting TransactionId disambiguation with LockingTransactionId in TransactionManager

v4.4.1

02 Mar 22:13

Choose a tag to compare

Added feature to control duration of lock timeouts in TransactionDb via getTransactionId(duration_in_millis).

v4.4.0

28 Feb 22:48

Choose a tag to compare

Addition of new OptimisticTransactionDB functionality from RocksDB optimistic concurrency control. Corresponding CC test, docs cleanup. No bugfixes, major new feature release only!

v4.3.0

23 Feb 00:51

Choose a tag to compare

Compliance with RocksDb 9.10.0 (latest). Javadoc Cleanup. Addition of getForUpdate and undoGetForUpdate for optimistic concurrency control.

v4.2.1

10 Jan 22:50

Choose a tag to compare

Maintenance release which adds overloaded method to properly determine linked transactions for aliased transaction sessions.

v4.2

04 Jan 04:00

Choose a tag to compare

Enhancements to DatabaseManager class to determine association of transactions to sessions. Updates to test batteries.

v4.1.1

09 Dec 19:07

Choose a tag to compare

Maintenance release to fix derived class storage.

v4.1

08 Dec 23:27

Choose a tag to compare

Significant refactor of transaction scoping to include ability to span database alias with transactions and federate operations based on user preferences.

v4.0.1

02 Dec 15:04

Choose a tag to compare

Minor maintenance release to correct unique transaction naming bug.

v4.0

24 Nov 19:31

Choose a tag to compare

Major release with redesign for greater transaction granularity and first class alias and transaction identity objects.