Releases: DAXGRID/typesense-dotnet
Releases · DAXGRID/typesense-dotnet
3.0.0
What's Changed
- upgrades to net6.0 by @runeanielsen in #32
- upgrades circleci dotnet sdk to 6.0 by @runeanielsen in #33
- switch to file-scoped namespaces by @runeanielsen in #34
- simplified typesense client by @runeanielsen in #35
Note
Started using C# 10 features and upgraded to NET6.0. There are no breaking changes in the API, but going to this version of the library requires C# 10 support.
Full Changelog: 2.2.2...3.0.0
2.2.2
What's Changed
- fix issue matched tokens multiple types by @runeanielsen in #31
Note
This fix might be breaking if you depend on MatchedTokens. I've added a helper method that can be used instead named GetMatchedTokens<T>
. Set the generic type T
to either string
or List<string>
depending on if you're querying a vector of strings or a single string value.
Full Changelog: 2.2.1...2.2.2
2.2.1
What's Changed
- add documentation on handling api-keys by @runeanielsen in #26
- fix issue wrong http request for delete key by @runeanielsen in #29 (Thanks to @yunzeli029 for pointing out the issue)
Full Changelog: 2.2.0...2.2.1
2.2.0
2.1.0
2.0.0
If you currently handle not found
exceptions this could be a breaking change, because it will now instead return default(T)
or null
.