- Disable mutual authentication by default - Add more documentation on MutualAuthenticationError
1.0.1
-----------------
- Fix example in README - Fix license detection for PyPI - Fix a problem with regex escaping - Add COPR Makefile target
1.0.0
-----------------
- Fork project to requests-gssapi - Replace pykerberos with python-gssapi - Add HTTPSPNEGOAuth interface. HTTPKerberosAuth is retained as a shim, but bump the major version anyway for clarity.
0.11.0
------------------
- Switch dependency on Windows from kerberos-sspi/pywin32 to WinKerberos. This brings Custom Principal support to Windows users.
0.10.0
------------------
- Make it possible to receive errors without having their contents and headers stripped. - Resolve a bug caused by passing the ``principal`` keyword argument to kerberos-sspi on Windows.
0.9.0
-----------------
- Support for principal, hostname, and realm override.