Skip to content

Releases: DAXGRID/typesense-dotnet

5.0.0

16 Nov 18:41
7a14795
Compare
Choose a tag to compare

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

Full Changelog: 4.8.0...5.0.0

4.8.0

01 Nov 16:19
ca2b235
Compare
Choose a tag to compare

What's Changed

  • feat: support exhaustive_search by @geisterfurz007 in #108

Full Changelog: 4.7.1...4.8.0

4.7.1

01 Nov 09:59
8f10a15
Compare
Choose a tag to compare

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

28 Oct 19:32
3ca2586
Compare
Choose a tag to compare

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

13 Oct 15:07
4df6636
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.5.0...4.6.0

4.5.0

07 Oct 18:54
191e897
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.4.0...4.5.0

4.4.0

06 Sep 18:04
32a4f64
Compare
Choose a tag to compare

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

25 Jul 11:44
a1ab4ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.0...4.3.1

4.3.0

22 Jul 21:23
6fc3a6b
Compare
Choose a tag to compare

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

Full Changelog: 4.2.1...4.3.0

4.2.1

28 Jun 18:21
adf2329
Compare
Choose a tag to compare

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