Releases: DAXGRID/typesense-dotnet
Releases · DAXGRID/typesense-dotnet
7.11.0
What's Changed
- Put JsonSerializerOptions as a config by @samihafidiDLW in #229
Full Changelog: 7.10.0...7.11.0
7.10.0
What's Changed
- Add the possibility to specify a custom JsonSerializerOptions in TypeSenseClient by @samihafidiDLW in #226
New Contributors
- @samihafidiDLW made their first contribution in #226
Full Changelog: 7.9.0...7.10.0
7.9.0
What's Changed
- improves handling of unknown status codes returned from Typesense by @runeanielsen in #228
- Support new attributes by @jonathan-rvezy in #227
New Contributors
- @jonathan-rvezy made their first contribution in #227
Full Changelog: 7.8.0...7.9.0
7.8.0
What's Changed
- target Typesense version 26.0 by @runeanielsen in #223
- Support URL in ModelConfig by @dejonghee in #224
New Contributors
- @dejonghee made their first contribution in #224
Full Changelog: 7.7.0...7.8.0
7.7.0
7.6.0
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
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
What's Changed
- Feature: Adding AutoDelete Property for Key Creation by @cullen6995 in #206
New Contributors
- @cullen6995 made their first contribution in #206
Full Changelog: 7.3.0...7.4.0
7.3.0
What's Changed
- Feature: Adding document update by filter by @AdamGilliesSA in #203
New Contributors
- @AdamGilliesSA made their first contribution in #203
Full Changelog: 7.2.0...7.3.0
7.2.0
What's Changed
-
fixes wrong spelling of word in package tags by @runeanielsen in #193
-
add support for joins by adding 'reference' to the 'field' type by @runeanielsen in #202
Full Changelog: 7.1.0...7.2.0