Skip to content

1.5.5

Choose a tag to compare

@oldalton oldalton released this 25 Aug 19:23
· 1340 commits to master since this release
4f0d329

New features:

  • Save last request telemetry to disk (#768)
  • Save PRT expiry interval in cache to calculate PRT refresh interval more reliably (#804)
  • Mark RSA public key as extractable (#813)

Fixes:

  • Fix unused parameter errors for macOS target. (#816)
  • Cleanup noisy SSO extension logs (#812)
  • Fix a test bug where the MacKeychainTokenCache could fail to initialize (#799)
  • Include redirect uri in body when redeeming refresh token at token endpoint (#815)

Engineering changes:

  • Refactor crypto code for cpp integration and add api to generate ephemeral asymmetric key pair (#803)
  • Add operation factory for broker installation integration with other framework (#779)
  • Add logger connector which allows to override logger behaviour. (#796)
  • Move openBroswerResponse handling into its operation for CPP integration (#817)
  • Move broker redirectUri validation logic into common core from MSAL (#807)
  • Fix an incorrectly-cased filename (#808)
  • Cleanup main product targets from test files (#811)