Skip to content

Commit fbfcabf

Browse files
committed
release 1.9.0
1 parent f14466c commit fbfcabf

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/issue_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A new issue about a bug should be verified with a minimized example.
77

88
###### Environment
99

10-
- lua-resty-openidc version (e.g. 1.8.0)
10+
- lua-resty-openidc version (e.g. 1.9.0)
1111
- OpenID Connect provider (e.g. Keycloak, Azure AD)
1212

1313
###### Expected behaviour

ChangeLog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unreleased
1+
07/01/2026
22
- do not use the shared JWT verification cache for bearer JWT validation
33
calls that pass additional claim validators, preventing a token accepted
44
by one validator set from bypassing a stricter validator set on cache hit.
@@ -46,6 +46,7 @@ unreleased
4646
- prune stale and excess pending authorization states from the session during
4747
authorization requests, configurable with authorization_state_expires_in and
4848
authorization_state_max_number; see #553.
49+
- release 1.9.0
4950

5051
09/13/204
5152
- cross-tenant requests are fixed with lua-resty session 4.0.x; closes #526

lib/resty/openidc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ local function can_use_token_auth_method(method, opts)
8585
end
8686

8787
local openidc = {
88-
_VERSION = "1.8.0"
88+
_VERSION = "1.9.0"
8989
}
9090

9191
local supported_dpop_signing_algs = {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-openidc"
2-
version = "1.8.0-1"
2+
version = "1.9.0-1"
33
source = {
44
url = "git+https://github.com/zmartzone/lua-resty-openidc",
5-
tag = "v1.8.0",
5+
tag = "v1.9.0",
66
dir = "lua-resty-openidc"
77
}
88
description = {

0 commit comments

Comments
 (0)