Releases: DAXGRID/typesense-dotnet
Releases · DAXGRID/typesense-dotnet
7.1.0
7.0.1
What's Changed
- now targets multiple dotnet version 8.0, 7.0 and 6.0 by @runeanielsen in #189
Full Changelog: 7.0.0...7.0.1
7.0.0
What's Changed
- update test project dependencies by @runeanielsen in #183
- can now specify the vector field name by @runeanielsen in #185
- upgrades to use .NET 8.0 by @runeanielsen in #186
- switch to using ArgumentNullException.ThrowIfNull fixes #CA1510 by @runeanielsen in #187
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
What's Changed
- Add SymbolsToIndex to synonyms by @Abfelbaum in #181
New Contributors
- @Abfelbaum made their first contribution in #181
Full Changelog: 6.12.0...6.13.0
6.12.0
What's Changed
- Client Extension: Extending Client to implement Disk Compaction Functionality by @j2preston in #180
New Contributors
- @j2preston made their first contribution in #180
Full Changelog: 6.11.0...6.12.0
6.11.0
What's Changed
- Create snapshot functionality by @DaneAffinity in #177
New Contributors
- @DaneAffinity made their first contribution in #177
Full Changelog: 6.10.0...6.11.0
6.10.0
What's Changed
- adds support for value in returned highlights by @runeanielsen in #174
Full Changelog: 6.9.0...6.10.0
6.9.0
6.8.0
What's Changed
- Add
<GenerateDocumentationFile>
and other metadata to.csproj
by @aradalvand in #168 - fixes comment issues, bad xml formatting by @runeanielsen in #170
New Contributors
- @aradalvand made their first contribution in #168
Full Changelog: 6.7.0...6.8.0
6.7.0
What's Changed
- now uses the latest release of typesense for testing (0.25.1) by @runeanielsen in #164
- add support for calling the typesense node health endpoint by @runeanielsen in #165
- adds node health example and show example in the readme by @runeanielsen in #166
Full Changelog: 6.6.0...6.7.0