XTDB 1.23.2 is now available!
This release restores support for Clojure 1.10.x, alongside bug fixes to transaction processing and S3 Transfer Manager checkpointing.
;; lein
[com.xtdb/xtdb-core "1.23.2"]
;; deps.edn
com.xtdb/xtdb-core {:mvn/version "1.23.2"}
Bug fixes
- #1925 Fix
OutOfMemoryError
crashes during transaction processing not halting the ingester correctly if spec asserts are enabled. - #1926 Fix
ClassCastException
thrown instead of the correctIllegalArgumentException
for non empty checkpoint directories (S3 Transfer Manager) - #1927 Fix
:prefix
configuration option not applying to S3 Transfer Manager downloads. - #1931, #2485 Fix redundant re-evaluation of rolled back transaction functions when the transaction is known to abort.
- #1936 Dropped usage of
:as-alias
that caused a dependency on Clojure 1.11.x
Thanks to all who raised issues, contributed, or otherwise assisted with this release.
Cheers,
XT Team