|
| 1 | +## v25.2.7 |
| 2 | + |
| 3 | +Release Date: October 17, 2025 |
| 4 | + |
| 5 | +{% include releases/new-release-downloads-docker-image.md release=include.release %} |
| 6 | + |
| 7 | +<h3 id="v25-2-7-bug-fixes">Bug fixes</h3> |
| 8 | + |
| 9 | +- Fixed a bug where an `INSERT` statement could fail with a type checking error while adding a `BIT(n)` column. [#152964][#152964] |
| 10 | +- Fixed a bug where index creation could fail due to validation errors if the schema change was retried or paused/resumed during the backfill. [#153596][#153596] |
| 11 | +- Fixed a bug introduced in v25.1.0 that would cause a node panic if a `SIGINT` signal was sent during the execution of a `CHECK EXTERNAL CONNECTION` command. [#153601][#153601] |
| 12 | +- Fixed a bug where `ALTER POLICY` was incorrectly dropping dependency tracking for functions, sequences, or types in policy expressions. [#153808][#153808] |
| 13 | +- Fixed a runtime error that could be hit if a new secondary index had a name collision with a primary index. [#154015][#154015] |
| 14 | +- Fixed a bug that caused panics when executing `COPY` into a table with hidden columns and expression indexes. The panic only occurred when the session setting `expect_and_ignore_not_visible_columns_in_copy` was enabled. This bug was introduced with `expect_and_ignore_not_visible_columns_in_copy` in v22.1.0. [#154290][#154290] |
| 15 | +- Disabled the `kv.lock_table.unreplicated_lock_reliability.split.enabled` feature, which could lead to a node crash. [#155418][#155418] |
| 16 | +- Fixed a bug where the presence of duplicate temporary tables in a backup caused the restore to fail with an error containing the text `restoring table desc and namespace entries: table already exists`. [#154398][#154398] |
| 17 | + |
| 18 | + |
| 19 | +[#153808]: https://github.com/cockroachdb/cockroach/pull/153808 |
| 20 | +[#154015]: https://github.com/cockroachdb/cockroach/pull/154015 |
| 21 | +[#154290]: https://github.com/cockroachdb/cockroach/pull/154290 |
| 22 | +[#155418]: https://github.com/cockroachdb/cockroach/pull/155418 |
| 23 | +[#154398]: https://github.com/cockroachdb/cockroach/pull/154398 |
| 24 | +[#152964]: https://github.com/cockroachdb/cockroach/pull/152964 |
| 25 | +[#153596]: https://github.com/cockroachdb/cockroach/pull/153596 |
| 26 | +[#153601]: https://github.com/cockroachdb/cockroach/pull/153601 |
0 commit comments