Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.36 KB

File metadata and controls

20 lines (12 loc) · 1.36 KB

v24.1.20

Release Date: June 25, 2025

{% include releases/new-release-downloads-docker-image.md release=include.release %}

Bug fixes

  • Fixed a bug that could potentially cause a changefeed to complete erroneously when one of its watched tables encounters a schema change. #147039
  • Fixed a bug that caused the SQL Activity > Statement Fingerprint page to fail to load details for statements run with application names containing a # character. #147220
  • Fixed a bug that could cause the cockroach process to segfault when collecting runtime execution traces (typically collected via the Advanced Debug page in the Console). #147338
  • Fixed a bug that could cause stable expressions to be folded in cached query plans. The bug could cause stable expressions like current_setting to return the wrong result if used in a prepared statement. The bug was introduced in v23.2.22, v24.1.14, v24.3.9, v25.1.2, and the v25.2 alpha. #147457
  • Fixed a bug where prepared statements on schema changes could fail with runtime errors. #147668
  • Fixed a bug where ALTER TABLE was modifying identity attributes on columns not backed by a sequence. #147771

Performance improvements

  • TTL jobs now respond to cluster topology changes by restarting and rebalancing across available nodes. #147213