Skip to content

Commit

Permalink
v24.3.4 release notes (#19337)
Browse files Browse the repository at this point in the history
  • Loading branch information
kathancox authored Jan 31, 2025
1 parent 6dfb2bc commit b1b79db
Show file tree
Hide file tree
Showing 2 changed files with 39 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 @@ -8008,3 +8008,31 @@
docker_arm_limited_access: false
source: true
previous_release: v24.1.10


- release_name: v24.3.4
major_version: v24.3
release_date: '2025-01-31'
release_type: Production
go_version: go1.22.8
sha: 781c478ed1d879da1ab1a331529990bfbd9bc46c
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.3.3
11 changes: 11 additions & 0 deletions src/current/_includes/releases/v24.3/v24.3.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## v24.3.4

Release Date: January 31, 2025

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

<h3 id="v24-3-4-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. [#140175][#140175]

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

0 comments on commit b1b79db

Please sign in to comment.