Skip to content

Releases: openedx/edx-milestones

v2.0.0

07 Apr 16:06
e152f81

Choose a tag to compare

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

25 Apr 14:55
d261396

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.0...v1.1.0

0.6.0

04 Mar 13:03
a84d179

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

24 Jul 08:41
47f42c5

Choose a tag to compare

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

Full Changelog: 0.4.0...0.5.0

0.4.0

22 Feb 10:36
743845c

Choose a tag to compare

What's Changed

Full Changelog: 0.3.3...0.4.0

Version 0.3.3

07 Oct 12:54
3449b30

Choose a tag to compare

  • 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

19 Jul 13:22
272bb42

Choose a tag to compare

  • Added Django 3.0, 3.1 and 3.2 Support

Python 3 upgrade cleanup

30 Mar 20:19
89be896

Choose a tag to compare

Python 3 upgrade cleanup and other repository configuration changes

Added Python 3.8 compatibility

30 Apr 11:10
027c9b9

Choose a tag to compare

  • Added Python 3.8 compatibility
  • Removed Python 2.7 and Django < 2.2

Added Support for Django 2.2

04 Dec 18:58
efb1ab3

Choose a tag to compare

Merge pull request #43 from edx/pytest-BOM-1077

Pytest integration