Skip to content

Releases: qdrant/rust-client

v1.19.0

Choose a tag to compare

@timvisee timvisee released this 04 Aug 15:10
v1.19.0
7c83803

Change log

Features

  • #288 - Support for Qdrant 1.19
  • #286 - Add option to check connection when building client

v1.18.0

Choose a tag to compare

@timvisee timvisee released this 11 May 13:13
v1.18.0
357dec9

Change log

Features

  • #278 - Support for Qdrant 1.18
  • #273 - Add custom headers in client builder
  • #274 - Add helper to specify per request tracing

v1.17.0

Choose a tag to compare

@timvisee timvisee released this 20 Feb 08:58
v1.17.0
a507f30

Change log

Features

  • #263 - Support for Qdrant 1.17
  • #262 - Add Payload::with_capacity
  • #244 - Add efficient From conversions to vectors
  • #240 - Add payload deserialization helpers
  • #237 - Add function to convert vector output into dedicated vector

Removals

  • #264 - Remove old client deprecated since version 1.10

v1.16.0

Choose a tag to compare

@timvisee timvisee released this 17 Nov 13:30
v1.16.0
2565e2a

Change log

Features

  • #245 - Support for Qdrant 1.16
  • #241 - Add connection pooling, use three connections by default
  • #244 - Add efficient From conversions to vectors
  • #240 - Add payload deserialization helpers
  • #237 - Add function to convert vector output into dedicated vector

Deprecations

v1.15.0

Choose a tag to compare

@timvisee timvisee released this 18 Jul 11:11
v1.15.0
9feb73e

Change log

  • #230 - Support for Qdrant 1.15
  • #232 - Derive Clone on the Qdrant client

v1.14.1

Choose a tag to compare

@generall generall released this 14 Jul 21:31
900c4f9

Changelog

  • #223 - Derive clone on all builders for better request building
  • #226 - Simplified interface for inference objects
  • #227 - Construct point ID from UUID

v1.14.0

Choose a tag to compare

@coszio coszio released this 22 Apr 14:42
faa0671

Changelog

Improvements

  • #218 - Support for Qdrant v1.14.x
  • #215 - Handle resource exhausted error, expose after how many seconds to retry
  • #212 - Include metadata in errors

Thanks to @agourlay, @tellet-q, @coszio for their contributions!

v1.13.0

Choose a tag to compare

@timvisee timvisee released this 17 Jan 09:04
v1.13.0
37e4b99

Change log

Improvements

  • Support for Qdrant 1.13.x
  • #206 - Add client/version compatibility check when starting client

Thanks to @palash25 @tellet-q @agourlay @JojiiOfficial @generall @timvisee for their contributions!

v1.12.1

Choose a tag to compare

@agourlay agourlay released this 11 Oct 10:46
1707b92

Change log

Improvements

  • Add missing conversion implementation for IndexParams

v1.12.0

Choose a tag to compare

@timvisee timvisee released this 08 Oct 14:55
v1.12.0
0b8c74f

Change log

Improvements

  • Support for Qdrant 1.12.x