Releases: duosecurity/duo_universal_python
Releases · duosecurity/duo_universal_python
2.1.0
Version 2.1.0
Changes:
- Improve the source distribution process to ensure all required files are present
- Include a Software Bill of Materials (SBOM) in a release
- Add support for an HTTP proxy
- Add support for an OIDC
nonce
- Allow customization of the JWT expiration window
- Drop Python 3.6 support. add Python 3.11 support
Version 2.0.3
Release notes:
- Improved the way we include all required files in the source distribution, thanks to https://github.com/kmosiejczuk
Version 2.0.2
Release notes:
- Improved the example application with customizable certificates and configuration name
- Resolved a distribution issue where the tarball artifact was missing a file
Version 2.0.1
Version bump 2.0.1
Version 2.0.0
- Dropped Python 2 support
- Bug fix in the demo
Version 1.1.0
Features
- Enabled toggling of whether the client will use
code
orduo_code
for the OIDC authorization code parameter name
Bug Fixes
- Minor fixes to demo application
Other Changes
- Removed testing with Python 3.5
- Added testing with Python 3.9
- Adjusted requirements to allow for more version flexibility
- Updated documentation link
Version 1.0.1
README and demo app improvements