Skip to content

Commit 4702769

Browse files
committed
release 1.8.0; fix cross-tenant requests; closes #526
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 7548b25 commit 4702769

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/issue_template.md

+1-1
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.7.6)
10+
- lua-resty-openidc version (e.g. 1.8.0)
1111
- OpenID Connect provider (e.g. Keycloak, Azure AD)
1212

1313
###### Expected behaviour

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
09/13/204
2+
- cross-tenant requests are fixed with lua-resty session 4.0.x; closes #526
3+
- release 1.8.0
4+
15
09/09/2024
26
- merge support for lua-resty-session 4.x; see #489; closes #464 #480 #503; thanks @oldium @balajiv113
37
- add @oldium to the primary AUTHORS

lib/resty/openidc.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ local supported_token_auth_methods = {
7878
}
7979

8080
local openidc = {
81-
_VERSION = "1.7.6"
81+
_VERSION = "1.8.0"
8282
}
8383
openidc.__index = openidc
8484

lua-resty-openidc-1.7.6-3.rockspec lua-resty-openidc-1.8.0-1.rockspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-openidc"
2-
version = "1.7.6-3"
2+
version = "1.8.0-1"
33
source = {
44
url = "git+https://github.com/zmartzone/lua-resty-openidc",
5-
tag = "v1.7.6",
5+
tag = "v1.8.0",
66
dir = "lua-resty-openidc"
77
}
88
description = {

0 commit comments

Comments
 (0)