---
title: "Announcing etcd v3.7.0"
url: https://daily.dev/posts/announcing-etcd-v3-7-0-nx1zk0xsu
source_url: https://kubernetes.io/blog/2026/07/08/announcing-etcd-3.7
type: article
source: "Kubernetes"
published: 2026-07-08T19:00:17.368Z
updated: 2026-07-08T19:00:41.239Z
tags: ["kubernetes", "backend", "golang", "distributed-systems"]
reading_time: 10
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Announcing etcd v3.7.0

**[Kubernetes](https://daily.dev/sources/k8s)** · 10 min read · 0 upvotes · 0 comments

## Summary

etcd v3.7.0 has been released, introducing the long-awaited RangeStream RPC that streams large result sets in chunks instead of buffering them entirely, reducing latency and memory usage. Key performance improvements include a keys-only range optimization that reads solely from the in-memory index, faster and more reliable lease handling with prioritized LeaseRevoke requests and a new FastLeaseKeepAlive feature, and faster concurrent watch operations. The release completes a major protobuf overhaul replacing deprecated libraries with google.golang.org/protobuf, reducing CPU usage. The server now bootstraps entirely from v3store, eliminating the legacy v2 store dependency after a multi-release effort. Other additions include Unix socket support, JWT authentication token setting directly in clientv3, new watch observability metrics, and etcdutl timeout support. Breaking changes include removal of all --experimental flags (replaced by feature gates), removal of v2 API packages, and multiarch-only container images. Dependencies updated include bbolt v1.5.1 and raft v3.7.0.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://kubernetes.io/blog/2026/07/08/announcing-etcd-3.7>

## Similar posts on daily.dev

- [Announcing etcd 3.7.0-beta.0](https://daily.dev/posts/announcing-etcd-3-7-0-beta-0-haetwfpz1) · Kubernetes · 1 upvotes · 0 comments

---

Tags: [#kubernetes](https://daily.dev/tags/kubernetes), [#backend](https://daily.dev/tags/backend), [#golang](https://daily.dev/tags/golang), [#distributed-systems](https://daily.dev/tags/distributed-systems)

[View this post on daily.dev](https://daily.dev/posts/announcing-etcd-v3-7-0-nx1zk0xsu)
