Skip to content

Releases: ActiveLogin/ActiveLogin.Authentication

v11.0.0 RC 1

07 Mar 12:46
419c660
Compare
Choose a tag to compare
v11.0.0 RC 1 Pre-release
Pre-release

What's Changed

  • Target .NET 9 @Zonnex in #494 #484
  • Add support for requirement Card Reader to Auth and Sign request. by @Zonnex in #495 #389
  • Remove support for blocking transactions based on risk level, since no longer supported by BankID. Use return risk instead and handle risk level in your application by @elinohlsson in #496 #485

Breaking Changes

This a major release, with some breaking changes. Most of them should go unnoticed for the majority of installations.

The most important ones are listed in the file BREAKINGCHANGES.md in the root of the repo.

Full Changelog: v10.1.0...v11.0.0

v10.1.0

23 Jan 09:36
1ccbbe2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.0.1...v10.1.0

v10.1.0 RC 1

21 Jan 08:56
e023717
Compare
Choose a tag to compare
v10.1.0 RC 1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v10.0.1...v10.1.0-rc-1

v10.0.1

18 Oct 08:45
4f16557
Compare
Choose a tag to compare

What's Changed

  • Upgrade NuGet packages and .Net SDK by @elinohlsson in #473
  • Do not set risk in GetSignRequest when AllowedRiskLevel is NoRiskLevel by @staryd in #472

New Contributors

Full Changelog: v10.0.0...v10.0.1

10.0.0

27 Sep 11:07
94c6ef3
Compare
Choose a tag to compare

What's Changed

  • Easer handling of policies and auto set policy for other device by @PeterOrneholm in #452
  • Support new returnUrl, returnRisk, and risk parameters in BankID API by @PeterOrneholm in #454
  • Make it possible to set allowed risk level, which is part of BankIDs auth requirements as a property in BankIdAuthOptions. by @elinohlsson in #465
  • Replace embedded BankID certificate for the test environment FPTestcert4_20220818.p12 (since it has expired), with the three new versions of the client certificate FPTestcert5_20240610.p12, FPTestcert5_20240610.pem and FPTestcert5_20240610-legacy.pfx. Make it configurable which version to use. For compatibility reasons use FPTestcert5_20240610-legacy.pfx by default. by @elinohlsson in #466
  • Upgrade Nuget packages. by @elinohlsson in #458

Full Changelog: v9.0.0...v10.0.0

10.0.0 RC 2

27 Aug 14:44
aafc9ce
Compare
Choose a tag to compare
10.0.0 RC 2 Pre-release
Pre-release

What's Changed

  • Embed all three versions of the client certificate for the test environment FPTestcert5_20240610.p12, FPTestcert5_20240610.pem and FPTestcert5_20240610-legacy.pfx. Make it configurable which version to use. For compatibility reasons use FPTestcert5_20240610-legacy.pfx by default. by @elinohlsson in #466

Full Changelog: v10.0.0-rc-1...v10.0.0-rc-2

10.0.0 RC 1

23 Aug 14:13
7f50fa3
Compare
Choose a tag to compare
10.0.0 RC 1 Pre-release
Pre-release

What's Changed

  • Support new returnUrl, returnRisk, and risk parameters in BankID API by @PeterOrneholm in #454
  • Make it possible to configure allowed risk level, which is part of BankIDs auth requirements as a property in BankIdAuthOptions. by @elinohlsson in #465
  • Replace embedded BankID certificate for test environment FPTestcert4_20220818.p12 with new certificate from BankID FPTestcert5_20240610.p12. by @elinohlsson in #463

Full Changelog: v10.0.0-beta-1...v10.0.0-rc-1

10.0.0 Beta 1

03 May 06:13
Compare
Choose a tag to compare
10.0.0 Beta 1 Pre-release
Pre-release

What's Changed

Full Changelog: v9.0.0...v10.0.0-beta-1

9.0.0

30 Apr 13:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.0...v9.0.0

9.0.0 RC 1

18 Apr 13:32
aade18f
Compare
Choose a tag to compare
9.0.0 RC 1 Pre-release
Pre-release

What's Changed

  • Add the possibility to pass personal number requirement to sign using BankIdFlowService by @nahojd in #445
  • Implement phone API support by @nordeke in #447

New Contributors

Full Changelog: v8.0.0...v9.0.0-rc-1