Skip to content

Releases: DAXGRID/typesense-dotnet

7.14.0

24 Aug 03:40
0e6621c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.13.0...7.14.0

7.13.0

21 Aug 14:27
f7e3935

Choose a tag to compare

What's Changed

Full Changelog: 7.12.0...7.13.0

7.12.0

02 Jul 20:39
1276493

Choose a tag to compare

What's Changed

Full Changelog: 7.11.0...7.12.0

7.11.0

12 Jun 17:02
515804f

Choose a tag to compare

What's Changed

Full Changelog: 7.10.0...7.11.0

7.10.0

12 Jun 12:56
dc56940

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

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

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

Choose a tag to compare

What's Changed

Full Changelog: 7.6.0...7.7.0

7.6.0

17 Apr 15:51
83c3182

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

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