Skip to content

Releases: DAXGRID/typesense-dotnet

3.0.0

15 Nov 16:56
1b6c112
Compare
Choose a tag to compare

What's Changed

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

21 Oct 15:49
f66dd66
Compare
Choose a tag to compare

What's Changed

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

06 Oct 06:56
14a5ae0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.2.1

2.2.0

29 Aug 10:55
681efad
Compare
Choose a tag to compare
  • Add support for Typesense keys api. (#25)

2.1.0

16 Jul 10:57
cbb4733
Compare
Choose a tag to compare
  • making Field types an enum (#23)
  • adds support for typesense 0.21.0 (#24)

2.0.0

02 Jul 19:45
4082534
Compare
Choose a tag to compare

If you currently handle not found exceptions this could be a breaking change, because it will now instead return default(T) or null.

  • better handling of not found status codes from typesense api (#18)
  • now uses type T instead of object for Create and Upsert document (#19)
  • now uses is not null for search parameters (#20)
  • now only need Typesense.Setup for setting up the dependency injection (#21)

1.6.2

18 Jun 11:10
f7abd83
Compare
Choose a tag to compare
  • add missing and symbol for query_by_weights (#17)

1.6.1

18 Jun 09:16
377e910
Compare
Choose a tag to compare
  • fixes issue where the search parameters were not applied correctly (#16)

1.6.0

18 Jun 08:42
556a0d4
Compare
Choose a tag to compare
  • adds support for typesense version 0.19.0 (#14)
  • fixes errors regarding search parameters (#15)

1.5.0

18 Jun 07:12
acf60e6
Compare
Choose a tag to compare
  • adds query by weights (#13)