Skip to content

Commit

Permalink
v24.1.13 Release Notes (#19389)
Browse files Browse the repository at this point in the history
  • Loading branch information
kathancox authored Feb 19, 2025
1 parent 359bff7 commit b778ea6
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/current/_data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8261,3 +8261,31 @@
docker_arm_limited_access: false
source: true
previous_release: v24.3.5


- release_name: v24.1.13
major_version: v24.1
release_date: '2025-02-19'
release_type: Production
go_version: go1.22.8
sha: 4f6931941a0e78bf2ba98c4ee4cbc1e3bbf3da4e
has_sql_only: true
has_sha256sum: true
mac:
mac_arm: true
mac_arm_experimental: true
mac_arm_limited_access: false
windows: true
linux:
linux_arm: true
linux_arm_experimental: false
linux_arm_limited_access: false
linux_intel_fips: true
linux_arm_fips: false
docker:
docker_image: cockroachdb/cockroach
docker_arm: true
docker_arm_experimental: false
docker_arm_limited_access: false
source: true
previous_release: v24.1.12
4 changes: 4 additions & 0 deletions src/current/_includes/releases/v24.1/v24.1.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ Release Date: January 31, 2025

- Fixed a bug that could cause `SHOW TABLES` and other introspection operations to encounter a `"batch timestamp ... must be after replica GC threshold"` error. [#140177][#140177]

{{site.data.alerts.callout_danger}}
This fix is present in v24.1.11 and [v24.1.13](#v24-1-13), but was **not** released in [v24.1.12](#v24-1-12).
{{site.data.alerts.end}}

[#140177]: https://github.com/cockroachdb/cockroach/pull/140177
5 changes: 5 additions & 0 deletions src/current/_includes/releases/v24.1/v24.1.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Release Date: February 6, 2025

- The protected timestamp records of running changefeeds are now updated when the set of targets changes, such as when system tables are added to the protected tables list. [#138668][#138668]

<h3 id="v24-3-5-backward-incompatible-changes">Backward-incompatible changes</h3>

- In [v24.1.11](#v24-1-11-bug-fixes), a bug was fixed that could cause `SHOW TABLES` and other introspection operations to encounter a `"batch timestamp ... must be after replica GC threshold"` error. This fix is **not** present in v24.1.12, but has been released in [v24.1.13](#v24-1-13). [#140177][#140177]

<h3 id="v24-1-12-sql-language-changes">SQL language changes</h3>

- Since v23.2 table statistics histograms have been collected for non-indexed JSON columns. Histograms are no longer collected for these columns if the `sql.stats.non_indexed_json_histograms.enabled` cluster setting is set to `false`. This reduces memory usage during table statistics collection, for both automatic and manual collection via `ANALYZE` and `CREATE STATISTICS`. [#140268][#140268]
Expand Down Expand Up @@ -45,3 +49,4 @@ Release Date: February 6, 2025
[#139248]: https://github.com/cockroachdb/cockroach/pull/139248
[#140268]: https://github.com/cockroachdb/cockroach/pull/140268
[#140272]: https://github.com/cockroachdb/cockroach/pull/140272
[#140177]: https://github.com/cockroachdb/cockroach/pull/140177
15 changes: 15 additions & 0 deletions src/current/_includes/releases/v24.1/v24.1.13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## v24.1.13

Release Date: February 19, 2025

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

<h3 id="v24-1-13-bug-fixes">Bug fixes</h3>

- Fixed a bug that could cause `SHOW TABLES` and other introspection operations to encounter a `"batch timestamp ... must be after replica GC threshold"` error. [#141657][#141657]

{{site.data.alerts.callout_danger}}
This fix is present in v24.1.11 and [v24.1.13](#v24-1-13), but was **not** released in [v24.1.12](#v24-1-12).
{{site.data.alerts.end}}

[#141657]: https://github.com/cockroachdb/cockroach/pull/141657

0 comments on commit b778ea6

Please sign in to comment.