Skip to content

Releases: bungle/lua-resty-session

Release 4.0.5

16 Aug 15:27
v4.0.5
Compare
Choose a tag to compare

Fixed

  • fix(dshm/memcached): add a missing return parameter as otherwise pool parameters are not respected, fix #171

Release 4.0.4

05 Jun 14:13
v4.0.4
8b5f875
Compare
Choose a tag to compare
  • chore(utils): remove dependency for lua_pack, fix #158

Release 4.0.3

21 Feb 19:23
v4.0.3
3373d81
Compare
Choose a tag to compare

Fixed

  • fix(*): redis authorization

Release 4.0.2

15 Feb 15:10
v4.0.2
Compare
Choose a tag to compare

Fixed

  • fix(*): hkdf is not approved by FIPS, use PBKDF2 instead on FIPS-mode

Release 4.0.1

05 Feb 07:43
v4.0.1
fba61ea
Compare
Choose a tag to compare

Fixed

  • fix(session): clear_request cookie to check remember_meta correctly before using it

Added

  • feat(opm): add more dependencies in requires
  • feat(opm): add right version number requirements
  • docs(readme): add remark on dependencies on installation section

Release 4.0.0

01 Feb 20:04
v4.0.0
f12aaed
Compare
Choose a tag to compare

Summary

Rewrite of Session library.

Full Changelog: v3.10...v4.0.0

Release 4.0.0.beta.3

01 Feb 12:03
v4.0.0.beta.3
9210a07
Compare
Choose a tag to compare
Release 4.0.0.beta.3 Pre-release
Pre-release

Summary

Rewrite of Session library.

Release 4.0.0.beta.2

31 Jan 20:18
v4.0.0.beta.2
260c0a5
Compare
Choose a tag to compare
Release 4.0.0.beta.2 Pre-release
Pre-release

Summary

Rewrite of Session library.

Release 4.0.0.beta.1

31 Jan 14:07
v4.0.0.beta.1
126b32b
Compare
Choose a tag to compare
Release 4.0.0.beta.1 Pre-release
Pre-release

Summary

Rewrite of Session library.

Release 3.10

14 Jan 18:18
v3.10
e6bf263
Compare
Choose a tag to compare

Fixed

  • 3.9 introduced an issue where calling session:regenerate with flush=true, didn't really flush if the session strategy was regenerate.