Releases: qdrant/go-client
Releases · qdrant/go-client
v1.17.0
Updates
Support for Qdrant v1.17.x - https://github.com/qdrant/qdrant/releases/tag/v1.17.0
Full Changelog: v1.16.2...v1.17.0
v1.16.0
Updates
Support for Qdrant v1.16.x - https://github.com/qdrant/qdrant/releases/tag/v1.16.0
Full Changelog: v1.15.2...v1.16.0
Note
data, indices and vectors_count fields of VectorOutput are now deprecated and will be removed in the future.
Please use the GetDenseVector(), GetSparseVector(), GetMultiVector() helpers to read from VectorOutput instead.
v1.15.2
What's Changed
- Add support for connection pool (transparent for the user) by @Robert-Stam in #81
- Added KeepAlive settings to the client by @Robert-Stam in #82
- Added config.Cloud and updated some defaults for non released settings. by @Robert-Stam in #83
New Contributors
- @Robert-Stam made their first contribution in #81
Full Changelog: v1.15.1...v1.15.2
v1.15.0
Updates
- Support for Qdrant v1.15.x - https://github.com/qdrant/qdrant/releases/tag/v1.15.0
Full Changelog: v1.14.1...v1.15.0
v1.14.1
What's Changed
- fix: get client version by @Asutorufa in #74
- chore: Cloud Inference helpers by @Anush008 in #75
New Contributors
- @Asutorufa made their first contribution in #74
Full Changelog: v1.14.0...v1.14.1
v1.14.0
Updates
- Support for Qdrant v1.14.x - https://github.com/qdrant/qdrant/releases/tag/v1.14.0
Full Changelog: v1.13.0...v1.14.0
v1.13.0
Updates
- Support for Qdrant v1.13.x - https://github.com/qdrant/qdrant/releases/tag/v1.13.0
Full Changelog: v1.12.0...v1.13.0
v1.12.0
v1.11.1
🍕 Features
- A new, more idiomatic interface for working with Qdrant.
- Usage examples are available throughout the Qdrant documentation and API Reference.
Note
The package at github.com/qdrant/go-client/qdrant is renamed to qdrant.