Skip to content

Releases: DAXGRID/typesense-dotnet

4.2.0

28 Jun 17:43
ac24eb4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.1...4.2.0

4.1.1

17 Jun 09:49
0e75a4b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.1.1

4.1.0

11 Jun 10:51
8e681e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.2...4.1.0

4.0.2

28 May 07:55
d5143d7
Compare
Choose a tag to compare

Important changes

  • schema with specific field-types now follows typesense api by @runeanielsen in #85

What's Changed

New Contributors

Full Changelog: 4.0.1...4.0.2

4.0.1

19 Apr 16:03
d720603
Compare
Choose a tag to compare

What's Changed

  • adds section about multi-search in docs by @runeanielsen in #72
  • adds section about field naming by @runeanielsen in #73
  • Fixes error when using array type as indexed fields for matched tokens by @velddev in #74
  • move away from stringbuilder since the overhead is not worth it by @runeanielsen in #75

New Contributors

Full Changelog: 4.0.0...4.0.1

4.0.0

28 Mar 10:02
c1c9fa1
Compare
Choose a tag to compare

What's Changed

Breaking changes

I've tried to keep the breaking changes to a minimum.

Improve Typesense client exception semantics (#70)

This update will result in breaking changes for clients that used null checks to see if a resource existed or not. The new implementation will throw an TypesenseApiNotFoundException instead, the benefit is that the API will be more uniform overall.

Improve null handling and object creation (#71)

Now focuses on constructor initialization. This makes sure that NULL's are not set, and that the required parameters for Typesense are always explicit required in the constructors.

I've tried to keep many of the old parameter-less constructors and marked them as obsolete, to not break existing consumers of the library, so they can migrate whenever they want to.

Full Changelog: 3.4.0...4.0.0

3.4.0

16 Mar 09:47
9bb42c4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.3.0...3.4.0

3.3.0

04 Feb 20:59
2cb87aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.3.0

3.2.0

27 Jan 11:18
884f07a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.0...3.2.0

3.1.0

23 Nov 21:37
146ec93
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.1.0