Releases: openedx/edx-val
Releases · openedx/edx-val
v2.4.0
What's Changed
- fix: Added support for Django 4.2 by @zubairshakoorarbisoft in #443
New Contributors
- @zubairshakoorarbisoft made their first contribution in #443
Full Changelog: 2.3.0...v2.4.0
contains requirements upgrades
This release contains requirements upgrades.
Removed boto from requirements.
2.2.0
What's Changed
- build: convert pact verification to unit test framework method by @DawoudSheraz in #325
- build: enable the commitlint check for pull requests by @nedbat in #327
- test: add provider verification CI job by @Ali-D-Akbar in #326
- fix: use master/production on merge by @Ali-D-Akbar in #329
- Standardize version number placement by @aht007 in #330
- build: add changed pact workflow by @DawoudSheraz in #332
- build: remove broker base env variable to avoid extra pact verifications by @DawoudSheraz in #334
- refactor: Updated 'upgrade requirements' workflow to use reusable workflows by @edx-requirements-bot in #335
- fix: use branch name directly by @Jawayria in #337
- Cleanup django32 by @aht007 in #348
New Contributors
Full Changelog: 2.1.1...2.2.0
Move pact-python to test requirements
Added Django 3.0, 3.1 and 3.2 Support
2.1.0 feat: Added Support for Django 3.2 (#313)
Python Requirement Updates
Minor weekly requirement updates. See #305.
Python Requirement Updates
fix: upgrade usage of edx_toggles.toggles
The waffle classes previously in future are now available directly from
edx_toggles.toggles. Since this future module is going to be removed soon,
we become future-proof by getting rid of it.
Dropped support for python3.5
Merge pull request #271 from edx/jenkins/cleanup-python-code-ca42f35 Python Code Cleanup