Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Releases: palantir/atlasdb

0.568.0

09 Mar 09:07
c225400
Compare
Choose a tag to compare
Type Description Link
Improvement Add metrics to Cassandra reads and writes #5943

0.566.0-rc1

09 Mar 16:38
1ac5ba1
Compare
Choose a tag to compare
0.566.0-rc1 Pre-release
Pre-release

No documented user facing changes

0.567.0

08 Mar 16:20
2c52360
Compare
Choose a tag to compare
Type Description Link
Fix Fixed a race condition where if a transaction was just committed by another thread, users would receive null values from TransactionService.get. This caused users to observe that a completed transaction was still running, but did not lead to any correctness issue. #5940

0.566.0

08 Mar 11:22
8ec85e3
Compare
Choose a tag to compare
Type Description Link
Fix LocalConnectionConfig and SharedResourcesConfig may now be deserialised from config. #5941

0.565.0

07 Mar 17:39
3ca02e3
Compare
Choose a tag to compare
Type Description Link
Improvement Cassandra clients are now created with a different socketQueryTimeout initially (where the default is 5 seconds). This is changed back to the original timeout (62 seconds default) once the first login call has completed successfully for that connection. #5934

0.564.0

07 Mar 17:10
d4402b0
Compare
Choose a tag to compare
Type Description Link
Improvement encrypted-config-value 4.0.0 #5939

0.564.0-rc1

04 Mar 15:21
6b8f1f1
Compare
Choose a tag to compare
0.564.0-rc1 Pre-release
Pre-release

No documented user facing changes

0.563.0

03 Mar 21:24
4d57706
Compare
Choose a tag to compare

Automated release, no documented user facing changes

0.561.0-rc1

03 Mar 10:12
3b4a4c7
Compare
Choose a tag to compare
0.561.0-rc1 Pre-release
Pre-release
Type Description Link
Improvement Allow sharing of executors and connection for DBKVS when creating multiple transaction managers. #5924

0.562.0

02 Mar 21:23
b6ac003
Compare
Choose a tag to compare
Type Description Link
Improvement Streamline SQL BLOB cleanup

Avoid wrapping prepared statements to handle BLOB cleanup when there are
no BLOBs that need cleanup. Refactor to reuse BLOB temporary cleanup
logic and avoid iterable allocation overhead when no BLOBs are used.
#5933