Skip to content

Releases: meilisearch/meilisearch-dotnet

v0.15.0

11 Mar 13:43
b9b1ecb
Compare
Choose a tag to compare

⚠️ Breaking changes

  • Fixed breaking typo: rename MatchesPostion into MatchesPosition (#518) @isaiahthedev

🚀 Enhancements

Thanks again to @curquiza, @isaiahthedev, @massijay, and @william-des! 🎉

v0.14.7

17 Jan 11:36
6f895af
Compare
Choose a tag to compare

🚀 Enhancements

🔒 Security

  • Bump System.IdentityModel.Tokens.Jwt from 7.0.3 to 7.1.2 in /src/Meilisearch (#514)

Thanks again to @brunoocasali, @curquiza, @kashifsoofi, @meili-bors[bot] ! 🎉

v0.14.6

25 Oct 14:27
cff85cd
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Change Stats DatabaseSize from int to long (#495) @Fronix

Misc

Thanks again to @Fronix, @ahmednfwela, @kashifsoofi🎉

v0.14.5 (empty release)

12 Oct 16:22
Compare
Choose a tag to compare

v0.14.4

25 Sep 12:18
e772ae0
Compare
Choose a tag to compare

🚀 Enhancements

Thanks again to @SKeeneCode, @alallema, @brunoocasali, @curquiza, and Sam Keene! 🎉

v0.14.3

11 Jul 14:03
6e3b6ee
Compare
Choose a tag to compare

🚀 Enhancements

Thanks again to @ahmednfwela, @alallema, @alrz1999, @berwyn, @brunoocasali! 🎉

v0.14.2

08 May 16:18
9276f43
Compare
Choose a tag to compare

🚀 Enhancements

Thanks again to @ahmednfwela, @curquiza ! 🎉

v0.14.1

03 Apr 13:35
34ead74
Compare
Choose a tag to compare

This version introduces features released on Meilisearch v1.1.0 🎉
Check out the changelog of Meilisearch v1.1.0 for more information on the changes.

🚀 Enhancements

  • use JsonContent instead of StringContent (#405) @ahmednfwela
  • Add the ability to provide a specific csvDelimiter when adding and updating documents in CSV format (#410) @alallema
  • Add FacetStats field in SearchResponse (#409) @alallema

🐛 Bug Fixes

Thanks again to @ahmednfwela, @alallema, @bidoubiwa, ! 🎉

v0.14.0

16 Mar 11:05
0fa324e
Compare
Choose a tag to compare

⚠️ Breaking changes

Thanks again to @alallema, @brunoocasali! 🎉

v0.13.1

06 Feb 17:07
d27e1d2
Compare
Choose a tag to compare

This version makes this package compatible with Meilisearch v1.0.0 🎉
Check out the changelog of Meilisearch v1.0.0 for more information on the changes(#383).

🚀 Enhancements

  • Key class has been changed; all the Key fields were available in the structure, but some of them aren't needed when creating a Key.
    • createdAt has been JsonIgnore
    • updatedAt has been JsonIgnore
    • key has been JsonIgnore

Thanks again to @alallema, @brunoocasali and @juchom ! 🎉