Releases: openedx/auth-backends
Releases · openedx/auth-backends
v4.4.0
What's Changed
- build: Update codecov and use token by @arbrandes in #320
- fix: pypi-publish master branch sunset by @CodeWithEmad in #326
- feat!: drop python3.8 support by @huniafatima-arbi in #333
New Contributors
- @arbrandes made their first contribution in #320
- @CodeWithEmad made their first contribution in #326
- @huniafatima-arbi made their first contribution in #333
Full Changelog: v4.3.0...v4.4.0
v4.3.0
What's Changed
- Python Requirements Update by @edx-requirements-bot in #270
- Python Requirements Update by @edx-requirements-bot in #272
- Python Requirements Update by @edx-requirements-bot in #274
- Python Requirements Update by @edx-requirements-bot in #275
- chore: Add tox<4.0.0 to containts.txt by @ZiqiXiao in #277
- docs: Update the security e-mail address. by @feanil in #278
- Python Requirements Update by @edx-requirements-bot in #283
- Python Requirements Update by @edx-requirements-bot in #284
- fix: remove tox-battery from requirements and update tox by @UsamaSadiq in #287
- Python Requirements Update by @edx-requirements-bot in #288
- Python Requirements Update by @edx-requirements-bot in #289
- chore: add reserved keywords linter by @arbabkhalil in #166
- Python Requirements Update by @edx-requirements-bot in #294
- Python Requirements Update by @edx-requirements-bot in #295
- Python Requirements Update by @edx-requirements-bot in #296
- Python Requirements Update by @edx-requirements-bot in #298
- Python Requirements Update by @edx-requirements-bot in #299
- Python Requirements Update by @edx-requirements-bot in #301
- build: running tests using python 3.11 by @awais786 in #297
New Contributors
- @ZiqiXiao made their first contribution in #277
- @arbabkhalil made their first contribution in #166
Full Changelog: v4.2.0...v4.3.0
v4.2.0
What's Changed
- chore: update pip and pip-tools versions to fix incompatibility by @edx-requirements-bot in #169
- Add DEPR workflow automation by @sarina in #171
- fix: Install pip and pip-tools in upgrade script by @Jawayria in #187
- Fix github url strings (org edx -> openedx) by @sarina in #203
- Update standard workflow files. by @feanil in #227
- docs: Remove repo specific CONTRIBUTING.rst by @feanil in #229
- fix: remove codecov from requirements by @UsamaSadiq in #238
- docs: Update the contributing guidelines link. by @feanil in #241
- build: added dependabot config by @edx-requirements-bot in #237
- chore: replace pyjwkest with pyjwt by @mumarkhan999 in #233
- build: added reviewers in dependabot config by @edx-requirements-bot in #248
- build(deps): bump actions/setup-python from 2 to 4 by @dependabot in #244
- build(deps): bump codecov/codecov-action from 1 to 3 by @dependabot in #243
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #242
- fix: Added support for Django 42 by @zubairshakoorarbisoft in #266
New Contributors
- @sarina made their first contribution in #171
- @mumarkhan999 made their first contribution in #233
- @dependabot made their first contribution in #244
- @zubairshakoorarbisoft made their first contribution in #266
Full Changelog: 4.1.0...v4.2.0
v4.1.0
What's Changed
- fix: remove required reviewer from pr template by @robrap in #145
- Python Requirements Update by @edx-requirements-bot in #146
- feat: advertise constraints in setup.py by @rgraber in #150
- Python Requirements Update by @edx-requirements-bot in #151
- build: standardize version number placement by @aht007 in #149
- Python Requirements Update by @edx-requirements-bot in #154
- Python Requirements Update by @edx-requirements-bot in #155
- refactor: Updated 'upgrade requirements' workflow to use reusable workflows by @edx-requirements-bot in #153
- fix: use branch name directly by @edx-requirements-bot in #156
- Python Requirements Update by @edx-requirements-bot in #157
- Python Requirements Update by @edx-requirements-bot in #158
- Python Requirements Update by @edx-requirements-bot in #159
- Python Requirements Update by @edx-requirements-bot in #161
- Python Requirements Update by @edx-requirements-bot in #162
- Python Requirements Update by @edx-requirements-bot in #163
- Python Requirements Update by @edx-requirements-bot in #165
- Python Requirements Update by @edx-requirements-bot in #167
- chore: Post Django32 Cleanup by @edx-requirements-bot in #164
New Contributors
Full Changelog: 4.0.1...4.1.0
Fix RemovedInDjango40Warning
Replace use of django.conf.urls
to django.urls
for url
and include
methods
Added support for latest version of pyjwt[crypto]==2.1.0
BREAKING CHANGES:
jwt.decode
: InsideEdXOAuth2::user_data
Require explicit algorithms by default.- BREAKING CHANGE: Upgraded dependency pyjwt[crypto] to 2.1.0, which introduces its own breaking changes that may affect consumers of this library. Pay careful attention to the 2.0.0 breaking changes documented in
https://pyjwt.readthedocs.io/en/stable/changelog.html#v2-0-0.
Added support for Django 3.1 and 3.2
Added support for the following Django versions
- 3.1
- 3.2
fixed the change logs
3.3.3 fixed the change log and updated the version (#98)
Reverting pyjwt latest version.
Reverting pyjwt latest version. It was causing issues in IDAs.
Fixed pyjwt deprecated issue
Fixed pyjwt deprecated issue.