This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
Releases: palantir/atlasdb
Releases · palantir/atlasdb
0.568.0
0.566.0-rc1
No documented user facing changes
0.567.0
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
0.565.0
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
0.564.0-rc1
No documented user facing changes
0.563.0
Automated release, no documented user facing changes
0.561.0-rc1
Type | Description | Link |
---|---|---|
Improvement | Allow sharing of executors and connection for DBKVS when creating multiple transaction managers. | #5924 |