Releases: DAXGRID/typesense-dotnet
5.0.0
Breaking change
The change is described in issue #107, but in short there was a breaking change from Typesense 0.23.0 to 0.23.1 regarding split_join_tokens
. It was documented as a boolean
type in 0.23.0 but was changed to a set of string
values in 0.23.1. This is a breaking change in the API and because of this I've decided to release this as a major version.
This is only a breaking change if you depend on split_join_tokens
, if you do, you should now use the enum
type SplitJoinTokenOption
.
public enum SplitJoinTokenOption
{
Fallback,
Always,
Off
}
What's Changed
- fix split join tokens sending invalid type bool by @runeanielsen in #109
Full Changelog: 4.8.0...5.0.0
4.8.0
What's Changed
- feat: support exhaustive_search by @geisterfurz007 in #108
Full Changelog: 4.7.1...4.8.0
4.7.1
What's Changed
- Fix group key type and move GroupLimit to GroupedSearchParameters by @geisterfurz007 in #106
Full Changelog: 4.7.0...4.7.1
4.7.0
Possible breaking change
We have removed the field GroupBy
from the record SearchParameters
and moved it to the record GroupedSearchParameters
, since we require a specific implementation for handling responses with grouped search results. It should not break anyone, since using the GroupBy
field did not work before.
Big thanks to @geisterfurz007 for doing the implementation. :)
What's Changed
- feat: grouped hits by @geisterfurz007 in #104
Full Changelog: 4.6.0...4.7.0
4.6.0
What's Changed
- now supports infix by @runeanielsen in #102
- fixes typo in code docs by @runeanielsen in #103
Full Changelog: 4.5.0...4.6.0
4.5.0
What's Changed
- now supports token separator and symbols to index by @runeanielsen in #100
Full Changelog: 4.4.0...4.5.0
4.4.0
What's Changed
- Add GeoPointArray by @geisterfurz007 in #97
New Contributors
- @geisterfurz007 made their first contribution in #97
Full Changelog: 4.3.1...4.4.0
4.3.1
4.3.0
Breaking
FacetCount
now correctly returns a structure with FacetCount
stats instead of the old implementation of just an integer. This changed in Typesense version 0.21.0.
What's Changed
- Implement facet counts by @brianweet in #94
Full Changelog: 4.2.1...4.3.0
4.2.1
What's Changed
- improves example for single parameter multi-search by @runeanielsen in #91
- adds missing deserialization options for multi-search response by @runeanielsen in #92
Full Changelog: 4.2.0...4.2.1