- Add support for specifing an explicit GSSAPI mech
1.1.1
-----------------
- Fix DOS bug around Negotiate regular expressoin - Update README to include section on setup
1.1.0
-----------------
- 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.