v3.5.33
server: Written Snapshot's to WAL contains populated ConfState.
etcdserver: process the scenaro of the last WAL record being partially synced to disk
Formatted source code for go 1.19.6.
feat: observe wal write at one time
Migrate dependencies pkg/foo -> client/pkg/foo
server: Move server files to 'server' directory. 26 git mv mvcc wal auth etcdserver etcdmain proxy embed/ lease/ server 36 git mv go.mod go.sum server
bugfix: register of walWriteSec
restrict the max size of each WAL entry to the remaining size of the file
server: Update imports.
etcdserver: add failpoints walBeforeSync and walAfterSync
Backport go_srcs_in_module changes and fix goword failures.