Skip to content

Commit

Permalink
chore(*) release 3.5
Browse files Browse the repository at this point in the history
### Summary

Contains bug fix for `session:hide`.
  • Loading branch information
bungle committed May 22, 2020
1 parent 1cade2c commit ee6e6ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changes.md
Expand Up @@ -3,6 +3,13 @@
All notable changes to `lua-resty-session` will be documented in this file.


## [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,
Expand Down
2 changes: 1 addition & 1 deletion lib/resty/session.lua
Expand Up @@ -373,7 +373,7 @@ local function init()
end

local session = {
_VERSION = "3.4"
_VERSION = "3.5"
}

session.__index = session
Expand Down

0 comments on commit ee6e6ba

Please sign in to comment.