Skip to content

Releases: DAXGRID/typesense-dotnet

6.6.0

25 Sep 19:35
93fbf74
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.5.0...6.6.0

6.5.0

26 Aug 11:49
7871502
Compare
Choose a tag to compare

What's Changed

Notes

  • The support for auto embedding and semantic seach requires Typesense version 0.25.0.
  • Currently there is a bug in Typesense 0.25.0 that makes bulk importing documents not working - check this issue typesense/typesense#1166.

Thanks

@HazyFish for implementing #158

New Contributors

Full Changelog: 6.4.1...6.5.0

6.4.1

05 Aug 09:38
cd8cd8e
Compare
Choose a tag to compare

What's Changed

Thanks

Thanks to @HazyFish for pointing out issue - VectorQuery doesn't work with Search - Malformed vector query string #153

Full Changelog: 6.4.0...6.4.1

6.4.0

03 May 15:06
57491bc
Compare
Choose a tag to compare

What's Changed

Special thanks to tanczosm and jveto for helping out with the PRs.

Note

To support additional fields when doing MultiSearch, we had to switch from using SearchResult<T> to MultiSearchResult<T> in all MultiSearch methods. If you encounter any compilation errors updating to this version, simply switch from SearchResult<T> to MultiSearchResult<T> and the issue should be resolved.

Full Changelog: 6.3.0...6.4.0

6.3.0

26 Feb 10:27
6207ea0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.2.0...6.3.0

6.2.0

22 Feb 17:25
bf0302f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.1.0...6.2.0

6.1.0

09 Feb 19:54
132685a
Compare
Choose a tag to compare

What's Changed

Note

The new feature "nested-objects" is only supported from Typesense verison 0.24.0.

Full Changelog: 6.0.0...6.1.0

6.0.0

11 Jan 17:24
c4c2ac2
Compare
Choose a tag to compare

Breaking changes

This has been released as a major release, because of breaking changes in the SearchParameters class. The following properties has been changed to int to reflect the official API. To fix any compilation issues, just change the string value to an int value instead.

  • page
  • per_page
  • max_facet_values
  • group_limit
  • highlight_affix_num_tokens
  • snippet_threshold
  • limit_hits
  • max_candidates (already int)
  • num_typos
  • typo_tokens_threshold
  • drop_tokens_threshold

Notable changes

  • add cancellation tokens for all "fetch" methods by @PhenX in #120
  • Change the way the HTTP query is made to make it more generic by @PhenX in #124
  • Add a method to retrieve stats by @PhenX in #121
  • Fix user input injections in query parameters by @PhenX in #127
  • adds support for snippets in highlight by @runeanielsen in #129
  • Add missing search parameters by @PhenX in #130
  • search parameters now use integers instead of strings for numeric values by @runeanielsen in #131

New Contributors

Thanks a lot to @PhenX for the contributions. 🥇

Full Changelog: 5.2.0...6.0.0

5.2.0

27 Dec 20:39
3374ad9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.1.0...5.2.0

5.1.0

27 Dec 15:50
384f6a1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...5.1.0