Skip to content

Releases: bungle/lua-resty-session

v4.1.4

11 Aug 11:57
v4.1.4
Compare
Choose a tag to compare

Fixed

  • fix(redis-cluster): correctly pass username and password in #202

Full Changelog: v4.1.3...v4.1.4

v4.1.3

29 Jul 13:48
v4.1.3
c980143
Compare
Choose a tag to compare

Fixed

  • fix(utils): disable the SP800-132 compliance checks (on FIPS mode, but doesn't violate FIPS) by @ms2008 in #200

New Contributors

Full Changelog: v4.1.2...v4.1.3

Release 4.1.2

10 Jun 18:59
v4.1.2
Compare
Choose a tag to compare

Fixed

  • fix(sesssion): revert caching hmac instance (fix #194, #196)

Full Changelog: v4.1.1...v4.1.2

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