Releases: openedx/edx-milestones
Releases · openedx/edx-milestones
v2.0.0
What's Changed
- build(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #102
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #101
- chore: drop Python 3.11 support by @feanil in #104
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #103
Full Changelog: v1.1.0...v2.0.0
v1.1.0
What's Changed
- build: Update codecov and use token by @arbrandes in #84
- feat: creating a catalog-info by @deborahgu in #85
- fix: pypi-publish master branch sunset by @CodeWithEmad in #86
- build: Switch to ubuntu-latest for builds by @feanil in #88
- docs: Add PII model annotations by @bmtcril in #95
- edx-milestones | Drop python 3.8 support & add support for Python 3.12 by @ttqureshi in #96
- fix: setup.py update using script by @edx-requirements-bot in #77
- fix: make boolean value compatible with query by @qasimgulzar in #93
- docs: Update edx.rtd links to docs.openedx.org by @sarina in #98
- feat: add django 5.2 support by @UsamaSadiq in #100
New Contributors
- @arbrandes made their first contribution in #84
- @CodeWithEmad made their first contribution in #86
- @bmtcril made their first contribution in #95
- @ttqureshi made their first contribution in #96
- @dependabot made their first contribution in #94
- @qasimgulzar made their first contribution in #93
- @UsamaSadiq made their first contribution in #100
Full Changelog: 0.6.0...v1.1.0
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