Releases: jwojnowski/oidc4s
Releases · jwojnowski/oidc4s
v0.13.1
What's Changed
- Update client3:core to 3.9.3 by @scala-steward in #75
- Update scalafmt-core to 3.8.0 by @scala-steward in #76
- Update sbt to 1.9.9 by @scala-steward in #77
- Update scala-library to 2.13.13 by @scala-steward in #78
- Update scala3-library to 3.3.3 by @scala-steward in #79
- Update cats-effect, cats-effect-testkit to 3.5.4 by @scala-steward in #80
- Update client3:core to 3.9.4 by @scala-steward in #81
- Update client3:core to 3.9.5 by @scala-steward in #82
- Update scala3-library to 3.4.1 by @scala-steward in #83
- Update scalafmt-core to 3.8.1 by @scala-steward in #84
- Fix dependency name in
README.md
by @yevtyushkin in #85 - Update circe-core, circe-parser to 0.14.7 by @scala-steward in #86
- Update client3:core to 3.9.6 by @scala-steward in #87
- Update scala-library to 2.13.14 by @scala-steward in #88
- Update jwt-core to 10.0.1 by @scala-steward in #89
- Update sbt to 1.10.0 by @scala-steward in #90
- Update scala3-library to 3.4.2 by @scala-steward in #91
- Update client3:core to 3.9.7 by @scala-steward in #92
- Update cats-core to 2.12.0 by @scala-steward in #95
- Update jawn-parser to 1.6.0 by @scala-steward in #96
- Update scalafmt-core to 3.8.2 by @scala-steward in #97
- Update circe-core, circe-parser to 0.14.8 by @scala-steward in #98
- Update circe-core, circe-parser to 0.14.9 by @scala-steward in #99
- ⬆️ Update munit to 1.0.0 by @jwojnowski in #100
- Update sbt to 1.10.1 by @scala-steward in #101
- Update scalafmt-core to 3.8.3 by @scala-steward in #102
New Contributors
- @yevtyushkin made their first contribution in #85
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
- Update sbt to 1.9.8 by @scala-steward in #68
- 💚 Fix CI release by @jwojnowski in #69
- Update cats-effect, cats-effect-testkit to 3.5.3 by @scala-steward in #71
- Update client3:core to 3.9.2 by @scala-steward in #70
- Update jwt-core to 9.4.6 by @scala-steward in #72
- Update jwt-core to 10.0.0 by @scala-steward in #73
- ✨ Add
verifyAndDecode
variant with client check [breaking] by @jwojnowski in #74
Full Changelog: v0.12.2...v0.13.0
v0.12.2
What's Changed
- 💚 Enable MiMa check on testkit module by @jwojnowski in #66
- 🗑 Deprecate not needed IdTokenVerifierMock Traverse requirement by @jwojnowski in #67
Full Changelog: v0.12.1...v0.12.2
v0.12.1
What's Changed
- Update client3:core to 3.9.1 by @scala-steward in #59
- 💚 Add pull_request trigger back to CI by @jwojnowski in #64
- ✨ Add an IdTokenVerifierMock by @jwojnowski in #65
- Update jwt-core to 9.4.5 by @scala-steward in #63
- Update scalafmt-core to 3.7.17 by @scala-steward in #62
Full Changelog: v0.12.0...v0.12.1
v0.12.0
Main changes
This version drops a dependency on jwt-scala and focuses on performance improvements. The library is still used in tests though, for some cross-check, property-based tests.
Compatibility with previous versions
This version is not binary-compatible with the previous one due to changes in error structure. Apart from that, there were no changes to the API.
Special thanks
Special thanks to @majk-p for an awesome review!
What's Changed
- Update circe-core, circe-parser to 0.14.6 by @scala-steward in #44
- Update scalafmt-core to 3.7.13 by @scala-steward in #46
- Update sbt-scalafmt to 2.5.2 by @scala-steward in #45
- Update scalafmt-core to 3.7.14 by @scala-steward in #49
- Update jwt-core to 9.4.4 by @scala-steward in #47
- Update scala3-library to 3.3.1 by @scala-steward in #48
- Update scala-library to 2.13.12 by @scala-steward in #50
- Update sbt to 1.9.6 by @scala-steward in #51
- 💚 Make breaking changes possible by @jwojnowski in #54
- Update scalafmt-core to 3.7.15 by @scala-steward in #56
- Update sbt to 1.9.7 by @scala-steward in #55
- Update cats-effect, cats-effect-testkit to 3.5.2 by @scala-steward in #52
- ➖ Remove dependency on jwt-scala by @jwojnowski in #53
Full Changelog: v0.11.0...v0.12.0
v0.11.0
This release is binary compatible with 0.10.0
, but a few methods have been deprecated.
What's Changed
- Update sbt to 1.9.3 by @scala-steward in #34
- 📝 Update README with snyk.io badge by @jwojnowski in #35
- Update scalafmt-core to 3.7.11 by @scala-steward in #36
- Update scalafmt-core to 3.7.12 by @scala-steward in #37
- Update cats-core to 2.10.0 by @scala-steward in #39
- Update client3:core to 3.9.0 by @scala-steward in #38
- Update sbt to 1.9.4 by @scala-steward in #40
- 💚 Add sbt-mima by @jwojnowski in #41
- ✨ Add support for RS384 and RS512 by @jwojnowski in #42
- ♻️ ✨ Refactor factory methods (and include static ones) by @jwojnowski in #43
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- Update scalafmt-core to 3.7.6 by @scala-steward in #24
- Update client3:core to 3.8.16 by @scala-steward in #26
- Update scalafmt-core to 3.7.7 by @scala-steward in #27
- Update scalafmt-core to 3.7.9 by @scala-steward in #29
- Update sbt to 1.9.2 by @scala-steward in #28
- Update jwt-core to 9.4.3 by @scala-steward in #30
- Update scalafmt-core to 3.7.10 by @scala-steward in #32
- ✨ Add Client ID verification to verifyAndDecodeCustom by @jwojnowski in #33
Full Changelog: v0.9.0...v0.10.0
v0.9.0
v0.8.2
What's Changed
- Update sbt to 1.9.1 by @scala-steward in #20
- Update jawn-parser to 1.5.1 by @scala-steward in #22
- Update cats-effect, cats-effect-testkit to 3.5.1 by @scala-steward in #21
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- Update sbt to 1.9.0 by @scala-steward in #14
- Update scalafmt-core to 3.7.4 by @scala-steward in #15
- Update jawn-parser to 1.5.0 by @scala-steward in #16
- ⬆️ Update Scala versions and jwt-scala by @jwojnowski in #19
Full Changelog: v0.8.0...v0.8.1