Releases: sveniu/couchbase-cluster-admin
Releases · sveniu/couchbase-cluster-admin
v0.3.1
v0.3.0
What's Changed
- Added new method to set_memcached_global_options by @cosimo in #10
- Add scopes and collections by @sveniu in #11
- Added minimal support for cluster logs collection API by @cosimo in #12
- Add basic backup handling: get info and import by @sveniu in #13
- Add basic XDCR handling by @sveniu in #14
- Add basic query and index handling by @sveniu in #15
New Contributors
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0
What's Changed
- Added a
Cluster.set_cluster_name()
method by @cosimo in #1 - Added
Cluster.set_stats()
with basic tests by @cosimo in #2 - Couchbase 7.1+ compatibility improvement for cluster join operations by @cosimo in #3
- Added GHA workflow to run tests on PR/push by @cosimo in #4
- Retry client requests on read timeout exceptions by @cosimo in #5
- Added
Cluster.rename_node()
by @cosimo in #6
Full Changelog: v0.1.0...v0.2.0