Releases: DAXGRID/typesense-dotnet
Releases · DAXGRID/typesense-dotnet
7.14.0
What's Changed
- Add missing fields: TextMatchInfo, HnswParams and CreatedAt. Also fixes failing tests because the Store field. by @solvingproblemswithtechnology in #237
New Contributors
- @solvingproblemswithtechnology made their first contribution in #237
Full Changelog: 7.13.0...7.14.0
7.13.0
What's Changed
- adds missing fields VecDist and RangeIndex by @runeanielsen in #234
Full Changelog: 7.12.0...7.13.0
7.12.0
What's Changed
- adds the field parameter 'stem' by @runeanielsen in #231
Full Changelog: 7.11.0...7.12.0
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