diff --git a/src/current/_data/releases.yml b/src/current/_data/releases.yml index 047687f4b03..7e767df2001 100644 --- a/src/current/_data/releases.yml +++ b/src/current/_data/releases.yml @@ -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 diff --git a/src/current/_includes/releases/v24.1/v24.1.11.md b/src/current/_includes/releases/v24.1/v24.1.11.md index cd30386e441..593b1999cbd 100644 --- a/src/current/_includes/releases/v24.1/v24.1.11.md +++ b/src/current/_includes/releases/v24.1/v24.1.11.md @@ -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 diff --git a/src/current/_includes/releases/v24.1/v24.1.12.md b/src/current/_includes/releases/v24.1/v24.1.12.md index 03e9bd60628..06413d38bf6 100644 --- a/src/current/_includes/releases/v24.1/v24.1.12.md +++ b/src/current/_includes/releases/v24.1/v24.1.12.md @@ -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] +

Backward-incompatible changes

+ +- 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] +

SQL language changes

- 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] @@ -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 diff --git a/src/current/_includes/releases/v24.1/v24.1.13.md b/src/current/_includes/releases/v24.1/v24.1.13.md new file mode 100644 index 00000000000..9af1aeea050 --- /dev/null +++ b/src/current/_includes/releases/v24.1/v24.1.13.md @@ -0,0 +1,15 @@ +## v24.1.13 + +Release Date: February 19, 2025 + +{% include releases/new-release-downloads-docker-image.md release=include.release %} + +

Bug fixes

+ +- 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