Skip to content

Releases: TBCBank/TBC.OpenBanking.Jws

2.1.0

16 Nov 12:44
5d996b4
Compare
Choose a tag to compare

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

27 Jan 19:19
7542447
Compare
Choose a tag to compare

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

  • 144a216 Bump .NET SDK to 8.0.101
  • 5d4a74c Renovate: Use recommended settings
  • 7542447 Update GitHub actions

1.6.1

22 Jun 14:24
05e5fa5
Compare
Choose a tag to compare

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

14 Jan 17:26
9a9aacd
Compare
Choose a tag to compare

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

  • e846c8a Set minimum required .NET SDK version to 7.0.102
  • 9a9aacd Add Roslyn analyzers and fix some warnings

1.4.0

25 Nov 16:45
a78359d
Compare
Choose a tag to compare

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

1.3.0

10 Apr 16:56
1.3.0
5131d9b
Compare
Choose a tag to compare

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