Release Date: June 25, 2025
{% include releases/new-release-downloads-docker-image.md release=include.release %}
- 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
cockroachprocess tosegfaultwhen 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_settingto 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 TABLEwas modifying identity attributes on columns not backed by a sequence. #147771
- TTL jobs now respond to cluster topology changes by restarting and rebalancing across available nodes. #147213