Skip to content

v0.15.0 💎

Compare
Choose a tag to compare
@meili-bot meili-bot released this 26 Nov 15:32
feabdc3

Changes

  • Introduction of the implicit index creation: Now you can add documents without creating an index first (#123) @curquiza
  • Implement dumps (#114) @CaroFG
  • Introduce idiomatic setters (#118) @bb

Breaking changes ⚠️

  • Changes due to implicit index creation introduction (#123) @curquiza
    • index.show and client.show_index(...) were removed. There are replaced by index.fetch_info and client.fetch_index(...).
    • index.update now returns an Index object

Thanks again to @CaroFG, @bb and @curquiza! 🎉