Skip to content

v6.10.0

Compare
Choose a tag to compare
@Tr00d Tr00d released this 04 Oct 08:30
· 319 commits to main since this release

What's Changed

  • feat: add ja-jp locale to VerifyV2 by @Tr00d in #530
  • feat: add feature to verify Jwt signature by @Tr00d in #531
  • feat: extend registration with missing clients and token generator by @Tr00d in #504
  • refactor: Remove unused class ResponseBase by @Tr00d in #510
  • refactor: replace TimeSpamSemaphore anf ThrottlingMessageHandler by proper dependency by @Tr00d in #511
  • refactor: implement GetHashCode for ParsingFailure by @Tr00d in #512
  • refactor: use a 2048 bits key for Linux and MacOs platforms by @Tr00d in #513
  • refactor: use sonar.token instead of deprecated sonar.login by @Tr00d in #514
  • refactor: add missing assertion in parser test by @Tr00d in #515
  • refactor: align method signatures for async/sync methods on AccountsClient by @Tr00d in #516
  • refactor: add missing optional parameter for VerifyClient by @Tr00d in #517
  • refactor: make NonStateException compliant to ISerializable by @Tr00d in #518
  • refactor: simplify ternary operator in Result by @Tr00d in #519
  • refactor: update serialization settings by @Tr00d in #520
  • refactor: remove obsolete method on TestBase by @Tr00d in #521
  • refactor: enable parallelized tests on Vonage.Test.Unit by @Tr00d in #522
  • refactor: update TestBase by @Tr00d in #523
  • refactor: update sub clients by @Tr00d in #524
  • refactor: replace null by optional values in ApiRequest by @Tr00d in #527
  • refactor: simplify ApiRequest by @Tr00d in #529
  • refactor: cover signature in query string by @Tr00d in #528
  • ci: fix some build warnings by @Tr00d in #525
  • ci: restore tests parallelism for Vonage.Test.Unit by @Tr00d in #526
  • ci: remove old worksflow 'publish-nuget' by @Tr00d in #505
  • ci: mutation testing improvement by @Tr00d in #507
  • ci: upgrade actions/checkout to v3 for mutation testing by @Tr00d in #508
  • docs: update changelog with v6.9.0 by @Tr00d in #506

Full Changelog: v6.9.0...v6.10.0