Skip to content

Releases: milvus-io/milvus-sdk-csharp

v2.2.2-preview.6

12 Sep 00:50
c1d2689
Compare
Choose a tag to compare

What's Changed

  • Properly implement dynamic field support by @roji in #44
  • Fix consistency issues by @roji in #45

Full Changelog: v2.2.2-preview.5...v2.2.2-preview.6
NuGet: 2.2.2-preview.6

v2.2.2-preview.5

09 Sep 01:58
43aaa15
Compare
Choose a tag to compare

What's Changed

  • Remove constructor overload ambiguity by @roji in #36
  • Fix partition APIs singular/plural naming by @roji in #37
  • Remove unneeded milvus prefix from parameter names by @roji in #38
  • Fix DropIndexAsync when index name isn't provided by @roji in #39
  • Rename SearchParameters.Parameters to ExtraParameters by @roji in #40
  • Add markdown documentation by @roji in #41
  • Fix GetVersion test case failed for Milvus 2.2.0-latest by @minhhieugma in #43

Full Changelog: v2.2.2-preview.4...v2.2.2-preview.5
NuGet Package: 2.2.2-preview.5

v2.2.2-preview.4

04 Sep 13:46
9ec610d
Compare
Choose a tag to compare

What's Changed

  • Target net462 for gRPC WinHttpHandler support by @roji in #32
  • Change Dimension type from long to int by @roji in #34
  • Properly handle empty Search results by @roji in #35

Full Changelog: v2.2.2-preview.3...v2.2.2-preview.4

v2.2.2-preview.3

04 Sep 13:45
Compare
Choose a tag to compare
v2.2.2-preview.3 Pre-release
Pre-release

What's Changed

Full Changelog: v2.2.1-beta.9...v2.2.2-preview.3

2.2.1-beta.9

25 Jun 12:13
Compare
Choose a tag to compare
  • Support Json field(grpcclient only)(#19).
  • Support PartitionKey(grpcclient only)(#19).
  • Support IsDynamic(grpcclient only)(#19).
  • Support RBAC api(grpcclient only)(#19).
  • Support Database(grpcclient only)(#19).
  • Fix extraparam null issue(#19).
  • Fix autoid issue(#19).

2.2.1-alpha.8

11 Jun 14:00
Compare
Choose a tag to compare
  • Fix float vector field dim split error
  • Add isdynamic and ispartitionkey to fieldType

2.2.1-alpha.7

05 Jun 12:27
Compare
Choose a tag to compare
  • add WaitForLoadingProgressCollectionAsync and WaitForLoadingProgressCollectionValueAsync methods.

v2.2.1-alpha.5

04 Jun 10:36
Compare
Choose a tag to compare
v2.2.1-alpha.5 Pre-release
Pre-release
  • 2023-06-04 2.2.1-alpha.5
    • Support restful client and grpc client
    • Fix load partition error
    • Fix #14 about json format error when use restful client

2.2.1-alpha.6

04 Jun 15:39
Compare
Choose a tag to compare
2.2.1-alpha.6 Pre-release
Pre-release
  • Fix field json convert error when query