github xtdb/xtdb 1.23.2

latest releases: v2.1.0-beta5, v2.1.0-beta4, v2.1.0-beta3...
2 years ago

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 correct IllegalArgumentException 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

Don't miss a new xtdb release

NewReleases is sending notifications on new releases.