Skip to content

1.24.3

Latest
Compare
Choose a tag to compare
@wotbrew wotbrew released this 05 Dec 17:43
8d2ae27

XTDB 1.24.3 is now available!

This is a bugfix release for the jdbc and kafka modules.

;; lein
[com.xtdb/xtdb-core "1.24.3"]

;; deps.edn
com.xtdb/xtdb-core {:mvn/version "1.24.3"}

Bug fixes

  • #1918, #1917 Fix rare JDBC Postgres race condition causing transaction timestamps to not always increase with tx-id under concurrent load. This occurs most often if there is some latency between the XTDB node and Postgres.
  • #2776 Fix JDBC race condition causing a crash on schema creation if multiple nodes start at the same time on an empty database
  • #2912 Fix type error causing a transactor halt on failed transaction for kafka document stores.

Thanks to all who raised issues, contributed or otherwise assisted with this release.

Cheers,
XT Team