Skip to content

Commit e60168e

Browse files
author
Automated Release Bot
committed
Update release notes for v24.1-v24.1.25
1 parent 212920d commit e60168e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## v24.1.25
2+
3+
Release Date: October 22, 2025
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v24-1-25-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. [#153606][#153606]
10+
- A bug has been fixed that caused panics when
11+
executing `COPY` into a table with hidden columns and expression
12+
indexes. The panic only occurred when the
13+
`expect_and_ignore_not_visible_columns_in_copy` setting was enabled.
14+
This bug has been present since
15+
`expect_and_ignore_not_visible_columns_in_copy` was introduced in
16+
v22.1.0. [#154282][#154282]
17+
18+
<h3 id="v24-1-25-miscellaneous">Miscellaneous</h3>
19+
20+
- fixes a bug where the presence of duplicate temporary
21+
tables in a backup caused the restore to fail with an error containing
22+
the text 'restoring table desc and namespace
23+
entries: table already exists'.
24+
Informs: #153722 [#154400][#154400]
25+
26+
27+
[#154400]: https://github.com/cockroachdb/cockroach/pull/154400
28+
[#153606]: https://github.com/cockroachdb/cockroach/pull/153606
29+
[#154282]: https://github.com/cockroachdb/cockroach/pull/154282

0 commit comments

Comments
 (0)