What's Changed
- Fix typo in a docstring by @eltoder in #10
- Update CI to newer versions by @jborean93 in #12
- Update credential requirements by @jborean93 in #13
- Add 3.13 wheel and update dev deps by @jborean93 in #14
- Prepare for v0.2.0 release by @jborean93 in #15
0.2.0 - 2024-10-03
- Breaking Change - The constructor arguments for
sspi.ClientSecurityContext
andsspi.SeverSecurityContext
have made thecredential
argument non-optional and moved to the first positional argument- This is in reflection of the
credential
actually being mandatory
- This is in reflection of the
- Update documentation for
accept_security_context
andinitialize_security_context
to properly reflect that the credential must be specified on the first call to those functions - Update
sspi-rs
to0.13.0
- Require Python 3.8 or newer (dropped 3.7)
New Contributors
Full Changelog: v0.1.0...v0.2.0