Skip to content

Releases: bungle/lua-resty-session

Release 4.1.1

16 Apr 06:53
v4.1.1
Compare
Choose a tag to compare

Fixed

  • fix(deps): bump minimum resty.openssl to 1.5.0 (fix #190)
  • fix(session): fix a backward incompatible change in 4.1.0 where storage was given as false
    (the false is again a synonym to "cookie")

Full Changelog: v4.1.0...v4.1.1

Release 4.1.0

15 Apr 20:35
v4.1.0
Compare
Choose a tag to compare

Fixed

  • fix(session): take absolute timeout in account when calculating storage ttl
  • fix(session): remember function didn't store flags as expected

Added

  • feat(session): allow binding session to external data

Changed

  • chore(utils): safer utils.is_fips_mode (fix #176)
  • chore(session): a bit more relaxed assertions (fix #175)
  • chore(utils): better caching of crypto primitives and move to non-deprecated crypto

Full Changelog: v4.0.5...v4.1.0

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.