What's Changed
- Update build deps and update Python versions by @jborean93 in #98
- Add support for Keytabs on Windows by @jborean93 in #99
- Avoid capturing stack frames in gss.py by @SquidDev in #100
0.12.0 - 2025-09-03
- Drop support for Python 3.7 - new minimum is 3.9+
- Add official support for Python 3.14
- Fix CredSSP server certificate generation to limit CN name to 64 characters
- Added support for using the
KerberosKeytabon SSPI/Windows with Kerberos authentication - Added support for specifying credentials for
spnego.serverusing thecredentialskwarg. This currently only works on Windows/SSPI when specifying a keytab credential for the service
New Contributors
Full Changelog: v0.11.2...v0.12.0