Skip to content

Releases: requests/requests-kerberos

v0.15.0

03 Jun 22:49
572de55
Compare
Choose a tag to compare

What's Changed

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

05 Dec 01:15
c66b68f
Compare
Choose a tag to compare
  • Added support for proxy authentication with HTTP endpoints.
  • Support for proxying HTTPS endpoints is not available due to limitations
    of the underlying requests/urllib3 library.
  • Fixed up stray bytes to str conversion.

v0.13.0

03 Nov 00:44
e7d97fc
Compare
Choose a tag to compare
  • Change Kerberos dependencies to pyspnego to modernise the underlying Kerberos library that is used.
  • Removed the wrap_winrm and unwrap_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

30 Oct 23:23
65bae2b
Compare
Choose a tag to compare
  • Change Kerberos dependencies to pyspnego to modernise the underlying Kerberos library that is used.
  • Removed the wrap_winrm and unwrap_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

20 Dec 19:22
Compare
Choose a tag to compare
  • adds support for WinRM-style IOV buffer message encryption
  • adds support for HTTPS channel binding tokens

v0.11.0

02 Nov 18:45
v0.11.0
99c2428
Compare
Choose a tag to compare
v0.11.0