Skip to content

v0.11.0

Compare
Choose a tag to compare
@jborean93 jborean93 released this 12 Jun 04:30
· 7 commits to main since this release
acc48e9

What's Changed

0.11.0 - 2024-06-12

  • Support input password string encoded with the surrogatepass error option
    • This allows the caller to provide a password for a gMSA or machine account that could contain invalid surrogate pairs for both NTLM and Kerberos auth.
  • Stop using deprecated datetime.dateime.utcnow() for CredSSP acceptor context
  • Treat an empty string as a valid password, None is kept as use the cached credential
  • Improve the exception shown when no password was provided and no cached credential was available

New Contributors

Full Changelog: v0.10.2...v0.11.0