We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68bbee3 + 4b89db6 commit 268f0eaCopy full SHA for 268f0ea
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## [Unreleased]
2
3
+## [0.9.8] - 2024-10-01
4
+- Qdrant::Client constructor accepts customer logger: to be passed in
5
+
6
## [0.9.7] - 2024-01-19
7
- fix: points/delete api
8
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- qdrant-ruby (0.9.7)
+ qdrant-ruby (0.9.8)
faraday (>= 2.0.1, < 3)
GEM
lib/qdrant/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Qdrant
- VERSION = "0.9.7"
+ VERSION = "0.9.8"
end
0 commit comments