Releases: openedx/RecommenderXBlock
Releases · openedx/RecommenderXBlock
v3.0.0
What's Changed
- RecommenderXBlock: Drop py3.8 support | Replace pkg_resources lib with importlib.resources by @beingfaisal in #98
New Contributors
- @beingfaisal made their first contribution in #98
Full Changelog: v2.2.1...v3.0.0
v2.2.1
What's Changed
- fix: pypi-publish master branch sunset by @CodeWithEmad in #88
- feat: add catalog-info.yaml file by @navinkarkera in #92
- Remove xblockutils in Favor of xblock.utils by @abdullahQureshee in #91
- build: Switch to ubuntu-latest for builds by @feanil in #99
- chore: enable github action auto update in dependabot.yml by @edx-requirements-bot in #97
- chore: bump version to 2.2.1 by @navinkarkera in #101
New Contributors
- @CodeWithEmad made their first contribution in #88
- @navinkarkera made their first contribution in #92
- @abdullahQureshee made their first contribution in #91
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- fix: handle exceptions without a message attribute on compile translations e.g. FileNotFoundError by @ArturGaspar in #74
- feat!: remove Transifex calls for FC-0012 - OEP-58 by @shadinaif in #77
- Python Requirements Update by @edx-requirements-bot in #85
- feat: add python 3.11 support by @edx-requirements-bot in #80
Full Changelog: v2.1.1...v2.2.0
v2.1.1
What's Changed
- build(deps): add common_constraints file by @stvstnfrd in #30
- Replace travis with GitHub CI by @UsamaSadiq in #39
- feat: advertise constraints in setup.py by @edx-requirements-bot in #41
- Standardize version number placement by @aht007 in #42
- Add DEPR workflow automation by @sarina in #52
- fix: transifex migration to new client by @edx-requirements-bot in #53
- fix: Install pip and pip-tools in upgrade script by @Jawayria in #54
- Fix github url strings (org edx -> openedx) & use canonical upgrade-py-req workflow file by @sarina in #55
- build: Remove community-engineering CODEOWNERS by @timmc-edx in #62
- Update standard workflow files. by @feanil in #64
- feat: add make extract_translations by @shadinaif in #65
- feat: add gettext to html and javascript by @OmarIthawi in #66
- feat: Avoid breaking changes for FC-0012 project by @shadinaif in #68
- fix: django.po contains duplicate entries by @shadinaif in #69
- chore: remove boto package. by @awais786 in #72
- feat: Add gettext for JS translation by @shadinaif in #70
- feat: valid S3 expiration time by @ArturGaspar in #75
New Contributors
- @edx-requirements-bot made their first contribution in #31
- @UsamaSadiq made their first contribution in #39
- @aht007 made their first contribution in #42
- @timmc-edx made their first contribution in #62
- @shadinaif made their first contribution in #65
- @OmarIthawi made their first contribution in #66
- @ArturGaspar made their first contribution in #75
Full Changelog: 2.0.1...v2.1.1
removed python 3.5 classifier
2.0.1 removed python 3.5 classifier (#29)
Dropped support for python 3.5
dropped python 3.5 support and added requirement upgrade workflow
Fixing decoding issue.
Edit page was not working due to this decoding issue in studio.
Replace deprecated code.
Updated the travis config to fix deployment for PyPi
Merge pull request #18 from edx/travis_fix Updated the travis config to deploy only against python 3.5
Added python 3.8 support and removed Django support < 2.2
Merge pull request #17 from edx/BOM-1570 Updated the travis config -- BOM-1570
Use simplejson instead of json as it works for both bytes and unicode data
Merge pull request #15 from edx/BOM-python3-compatibility Python3 compatibility:: Fixes json.load error