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.
1 parent 488eec6 commit 574a539Copy full SHA for 574a539
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## [Unreleased]
2
3
+## [0.10.4] - 2025-03-31
4
+- Add missing grouping params to search operation
5
+
6
## [0.10.4] - 2024-11-14
7
- `client.entities.search()` now accepts `search_params: {}`
8
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- milvus (0.10.4)
+ milvus (0.10.5)
faraday (>= 2.0.1, < 3)
GEM
lib/milvus/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Milvus
- VERSION = "0.10.4"
+ VERSION = "0.10.5"
end
0 commit comments