Skip to content

Releases: ikollipara/django-meili

0.0.8-alpha

26 Nov 20:21
3855f8e
Compare
Choose a tag to compare

Full Changelog: 0.0.7-alpha...0.0.8-alpha

  • Adds support for DJP, Django Plugin Manager.
  • Adds support for Django 5
  • Adds support for Meilisearch up to 1.11
  • Adds support for Python 3.13

0.0.7-alpha

28 Oct 21:31
05374ee
Compare
Choose a tag to compare

What's Changed

  • feat: syncindex can handle large queryset, allow for nonstandard pk models by @rosscdh-tpg in #10

New Contributors

Full Changelog: 0.0.6-alpha...0.0.7-alpha

0.0.6-alpha

25 Jun 14:05
b6de25b
Compare
Choose a tag to compare
0.0.6-alpha Pre-release
Pre-release

Changelog

  • Added Offline Support (#6)
  • Minimized Request per index from 7 to 2 (#6 #7)
  • Merged CI Testing (#8)

A big thanks to @soulshake for adding the CI testing to the project!

0.0.5-alpha

22 Jun 16:16
Compare
Choose a tag to compare
0.0.5-alpha Pre-release
Pre-release

Changelog

  • Updated GitHub Actions dependencies

0.0.4-alpha

22 Jun 16:09
Compare
Choose a tag to compare
0.0.4-alpha Pre-release
Pre-release

Changelog

  • (#5) Fixed issue with not respecting custom index names

0.0.3-alpha

14 May 22:09
4670ce4
Compare
Choose a tag to compare
0.0.3-alpha Pre-release
Pre-release

This release enables geo-searching and updates the configuration for models. Please see the new documentation.

0.0.2-alpha

18 Jan 15:02
Compare
Choose a tag to compare
0.0.2-alpha Pre-release
Pre-release

This release includes the ability to search with a queryset-like interface.
In addition, the settings have been reworked, so please check out the readme to see the differences.

Thank you to @sanders41 for the advice on potential sequencing issues. The "SYNC" setting is a direct result of his input.

Full Changelog: Alpha...0.0.2-alpha

0.0.1-alpha

10 Oct 12:35
Compare
Choose a tag to compare
0.0.1-alpha Pre-release
Pre-release

First version released