Skip to content

v0.20.0 🐍 [DEPRECATED]

Compare
Choose a tag to compare
@meili-bot meili-bot released this 21 Sep 11:52
· 1134 commits to refs/heads/main since this release
176b987

Note: ⚠️ ⚠️ ⚠️
This release replaces the v0.19.2, which should be a minor update instead of a patch update due to a Breaking Change

💥 Breaking changes

  • API resource output as a class to utilize dot notation for attributes (#513) @ElamC
    • Document, Index, and Task are now classes, and the attributes of these classes are now accessible via dot notation:
    • document.offset, document.limit, document.total
    • task.uid, task.duration, task.status ...

🚀 Enhancements

Security

  • Bump mako from 1.2.1 to 1.2.2 due to security issue (#528)

🐛 Bug Fixes

Thanks again to @ElamC, @alallema, @brunoocasali! 🎉