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! 🎉