Releases: ActiveLogin/ActiveLogin.Authentication
v10.0.1
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
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
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
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
What's Changed
- Easer handling of policies and auto set policy for other device by @PeterOrneholm in #452
- Check ip adress by @PeterOrneholm in #451
Full Changelog: v9.0.0...v10.0.0-beta-1
9.0.0
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
- Prep for V9 by @PeterOrneholm in #449
New Contributors
Full Changelog: v8.0.0...v9.0.0
9.0.0 RC 1
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
8.0.0
With the release 8.0.0 of ActiveLogin.Authentication we bring new features, bug fixes, and improved documentation.
Most important we are now targeting .NET 8.
Since 7.0.0 we have:
3 people contributed to this release. Thank you @robynactive , @altenstedt and @PeterOrneholm
News
Major features and changes in this release
- Target .NET 8
- Fix bug with tsconfig.json
- Easier handling of third party browsers (like custom app)
Features & Improvements
- Upgrade to .NET 8 #432, #431
- Easier handling of third party browsers (like custom app) #423, #424, #442, #443
Bugfixes & Refactorings
- Remove code signing #429, #430
- Fix tsconfig bug #422, #435
- Fix cancel button bug #400, #436
- Fix timing bug on client #433, #437
Docs
No specific docs improvements.
Breaking changes
This a major release, with some breaking changes. Most of them should go unnoticed for the majority of installations.
For a full list of breaking changes, see all issues/PR:s prefixed with the Breaking change: above.
The most important ones are listed in the file BREAKINGCHANGES.md in the root of the repo.
Feedback
If you find any bugs or have feedback in general. Please file an issue!
Thanks
Thanks to the community for providing code, testing and feedback!
8.0.0 Beta 1
What's Changed
- Add extension point for refresh behavior on iOS by @altenstedt in #424
- Custom browser handling by @PeterOrneholm in #434
- Move tsconfig into project settings by @PeterOrneholm in #435
- Init cancel button on return by @PeterOrneholm in #436
- Add client side retry logic by @PeterOrneholm in #437
- Bump version to beta 1 by @PeterOrneholm in #438
New Contributors
- @altenstedt made their first contribution in #424
Full Changelog: v8.0.0-alpha-1...v8.0.0-beta-1
8.0.0 Alpha 1
What's Changed
- Remove code signing by @PeterOrneholm in #430
- Upgrade to .NET 8 by @PeterOrneholm in #432
Full Changelog: v7.0.0...v8.0.0-alpha-1