Releases: openedx/edx-submissions
Releases · openedx/edx-submissions
v3.7.1
What's Changed
- build: update codecov action version by @pomegranited in #241
- fix: setup.py update using script by @edx-requirements-bot in #211
- build(deps): bump idna from 3.6 to 3.7 in /requirements by @dependabot in #237
- build(deps): bump sqlparse from 0.4.4 to 0.5.0 in /requirements by @dependabot in #239
- build(deps): bump jinja2 from 3.1.3 to 3.1.4 in /requirements by @dependabot in #242
- build(deps): bump requests from 2.31.0 to 2.32.2 in /requirements by @dependabot in #245
- Python Requirements Update by @edx-requirements-bot in #243
- feat: advertise constraints in setup.py by @edx-requirements-bot in #143
- chore: add reserved keywords linter by @arbabkhalil in #154
- Python Requirements Update by @edx-requirements-bot in #246
New Contributors
- @dependabot made their first contribution in #237
- @arbabkhalil made their first contribution in #154
Full Changelog: v3.7.0...v3.7.1
v3.7.0
What's Changed
- fix: env 42 added by @zubairshakoorarbisoft in #207
- feanil/update rtd docs by @feanil in #208
- fix: Replaced whitelist_externals with allowlist_externals in tox and removed tox-battery by @edx-requirements-bot in #216
- docs: Update the security e-mail address. by @feanil in #217
- Python Requirements Update by @edx-requirements-bot in #225
- Python Requirements Update by @edx-requirements-bot in #228
- Adds catalog-info.yaml and updates README as per OEP-55 by @pomegranited in #233
- fix: Remove trailing comma that caused this to be invalid yaml. by @feanil in #234
- feat: adding python3.11 and 3.12 support by @awais786 in #227
New Contributors
- @pomegranited made their first contribution in #233
Full Changelog: v3.6.0...v3.7.0
v3.6.0
What's Changed
- fix: Added support for django42 by @zubairshakoorarbisoft in #206
New Contributors
- @zubairshakoorarbisoft made their first contribution in #206
Full Changelog: 3.5.6...v3.6.0
3.5.6
What's Changed
Upgrading djangorestframework
to latest version.
Regular upgraded packages.
Full Changelog: 3.5.5...3.5.6
3.5.5
What's Changed
- Fix github url strings (org edx -> openedx) by @sarina in #177
- Add common-constraints to docs requirements by @jansenk in #186
- Update standard workflow files by @feanil in #188
- Remove repo specific CONTRIBUTING.rst by @feanil in #190
- Update the contributing guidelines link by @feanil in #194
- Add migrations check by @nsprenkle in #196
Full Changelog: 3.5.4...3.5.5
3.5.4: ensure_ascii for raw_answer
ensure_ascii must be true for raw_answer because the current encoding can't support UTF-8 unicode characters with 4 bytes
3.5.1: fix: bug in get_team_ids_by_team_submission_uuid (#157)
* fix: bug in get_team_ids_by_team_submission_uuid * refactor: return UUIDs as strings * chore: bump version
v3.5.0
What's Changed
- Python Requirements Update by @edx-requirements-bot in #152
- Fix make upgrade issue and ran make upgrade by @aht007 in #155
- chore: Post Django32 Cleanup by @edx-requirements-bot in #156
New Contributors
Full Changelog: 3.4.4...v3.5.0
3.4.4
3.4.3: Team Submission creation additional logging
feat: additional team submission logging (#149)