Skip to content

Commit

Permalink
chore(deps): bump lua-resty-session from 4.0.4 to 4.0.5
Browse files Browse the repository at this point in the history
### Summary

- fix(dshm/memcached): add a missing return statement as otherwise pool parameters are not respected

Signed-off-by: Aapo Talvensaari <[email protected]>
  • Loading branch information
bungle committed Aug 17, 2023
1 parent 14d4bfa commit f9bf7fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,13 @@

### Dependencies

- Bumped lua-resty-openssl from 1.3.0 to 1.3.1
- Bumped lua-resty-aws from 1.3.0 to 1.3.1
[#11419](https://github.com/Kong/kong/pull/11419)
- Bumped lua-resty-session from 4.0.4 to 4.0.5
[#11416](https://github.com/Kong/kong/pull/11416)
- Bumped OpenSSL from 3.1.1 to 3.1.2
[#11361](https://github.com/Kong/kong/pull/11361)


## 3.4.0

Expand Down Expand Up @@ -226,10 +231,9 @@
[#11214](https://github.com/Kong/kong/pull/11214)
- Bumped lua-resty-session from 4.0.3 to 4.0.4
[#11011](https://github.com/Kong/kong/pull/11011)
- Bumped OpenSSL from 1.1.1t to 3.1.2
- Bumped OpenSSL from 1.1.1t to 3.1.1
[#10180](https://github.com/Kong/kong/pull/10180)
[#11140](https://github.com/Kong/kong/pull/11140)
[#11361](https://github.com/Kong/kong/pull/11361)
- Bumped pgmoon from 1.16.0 to 1.16.2 (Kong's fork)
[#11181](https://github.com/Kong/kong/pull/11181)
[#11229](https://github.com/Kong/kong/pull/11229)
Expand Down
2 changes: 1 addition & 1 deletion kong-3.5.0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = {
"lua-resty-counter == 0.2.1",
"lua-resty-ipmatcher == 0.6.1",
"lua-resty-acme == 0.11.0",
"lua-resty-session == 4.0.4",
"lua-resty-session == 4.0.5",
"lua-resty-timer-ng == 0.2.5",
"lpeg == 1.0.2",
}
Expand Down

0 comments on commit f9bf7fd

Please sign in to comment.