Releases: openedx/edx-search
Releases · openedx/edx-search
3.6.0
What's Changed
Full Changelog: v3.5.0...3.6.0
v3.5.0
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
- @rayzhou-bit made their first contribution in #126
- @keithgg made their first contribution in #130
Full Changelog: v3.4.0...v3.5.0
v3.4.0
What's Changed
- fix: handle phrases with apostrophes by @Agrendalath in #116
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
- Add DEPR workflow automation by @sarina in #122
- fix: do not decorate
ELLIPSIS
with<b>
tags by @Agrendalath in #123
New Contributors
- @sarina made their first contribution in #122
- @Agrendalath made their first contribution in #123
Full Changelog: v3.2.0...v3.3.0
v3.2.0
What's Changed
- Shifted CI from Travis to Github Actions by @Jawayria in #110
- BOM-2740: Drop Travis CI by @mzulqarnain1 in #113
- chore: updated build status badge to point to GitHub Actions by @Jawayria in #112
- Standardize version number placement by @aht007 in #117
- feat!: Dropped django22 support. by @awais786 in #120
- Fix issues with setuptools pin by @aht007 in #121
New Contributors
- @mzulqarnain1 made their first contribution in #113
- @aht007 made their first contribution in #117
Full Changelog: 3.1.0...v3.2.0
Added support for Django 3.0, 3.1 and 3.2
Added support for following Django versions:
- 3.0
- 3.1
- 3.2
Drop python3.5 support
Drop python3.5 support
Minor bugfix for the MockSearchEngine
The signature for the index
method now matches that for the base class.
Upgrade edx-search to use Elasticsearch 7
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
Merge pull request #100 from edx/iamsobanjaved/py38 Added python 3.8 travis worker