Releases: TBCBank/TBC.OpenBanking.Jws
2.1.0
Full Changelog: 2.0.0...2.1.0
NuGet: https://www.nuget.org/packages/TBC.OpenBanking.Jws/2.1.0
NuGet: https://www.nuget.org/packages/TBC.OpenBanking.Jws.Http/2.1.0
What's Changed
- Add .NET 9.0 target framework
- Bump .NET SDK to 9.0.100
- Upgrade examples to .NET 8.0
- Fix some code analysis warnings
- Renovate bot: Enable OSV alerts
2.0.0
Full Changelog: 1.6.1...2.0.0
NuGet: https://www.nuget.org/packages/TBC.OpenBanking.Jws/2.0.0
NuGet: https://www.nuget.org/packages/TBC.OpenBanking.Jws.Http/2.0.0
Important Changes
Other Stuff
1.6.1
Full Changelog: 1.5.0...1.6.1
NuGet: https://www.nuget.org/packages/TBC.OpenBanking.Jws/1.6.1
NuGet: https://www.nuget.org/packages/TBC.OpenBanking.Jws.Http/1.6.1
Important changes
- cb1fcbc Add organization identifier check on request signature validation
1.5.0
Full Changelog: 1.4.0...1.5.0
NuGet: https://www.nuget.org/packages/TBC.OpenBanking.Jws/1.5.0
NuGet: https://www.nuget.org/packages/TBC.OpenBanking.Jws.Http/1.5.0
Important changes
- c557376 Drop the out-of-support .NET Core 3.1 target framework
Other stuff
1.4.0
Full Changelog: 1.3.0...1.4.0
NuGet: https://www.nuget.org/packages/TBC.OpenBanking.Jws/1.4.0
NuGet: https://www.nuget.org/packages/TBC.OpenBanking.Jws.Http/1.4.0
Important changes
- 1f43c16 Add .NET 7.0 as a target framework and upgrade packages
Other stuff
- a78359d Upgrade certain GitHub Actions
- 9c91c3b Simplify the ASP.NET WebAPI example code
- 6c4ccdf Set log level to Debug in ASP.NET WebAPI example code
- 8cf52aa Dont use the obsolete HashAlgorithm.Create method
- a8f25a0 Use NullLoggerFactory where appropriate
- 9a69a76 Use ValueStringBuilder instead of StringBuilder. Be careful, though
- a8da3b8 Incorporate changes into Base64Url encoding utility from the upstream ASP.NET code
- c6edc01 Minor code formatting fixes
- 24a99ca Restore packages with MSBuild static graph evaluation
- b9d61d0 Set minimum required .NET SDK version to 7.0.100
- a28eb54 Add Renovate bot configuration
1.3.0
Full Changelog: 1.2.0...1.3.0
NuGet: https://www.nuget.org/packages/TBC.OpenBanking.Jws/1.3.0
NuGet: https://www.nuget.org/packages/TBC.OpenBanking.Jws.Http/1.3.0
- 8e4fae1 Make JwsException abstract class constructors protected
- c31d34b Dispose X509Chain after use
- 8b7f3f7 Remove unnecessary System.Range and System.Index polyfills
- ef2b3d4 Use invariant culture in DateFormatConverter
- 7575b07 JwsConstants is a static holder class and should be static
- 9cba425 Set minimum required .NET SDK version to 6.0.201