Releases: etcd-cpp-apiv3/etcd-cpp-apiv3
Releases · etcd-cpp-apiv3/etcd-cpp-apiv3
etcd-cpp-apiv3 release v0.15.4
- Fixes logs output.
- Enable ipv6 endpoints.
etcd-cpp-apiv3 release v0.15.3
- Fixes keepalive lease id initialization.
etcd-cpp-apiv3 release v0.15.2
- Ensure backwards compatibility for txn + delete requests.
etcd-cpp-apiv3 release v0.15.1
- Enhance the transaction interfaces: https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3/blob/master/etcd/v3/Transaction.hpp
etcd-cpp-apiv3 release v0.15.0
- Fixes the
watch_id
in watcher - Fixes a bug in
observe()
API - Format source code using clang-format.
etcd-cpp-apiv3 release v0.14.2
- Support get key and list keys with specified revision
etcd-cpp-apiv3 release v0.14.2
- Add a cmake option
BUILD_ETCD_CORE_ONLY=ON/OFF
to select the runtime.
etcd-cpp-apiv3 release v0.14.1
- Fixes a bug that may leads to segmentation fault in watcher class
- Fixes a bug in lease keep alive when grpc timeout is used
- Document the semantics of campaign APIs when grpc timeout is used
etcd-cpp-apiv3 release v0.14.0
- Fixes a bug in watching with a prefix recursively
- Fixes a potential crash bug in watcher.
etcd-cpp-apiv3 release v0.13.0
- Fixes the previous wrong tag to force an upgrade semver.