Skip to content

Commit

Permalink
chore(session) release 2.4.1 (#21)
Browse files Browse the repository at this point in the history
* chore(session) bump lua-resty-session from 3.3 to 3.5

### Summary

## [3.5] - 2020-05-22
### Fixed
- Fix `session:hide()` to not clear non-session request cookies that it
  seemed to do in some cases as reported by @altexy who also provided
  initial fix with #100. Thank you!

## [3.4] - 2020-05-08
### Fixed
- Fix session_cookie_maxsize - error attempt to compare string with number,
  fixes #98, thank you @vavra5

### Changed
- More robust and uniform configuration parsing

* chore(session) release 2.4.1

### Summary

- bump lua-resty-session from 3.3 to 3.5
  • Loading branch information
bungle committed May 22, 2020
1 parent 5d05e41 commit 2f8345d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kong-plugin-session-2.4.0-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description = {

dependencies = {
"lua >= 5.1",
"lua-resty-session == 3.3",
"lua-resty-session == 3.5",
--"kong >= 1.2.0",
}

Expand Down
2 changes: 1 addition & 1 deletion kong/plugins/session/handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local header_filter = require "kong.plugins.session.header_filter"

local KongSessionHandler = {
PRIORITY = 1900,
VERSION = "2.4.0",
VERSION = "2.4.1",
}


Expand Down

0 comments on commit 2f8345d

Please sign in to comment.