Skip to content

Commit ae54ded

Browse files
committed
Version 2.9.3
1 parent 6335f5e commit ae54ded

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,20 @@ Notable changes in the upcoming **version 3.0**:
1515
- The `::JWT::Claims::verify!` method will be removed in favor of `::JWT::Claims::verify_payload!`.
1616
- The `::JWT::JWA.create` method will be removed. No recommended alternatives.
1717
- The `::JWT::Verify` class will be removed in favor of the functionality provided by `::JWT::Claims`.
18-
- Calling `::JWT::Claims::Numeric.new` with a payload will be removed in favor of `::JWT::Claims::verify_payload!(payload, :numeric)`
19-
- Calling `::JWT::Claims::Numeric.verify!` with a payload will be removed in favor of `::JWT::Claims::verify_payload!(payload, :numeric)`
18+
- Calling `::JWT::Claims::Numeric.new` with a payload will be removed in favor of `::JWT::Claims::verify_payload!(payload, :numeric)`.
19+
- Calling `::JWT::Claims::Numeric.verify!` with a payload will be removed in favor of `::JWT::Claims::verify_payload!(payload, :numeric)`.
2020

2121
- The internal algorithms were [restructured](https://github.com/jwt/ruby-jwt/pull/607) to support extensions from separate libraries. The changes lead to a few deprecations and new requirements:
2222
- The `sign` and `verify` static methods on all the algorithms (`::JWT::JWA`) will be removed.
2323
- Custom algorithms are expected to include the `JWT::JWA::SigningAlgorithm` module.
2424

25-
## [v2.9.3](https://github.com/jwt/ruby-jwt/tree/v2.9.3) (NEXT)
25+
## [v2.9.3](https://github.com/jwt/ruby-jwt/tree/v2.9.3) (2024-10-03)
2626

27-
[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.9.2...main)
28-
29-
**Features:**
30-
31-
- Your contribution here
27+
[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.9.2...v2.9.3)
3228

3329
**Fixes and enhancements:**
3430

3531
- Return truthy value for `::JWT::ClaimsValidator#validate!` and `::JWT::Verify.verify_claims` [#628](https://github.com/jwt/ruby-jwt/pull/628) ([@anakinj](https://github.com/anakinj))
36-
- Your contribution here
3732

3833
## [v2.9.2](https://github.com/jwt/ruby-jwt/tree/v2.9.2) (2024-10-03)
3934

0 commit comments

Comments
 (0)