Releases: requests/requests-kerberos
Releases · requests/requests-kerberos
v0.15.0
What's Changed
- Add more docs on send_cbt by @jborean93 in #174
- Make channel binding data per-host by @geofft in #180
- fix #181 add password param to constructor by @razzzp in #182
- Update readme and prepare for v0.15.0 release by @jborean93 in #189
- Update CI to include Python 3.11, 3.12 by @jborean93 in #190
0.15.0: 2024-06-04
- Make Channel Binding data per-host
- Added support for explicit passwords using the
password
kwarg
New Contributors
Full Changelog: v0.14.0...v0.15.0
v0.14.0
v0.13.0
- Change Kerberos dependencies to pyspnego to modernise the underlying Kerberos library that is used.
- Removed the
wrap_winrm
andunwrap_winrm
functions - Dropped support for Python 2 and raised minimum Python version to 3.6.
- Renamed the
context
attribute to_context
to indicate it's meant for internal use only. - Fix Negotiate header regex pattern to avoid DoS affected patterns
v0.13.0rc1: Merge pull request #165 from jborean93/rc
- Change Kerberos dependencies to pyspnego to modernise the underlying Kerberos library that is used.
- Removed the
wrap_winrm
andunwrap_winrm
functions - Dropped support for Python 2 and raised minimum Python version to 3.6.
- Renamed the
context
attribute to_context
to indicate it's meant for internal use only. - Fix Negotiate header regex pattern to avoid DoS affected patterns
v0.12.0
- adds support for WinRM-style IOV buffer message encryption
- adds support for HTTPS channel binding tokens