What's Changed
- Migrate SSPI to external library by @jborean93 in #69
0.10.0 - 2023-09-27
- Drop support for Python 3.7 - new minimum is 3.8+
- Moved SSPI bindings out into a separate package called
sspi- This simplifies this project as it doesn't have to worry about SSPI correctness
- The
sspipackage improves performance and memory allocation with a more robust API - Fixes an issue with Cython 3 allowing it to align with more modern versions going forward
Full Changelog: v0.9.2...v0.10.0