Releases: pythongssapi/requests-gssapi
Releases · pythongssapi/requests-gssapi
v1.3.0
What's Changed
- Warn rather than raise on opportunistic auth failure. by @twosigmajab in #31
- Explicit Principal code sample is wrong (#33) by @michael-o in #34
- Migrate to GHA stale action by @jborean93 in #42
- Mention non-existing expect continue support in py-requests requires … by @michael-o in #45
- Drop out of sequence detection (#38) by @michael-o in #44
- Use SPNEGO mechanism by default (#41) by @michael-o in #46
- Set
SanitizedResponse
content to bytes instead of string by @pR0Ps in #48 - fix typo by @uniontech-lilinjie in #49
- Update CI and Project Structure by @jborean93 in #53
New Contributors
- @twosigmajab made their first contribution in #31
- @michael-o made their first contribution in #34
- @jborean93 made their first contribution in #42
- @pR0Ps made their first contribution in #48
- @uniontech-lilinjie made their first contribution in #49
Full Changelog: v1.2.3...v1.3.0
v1.2.3: Dependency slimming release
v1.2.2: Bugfix release
v1.2.1: Bugfix release
v1.2.0: Enhancement release
v1.1.1: Bugfix release
v1.1.0: Enhancement release
v1.0.1: Bugfix release
- Fix example in README
- Fix license detection for PyPI
- Fix a problem with regex escaping (#9)
- Add COPR Makefile target
1.0.0
GA release! Presents both HTTPSPNEGOAuth interface (preferred) and HTTPKerberosAuth interface (for compatibility with requests-kerberos).