This repository has been archived by the owner on Mar 29, 2024. It is now read-only.
Releases: zarvd/etcd-rs
Releases · zarvd/etcd-rs
v1.0.1
What's Changed
- Support build client from tonic::transport::Channel by @zkonge in #84
- fix(lease): should not panic on keep_alive by @Dreamacro in #85
- Upgrade Tokio and Prost by @lodrem in #86
- Bump v1.0.1 by @lodrem in #87
New Contributors
- @zkonge made their first contribution in #84
- @Dreamacro made their first contribution in #85
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v1.0.0-alpha.3
build: bump version v1.0.0-alpha.3
v1.0.0-alpha.2
build: bump version 1.0.0-alpha.2
v1.0.0-alpha.1
build: bump version 1.0.0-alpha.1
v1.0.0-alpha.0
rewrite API and add tests (#66) * rewrite API and add tests * add v3 api proto file, fix test code warring Co-authored-by: 0x0177b11f <[email protected]>