Skip to content

Commit 54aa517

Browse files
committed
📝 CHANGELOG: upgrade to kettle-dev v1.1.9
1 parent 69210d5 commit 54aa517

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed

CHANGELOG.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,86 @@ Please file a bug if you notice a violation of semantic versioning.
1818

1919
## [Unreleased]
2020
### Added
21+
- .env.local.example for contributor happiness
22+
- note lack of builds for JRuby 9.2, 9.3 & Truffleruby 22.3, 23.0
23+
- [actions/runner - issues/2347][GHA-continue-on-error-ui]
24+
- [community/discussions/15452][GHA-allow-failure]
25+
### Changed
26+
- [gh!669][gh!669] - Upgrade to kettle-dev v1.1.9
27+
### Deprecated
28+
### Removed
29+
### Fixed
30+
- Remove accidentally duplicated lines, and fix typos in CHANGELOG.md
31+
- point badge to the correct workflow for Ruby 2.3 (caboose.yml)
32+
### Security
33+
34+
[gh!669]: https://github.com/ruby-oauth/oauth2/pull/669
35+
[GHA-continue-on-error-ui]: https://github.com/actions/runner/issues/2347
36+
[GHA-allow-failure]: https://github.com/orgs/community/discussions/15452
37+
38+
## [2.0.14] - 2025-08-31
39+
- TAG: [v2.0.14][2.0.14t]
40+
- COVERAGE: 100.00% -- 519/519 lines in 14 files
41+
- BRANCH COVERAGE: 100.00% -- 174/174 branches in 14 files
42+
- 90.48% documented
43+
### Added
44+
- improved documentation by @pboling
45+
- [gh!665][gh!665] - Document Mutual TLS (mTLS) usage with example in README (connection_opts.ssl client_cert/client_key and auth_scheme: :tls_client_auth) by @pboling
46+
- [gh!666][gh!666] - Document usage of flat query params using Faraday::FlatParamsEncoder, with example URI, in README by @pboling
47+
- Spec: verify flat params are preserved with Faraday::FlatParamsEncoder (skips on Faraday without FlatParamsEncoder)
48+
- [gh!662][gh!662] - documentation notes in code comments and README highlighting OAuth 2.1 differences, with references, by @pboling
49+
- PKCE required for auth code,
50+
- exact redirect URI match,
51+
- implicit/password grants omitted,
52+
- avoid bearer tokens in query,
53+
- refresh token guidance for public clients,
54+
- simplified client definitions
55+
- [gh!663][gh!663] - document how to implement an OIDC client with this gem in OIDC.md by @pboling
56+
- also, list libraries built on top of the oauth2 gem that implement OIDC
57+
- [gh!664][gh!664] - README: Add example for JHipster UAA (Spring Cloud) password grant, converted from Postman/Net::HTTP by @pboling
58+
59+
[gh!662]: https://github.com/ruby-oauth/oauth2/pull/662
60+
[gh!663]: https://github.com/ruby-oauth/oauth2/pull/663
61+
[gh!664]: https://github.com/ruby-oauth/oauth2/pull/664
62+
[gh!665]: https://github.com/ruby-oauth/oauth2/pull/665
63+
[gh!666]: https://github.com/ruby-oauth/oauth2/pull/666
64+
65+
## [2.0.13] - 2025-08-30
66+
- TAG: [v2.0.13][2.0.13t]
67+
- COVERAGE: 100.00% -- 519/519 lines in 14 files
68+
- BRANCH COVERAGE: 100.00% -- 174/174 branches in 14 files
69+
- 90.48% documented
70+
### Added
71+
- [gh!656][gh!656] - Support revocation with URL-encoded parameters
72+
- [gh!660][gh!660] - Inline yard documentation by @pboling
73+
- [gh!660][gh!660] - Complete RBS types documentation by @pboling
74+
- [gh!660][gh!660]- (more) Comprehensive documentation / examples by @pboling
75+
- [gh!657][gh!657] - Updated documentation for org-rename by @pboling
76+
- More funding links by @Aboling0
77+
- Documentation: Added docs/OIDC.md with OIDC 1.0 overview, example, and references
78+
### Changed
79+
- Upgrade Code of Conduct to Contributor Covenant 2.1 by @pboling
80+
- [gh!660][gh!660] - Shrink post-install message by 4 lines by @pboling
81+
### Fixed
82+
- [gh!660][gh!660] - Links in README (including link to HEAD documentation) by @pboling
83+
### Security
84+
85+
[gh!660]: https://github.com/ruby-oauth/oauth2/pull/660
86+
[gh!657]: https://github.com/ruby-oauth/oauth2/pull/657
87+
[gh!656]: https://github.com/ruby-oauth/oauth2/pull/656
88+
89+
## [2.0.12] - 2025-05-31
90+
- TAG: [v2.0.12][2.0.12t]
91+
- Line Coverage: 100.0% (520 / 520)
92+
- Branch Coverage: 100.0% (174 / 174)
93+
- 80.00% documented
94+
### Added
95+
- [gh!652][gh!652] - Support IETF rfc7515 JSON Web Signature - JWS by @mridang
96+
- Support JWT `kid` for key discovery and management
97+
- More Documentation by @pboling
98+
- Documented Serialization Extensions
99+
- Added Gatzo.com FLOSS logo by @Aboling0, CC BY-SA 4.0
100+
- Documentation site @ https://oauth2.galtzo.com now complete
21101
### Changed
22102
### Deprecated
23103
### Removed

0 commit comments

Comments
 (0)