Skip to content

Releases: openedx/edx-search

3.6.0

27 Jun 12:01
4171d83
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.0...3.6.0

v3.5.0

10 Apr 15:15
737db62
Compare
Choose a tag to compare

What's Changed

  • fix: Install pip and pip-tools in upgrade script by @Jawayria in #125
  • feat: create waffle switch default_elastic_search by @rayzhou-bit in #126
  • chore: Updating Python Requirements by @rayzhou-bit in #131
  • Update standard workflow files. by @feanil in #132
  • Fix github url strings (org edx -> openedx) by @sarina in #127
  • chore: add ELASTIC_SEARCH_INDEX_PREFIX setting to prefix indices by @keithgg in #130

New Contributors

Full Changelog: v3.4.0...v3.5.0

v3.4.0

04 May 16:31
ad9cee4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.4.0

v3.3.0

08 Apr 14:50
3cef5ef
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.2.0

15 Feb 11:14
19e72b3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.0...v3.2.0

Added support for Django 3.0, 3.1 and 3.2

28 Jul 13:23
6a3100e
Compare
Choose a tag to compare

Added support for following Django versions:

  • 3.0
  • 3.1
  • 3.2

Drop python3.5 support

19 Jan 16:00
07776be
Compare
Choose a tag to compare

Drop python3.5 support

Minor bugfix for the MockSearchEngine

17 Nov 15:53
f95e5f5
Compare
Choose a tag to compare

The signature for the index method now matches that for the base class.

Upgrade edx-search to use Elasticsearch 7

22 Oct 18:42
711e642
Compare
Choose a tag to compare

This version is a major upgrade to bump the version of ES used by edx-search from 1.5 to 7.8. This change is not backwards compatible.

Fixed python 3.8 travis worker

17 Jun 16:37
abc0b9f
Compare
Choose a tag to compare
Merge pull request #100 from edx/iamsobanjaved/py38

Added python 3.8 travis worker