Previous change logs can be found at CHANGELOG-3.5.
See code changes.
etcd
will no longer start on data dir created by newer versions (for example etcd v3.6 will not run on v3.7+ data dir). To downgrade data dir please check outetcdutl migrate
command.
- Add command to generate shell completion.
- Add command to generate shell completion.
- Add
migrate
command for downgrading/upgrading etcd data dir files.
- Package
mvcc
was moved tostorage/mvcc
- Package
mvcc/backend
was moved tostorage/backend
- Package
mvcc/buckets
was moved tostorage/schema
- Package
wal
was moved tostorage/wal
- Package
datadir
was moved tostorage/datadir
- Add
etcd --log-format
flag to support log format. - Fix non mutating requests pass through quotaKVServer when NOSPACE
- Fix exclude the same alarm type activated by multiple peers.
See List of metrics for all metrics per release.