Skip to content

v3.1.0

Compare
Choose a tag to compare
@Jordan-Kowal Jordan-Kowal released this 15 Nov 20:34
· 8 commits to main since this release

[v3.1.0] - 2024-11-15

πŸš€ Features

  • πŸ’» Backend: Added UserIndexer index creation on app start as an example

✨ Improvements

  • πŸ’» Backend: Replaced jklib with django-utils-kit and django-meilisearch-indexer
  • πŸ’» Backend: Removed most of UserIndexer tests to avoid re-testing the library
  • πŸ’» Backend: Removed mock of UserIndexer.index_name since the celery tasks are mocked

πŸ”§ Others

  • πŸ’» Backend: Set django.core.mail.backends.locmem.EmailBackend as EMAIL_BACKEND for the test environment
  • πŸ’» Backend: Updated deps
  • 🎨 Frontend: Updated deps

Full Changelog: v3.0.2...v3.1.0