Skip to content

Releases: DAXGRID/typesense-dotnet

7.11.0

12 Jun 17:02
515804f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.10.0...7.11.0

7.10.0

12 Jun 12:56
dc56940
Compare
Choose a tag to compare

What's Changed

  • Add the possibility to specify a custom JsonSerializerOptions in TypeSenseClient by @samihafidiDLW in #226

New Contributors

Full Changelog: 7.9.0...7.10.0

7.9.0

08 Jun 05:19
a979eea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.8.0...7.9.0

7.8.0

05 Jun 13:46
092aa1f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.7.0...7.8.0

7.7.0

01 May 20:06
226175a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.6.0...7.7.0

7.6.0

17 Apr 15:51
83c3182
Compare
Choose a tag to compare

What's Changed

  • Use higher HTTP version when possible by @Henr1k80 in #212
  • Read lines individually from response as they are being sent by @Henr1k80 in #213
  • Avoid a generating, allocating, and GC a string representation of the request body by @Henr1k80 in #215
  • Add option to enable HTTP compression to lower response times and reduce traffic by @Henr1k80 in #214

Note

Thanks a lot to @Henr1k80 for improving the performance of the client. 👍

Full Changelog: 7.5.0...7.6.0

7.5.0

05 Apr 12:15
83b0266
Compare
Choose a tag to compare

What's Changed

  • Avoid using string representations of responses for most requests by @Henr1k80 in #208
  • Avoid initializing string & Enum value lookups more than once, they cannot change by @Henr1k80 in #209
  • Support parsing & serialization of vectors in locales that use comma as decimal separator by @Henr1k80 in #210
  • Reuse JsonSerializerOptions, they are thread safe. Fix typo by @Henr1k80 in #211

New Contributors

Full Changelog: 7.4.0...7.5.0

7.4.0

02 Apr 16:54
fa649ac
Compare
Choose a tag to compare

What's Changed

  • Feature: Adding AutoDelete Property for Key Creation by @cullen6995 in #206

New Contributors

Full Changelog: 7.3.0...7.4.0

7.3.0

29 Feb 21:50
1d2a64e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.2.0...7.3.0

7.2.0

25 Feb 20:11
2270faa
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.1.0...7.2.0