Skip to content

3.12.0

Compare
Choose a tag to compare
@jmprieur jmprieur released this 08 Aug 20:52
· 10 commits to master since this release
bd4b626

3.12.0

Dependencies updates

  • Updated MSAL to version 4.74.1 part of #3398.

Bug fix

Reload certificates for all client credential based issues to solve the issue that when a bad certificate was installed on the machine and picked up, and subsequently rotated, a service restart was needed for the new certificate to be used. See issue #3429 and PR #3430

New features

  • Include the thrown exception in CertificateChangeEventArg. See PR #3428 for better supportabiliby.
  • Support for Agent User identities. See PR #3435