Releases: eduNEXT/eox-hooks
Releases · eduNEXT/eox-hooks
v8.3.1
What's Changed
- chore: update integration test workflow by @jignaciopm in #84
Full Changelog: v8.3.0...v8.3.1
v8.3.0
What's Changed
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #76
- chore(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #77
- chore(deps): bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 by @dependabot[bot] in #78
- chore(deps): bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in #80
- chore: add support for Python 3.12 and Django 5.2 by @jignaciopm in #79
Full Changelog: v8.2.0...v8.3.0
v8.2.0
v8.1.0
What's Changed
- chore(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 by @dependabot in #72
- chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot in #74
- perf: teak release support by @luisfelipec95 in #73
Full Changelog: v8.0.0...v8.1.0
v8.0.0
What's Changed
- build: use openedx commitlint workflow
AP-1595by @BryanttV in #66 - chore(deps): bump mathieudutour/github-tag-action from 6.1 to 6.2 by @dependabot in #61
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #62
- chore(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.2 by @dependabot in #65
- chore: removed unnecessary constraints by @Asespinel in #64
- ci: set fail-fast as False to allow integration tests to continue on nightly Tutor failures by @magajh in #67
- chore(integration-tests-workflow): rename 'nightly' to 'main' by @magajh in #69
- chore: assign @eduNEXT/heimdall as codeowners by @magajh in #71
- chore(deps): bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 by @dependabot in #68
- perf: sumac release support by @luisfelipec95 in #70
New Contributors
- @dependabot made their first contribution in #61
- @Asespinel made their first contribution in #64
Full Changelog: v7.0.0...v8.0.0
Release v7.0.0
v7.0.0 - (2024-11-20)
⚠ BREAKING CHANGES
- Dropped Support for Django 3.2: Removed support for Django 3.2 in this plugin. As a result, we have also dropped support for Open edX releases from Maple up to and including Palm, which rely on Django 3.2. Future versions of this plugin may not be compatible with these Open edX releases.
Release v6.3.0
v6.3.0 - (2024-07-24)
Added
- Integration Tests: A new GitHub workflow has been added to run
integration tests. These tests validate backend imports and ensure the
/eox-infoendpoint functions correctly.
Changed
- Redwood Support: Upgrade requirements base on edx-platform redwood
release update GitHub workflows with new Python (3.10 and 3.11) and actions
version, and update integration test to use new redwood release with Tutor.
Release v6.0.0
6.0.0 (2024-02-09)
⚠ BREAKING CHANGES
-
Quince release support
-
fix(import): update URLs in favor of re_path for deprecation
-
perf: update requirements
-
fix: remove 3.10 version test
-
perf: update workflows and readme
-
fix: fix AttributeError to non-string uid
-
perf: update tests
-
perf: update codelytv/pr-size-labeler
-
perf: add django32, django42 file requirements
-
perf: update Django version constrain
-
fix: update python test version
-
perf: update readme and constraints
-
perf: update constraints
-
perf: update requirements
-
perf: update tox
-
fix: update actions/setup-python version