Changelog (Page 5)
6.27.1 (2020-06-15)
Section titled “6.27.1 (2020-06-15)”Bug Fixes
Section titled “Bug Fixes”- correct jwtIntrospection draft ack version (#735) (62b97d4)
- typescript: static IdToken.validate (#733) (a0d997e)
6.27.0 (2020-06-01)
Section titled “6.27.0 (2020-06-01)”Bug Fixes
Section titled “Bug Fixes”- allow any JSON numeric value for timestamp values for DPoP JWTs (0700fde)
Features
Section titled “Features”- secp256k1 EC curve and ES256K JWS alg feature flag removed (f74f6bd)
BREAKING CHANGES
Section titled “BREAKING CHANGES”- secp256k1 and ES256K have been registered in IANA a few days ago so the flag is not needed anymore.
Note: Updates to draft specification versions are released as MINOR
library versions, if you utilize these specification implementations
consider using the tilde ~ operator in your package.json since
breaking changes may be introduced as part of these version updates.
Alternatively, acknowledge the version and
be notified of breaking changes as part of your CI.
6.26.1 (2020-05-18)
Section titled “6.26.1 (2020-05-18)”Bug Fixes
Section titled “Bug Fixes”- typescript: claims/scopes as Set in rejected/prompted functions (#719) (950c21d)
- typescript: undefined return for DefaultPolicy.get and Checks.get (b61e9d8)
6.26.0 (2020-05-12)
Section titled “6.26.0 (2020-05-12)”Bug Fixes
Section titled “Bug Fixes”- A192CBC-HS384 and A256CBC-HS512 direct encryption key derivation (ead23a7)
Features
Section titled “Features”- helper to define PKCE use requirement (0c2e208)
6.25.0 (2020-05-05)
Section titled “6.25.0 (2020-05-05)”Bug Fixes
Section titled “Bug Fixes”Features
Section titled “Features”- update DPoP implementation to ietf draft 01 (330d13c)
BREAKING CHANGES
Section titled “BREAKING CHANGES”- DPoP implementation updated to draft-ietf-oauth-dpop-01
Note: Updates to draft specification versions are released as MINOR
library versions, if you utilize these specification implementations
consider using the tilde ~ operator in your package.json since
breaking changes may be introduced as part of these version updates.
Alternatively, acknowledge the version and
be notified of breaking changes as part of your CI.
6.24.0 (2020-04-27)
Section titled “6.24.0 (2020-04-27)”Bug Fixes
Section titled “Bug Fixes”- typescript: added types of prompt.checks in interaction policy (3b97bde)
Features
Section titled “Features”- typescript: export the DefaultPolicy interface (b36190b), closes #707
- add server-wide policy configuration on accepting tokens in query (90b400a)
- introspection response allowedPolicy helper function added (e59cc66), closes #642
- update features.jwtIntrospection to draft 09 (219e8c3)
6.23.5 (2020-04-09)
Section titled “6.23.5 (2020-04-09)”Bug Fixes
Section titled “Bug Fixes”6.23.4 (2020-04-03)
Section titled “6.23.4 (2020-04-03)”Bug Fixes
Section titled “Bug Fixes”- typescript: added revokeByGrantId types to appropriate models (883b038)
6.23.3 (2020-03-22)
Section titled “6.23.3 (2020-03-22)”Bug Fixes
Section titled “Bug Fixes”- client jwks_uri are now fetched with a lock, cooldown improvements (b193010)
6.23.2 (2020-03-16)
Section titled “6.23.2 (2020-03-16)”Bug Fixes
Section titled “Bug Fixes”6.23.1 (2020-03-04)
Section titled “6.23.1 (2020-03-04)”Bug Fixes
Section titled “Bug Fixes”6.23.0 (2020-03-03)
Section titled “6.23.0 (2020-03-03)”Bug Fixes
Section titled “Bug Fixes”- client credentials exchange checks the client’s scope whitelist (5e4defc)
- stable features with ack now throw to indicate a possible breaking change (cf58d35)
- typescript: adapter methods typings and interface name typo (e086fc6)
Features
Section titled “Features”- features.mTLS (RFC 8705) is now a stable feature (cfeaca8)
6.22.1 (2020-02-28)
Section titled “6.22.1 (2020-02-28)”Bug Fixes
Section titled “Bug Fixes”6.22.0 (2020-02-28)
Section titled “6.22.0 (2020-02-28)”Bug Fixes
Section titled “Bug Fixes”Features
Section titled “Features”6.21.1 (2020-02-27)
Section titled “6.21.1 (2020-02-27)”Bug Fixes
Section titled “Bug Fixes”6.21.0 (2020-02-18)
Section titled “6.21.0 (2020-02-18)”Features
Section titled “Features”- add support for RSA-OAEP-384 and RSA-OAEP-512 JWE algorithms (c669bd1)
6.20.3 (2020-02-14)
Section titled “6.20.3 (2020-02-14)”Bug Fixes
Section titled “Bug Fixes”6.20.2 (2020-02-11)
Section titled “6.20.2 (2020-02-11)”Bug Fixes
Section titled “Bug Fixes”6.20.1 (2020-02-04)
Section titled “6.20.1 (2020-02-04)”Bug Fixes
Section titled “Bug Fixes”6.20.0 (2020-01-31)
Section titled “6.20.0 (2020-01-31)”Features
Section titled “Features”6.19.2 (2020-01-25)
Section titled “6.19.2 (2020-01-25)”Bug Fixes
Section titled “Bug Fixes”6.19.1 (2020-01-25)
Section titled “6.19.1 (2020-01-25)”Bug Fixes
Section titled “Bug Fixes”- allow ECDH-ES with AES_CBC_HMAC_SHA2 key sizes larger than 256 bits (a65e9c4)
6.19.0 (2020-01-23)
Section titled “6.19.0 (2020-01-23)”Features
Section titled “Features”6.18.2 (2020-01-16)
Section titled “6.18.2 (2020-01-16)”Bug Fixes
Section titled “Bug Fixes”- number of default should-change notices using a wrong property (8e51724)
- principal-change triggered logout fixes (fa860cf), closes #628 #600
6.18.1 (2020-01-07)
Section titled “6.18.1 (2020-01-07)”Bug Fixes
Section titled “Bug Fixes”- fix client secret based algorithm keys for clients with jwks (75d82a0)
6.18.0 (2019-12-31)
Section titled “6.18.0 (2019-12-31)”Features
Section titled “Features”- update PAR implementation to an ietf WG draft version (d3a772b)
6.17.7 (2019-12-28)
Section titled “6.17.7 (2019-12-28)”Bug Fixes
Section titled “Bug Fixes”- typescript: rotateRefreshToken boolean, ES256K, async customizers (22ab1e3)
6.17.6 (2019-12-17)
Section titled “6.17.6 (2019-12-17)”Bug Fixes
Section titled “Bug Fixes”- skip JWT validating iat is in the past when exp is present (a7dd855)
6.17.5 (2019-12-16)
Section titled “6.17.5 (2019-12-16)”Bug Fixes
Section titled “Bug Fixes”- properly handle routes ending with a trailing slash (again) (d8a3a67)
6.17.4 (2019-12-13)
Section titled “6.17.4 (2019-12-13)”Bug Fixes
Section titled “Bug Fixes”- properly handle routes ending with a trailing slash (c4b06de)