Releases: openedx/edx-milestones
Releases · openedx/edx-milestones
0.6.0
What's Changed
- feat: manual make upgrade by @deborahgu in #78
- fix: Replaced whitelist_externals with allowlist_externals in tox and removed tox-battery by @edx-requirements-bot in #80
- docs: Update the security e-mail address. by @feanil in #81
- feat: add python312 support by @edx-requirements-bot in #82
New Contributors
- @deborahgu made their first contribution in #78
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- Add DEPR workflow automation & default issue overrides by @sarina in #68
- docs: Add description to temporary .github/ISSUE_TEMPLATE files by @sarina in #69
- fix: Install pip and pip-tools in upgrade script by @Jawayria in #70
- fix: Update the slack invite link. by @feanil in #71
- Fix github url strings (org edx -> openedx) by @sarina in #72
- Update standard workflow files. by @feanil in #73
- build: remove unnecessary codecov dependency & upgrade GHA by @matthugs in #74
- docs: Update the contributing guidelines link. by @feanil in #75
- Django 4.2 support by @salman2013 in #76
New Contributors
- @sarina made their first contribution in #68
- @matthugs made their first contribution in #74
- @salman2013 made their first contribution in #76
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- build: use the organization commitlint check by @nedbat in #65
- BOM-2741: Drop Travis CI by @mzulqarnain1 in #63
- Post Django32 Cleanup by @edx-requirements-bot in #67
Full Changelog: 0.3.3...0.4.0
Version 0.3.3
- Used value instead of boolean for active queries
Context:
Due to changes in Django 3.2, the implementation of BooleanFields will cause table scans when we would like to make use of indexes instead. This forces the query to check against the value we want instead of looking for values we don't want.
Added Django 3.0, 3.1 and 3.2 Support
- Added Django 3.0, 3.1 and 3.2 Support
Python 3 upgrade cleanup
Python 3 upgrade cleanup and other repository configuration changes
Added Python 3.8 compatibility
- Added Python 3.8 compatibility
- Removed Python 2.7 and Django < 2.2
Added Support for Django 2.2
Merge pull request #43 from edx/pytest-BOM-1077 Pytest integration
Release 0.2.5
MInor changes to migration files to make them compatible with python3
Add python 3 support
Also minor changes to improve/fix uploads to PyPI.