Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@jborean93 jborean93 released this 03 Oct 06:03
1623ae4

What's Changed

0.2.0 - 2024-10-03

  • Breaking Change - The constructor arguments for sspi.ClientSecurityContext and sspi.SeverSecurityContext have made the credential argument non-optional and moved to the first positional argument
    • This is in reflection of the credential actually being mandatory
  • Update documentation for accept_security_context and initialize_security_context to properly reflect that the credential must be specified on the first call to those functions
  • Update sspi-rs to 0.13.0
  • Require Python 3.8 or newer (dropped 3.7)

New Contributors

Full Changelog: v0.1.0...v0.2.0