Skip to content

v1.16.1

Choose a tag to compare

@joein joein released this 25 Nov 04:38
· 15 commits to master since this release
750d735

Change Log

Features 🪐

  • #1116 - implement grpc version of cluster_collection_update by @joein
  • #1123 - expose the remaining cluster methods: remove_peer, collection_cluster_info, recover_current_peer, cluster_status by @joein

Fixes 😮

  • #1125 - rename common.proto to qdrant_common.proto to avoid conflicts with other libraries by @joein
  • #1124 - fix local mode with persistence backward compatibility by @joein
  • #1121 - add .pyi files for grpc files to help static code analyzers by @joein