Skip to content

Releases: hactar-is/wagtail-meilisearch

v0.15.0

13 Dec 12:44
Compare
Choose a tag to compare

Adds Django 4 support and compatibility with the latest meilisearch server (0.30.2) and meilisearch python (0.23.0)

v0.14.0

15 Sep 11:39
Compare
Choose a tag to compare

Updates to work with latest meilisearch-python and latest Meilisearch. If you're upgrading, you'll want to delete the Meilisearch index and recreate it.

v0.12.0

26 May 08:40
Compare
Choose a tag to compare
  • Adds QUERY_LIMIT option to the config
  • Allows latest version of meilisearch in the reqs

0.11.0

30 Jul 10:31
Compare
Choose a tag to compare
  • Compatibility changes to keep up with MeiliSearch and meilisearch-python
  • we've also switched to more closely tracking the major and minor version numbers of meilisearch-python so that it's easier to see compatibility at a glance.
  • Note: if you're upgrading from an old version of MeiliSearch you may need to destroy MeiliSearch's data directory and start with a clean index.

0.1.5

18 May 20:02
Compare
Choose a tag to compare

This is probably the first release that I'd consider production ready.

v0.1.4

03 Apr 21:40
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

Removes an unneeded import that I'd accidentally left in v0.1.3

v0.1.3

03 Apr 21:24
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Adds update strategies.

v0.1.1

28 Mar 12:50
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Consider this the first release as I'd forgotten the license file in the actual first release. This is still very much a beta release, but it's mostly working and getting it up on PyPI might encourage others to get involved.