Skip to content

Releases: DAXGRID/typesense-dotnet

7.1.0

25 Jan 16:22
050128d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.0.1...7.1.0

7.0.1

12 Jan 15:28
cc14be9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.0.0...7.0.1

7.0.0

05 Jan 22:01
f5618bd
Compare
Choose a tag to compare

What's Changed

Breaking changes

Check issue here: #185

New way

VectorQuery = new(
    vector: new float[] { 0.96826F, 0.94F, 0.39557F, 0.306488F },
    vectorFieldName: "vec",
    k: 100)

Old way

VectorQuery = new(
    vector: new float[] { 0.96826F, 0.94F, 0.39557F, 0.306488F },
    k: 100)

Full Changelog: 6.13.0...7.0.0

6.13.0

15 Dec 11:41
e957c5f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.12.0...6.13.0

6.12.0

13 Dec 18:05
10b2e22
Compare
Choose a tag to compare

What's Changed

  • Client Extension: Extending Client to implement Disk Compaction Functionality by @j2preston in #180

New Contributors

Full Changelog: 6.11.0...6.12.0

6.11.0

09 Dec 11:33
756ca6a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.10.0...6.11.0

6.10.0

30 Nov 18:56
04a2e7f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.9.0...6.10.0

6.9.0

05 Nov 09:11
0a7640b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.8.0...6.9.0

6.8.0

06 Oct 07:17
83a81dd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.7.0...6.8.0

6.7.0

02 Oct 08:29
0e59b48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.6.0...6.7.0