Skip to content

Releases: openedx/edx-search

3.7.1 revert function name change

16 Nov 14:24
4b01497
Compare
Choose a tag to compare

What's Changed

  • fix: cannot rename perform-search to clearer name, breaks tests by @ashultz0 in #140

Full Changelog: v3.7.0...v3.7.1

3.7.0 optional detailed course search logging

16 Nov 13:47
93939ba
Compare
Choose a tag to compare

What's Changed

  • fix: Replaced whitelist_externals with allowlist_externals in tox and removed tox-battery by @edx-requirements-bot in #138
  • Log detailed elasticsearch params by @ashultz0 in #139
  • Also provides a make install-local for easy devstack development and retargets the non-functional "make test" to a working test

New Contributors

Full Changelog: 3.6.0...v3.7.0

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.