From d8ee65aa70e9737330c8a83301fd66c7dc8a8d7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Fri, 15 Sep 2023 14:22:59 +0200 Subject: [PATCH] Squashed 'src/deps/src/lua-resty-session/' changes from 8b5f8752f..5f2aed616 5f2aed616 chore(*): release 4.0.5 f4980f0e1 fix(dshm/memcached): add a missing return parameter as otherwise pool parameters are not respected git-subtree-dir: src/deps/src/lua-resty-session git-subtree-split: 5f2aed616d16fa7ca04dc40e23d6941740cd634d --- Changes.md | 6 + docs/index.html | 5 +- docs/ldoc.css | 1 + docs/modules/resty.session.dshm.html | 5 +- docs/modules/resty.session.file.html | 5 +- docs/modules/resty.session.file.thread.html | 5 +- docs/modules/resty.session.file.utils.html | 5 +- docs/modules/resty.session.html | 61 +++++----- docs/modules/resty.session.memcached.html | 5 +- docs/modules/resty.session.mysql.html | 25 +++-- docs/modules/resty.session.postgres.html | 15 +-- docs/modules/resty.session.redis.cluster.html | 5 +- docs/modules/resty.session.redis.common.html | 5 +- docs/modules/resty.session.redis.html | 5 +- .../modules/resty.session.redis.sentinel.html | 5 +- docs/modules/resty.session.shm.html | 5 +- docs/modules/resty.session.utils.html | 105 +++++++++--------- lib/resty/session.lua | 2 +- lib/resty/session/dshm.lua | 2 +- lib/resty/session/memcached.lua | 2 +- ...spec => lua-resty-session-4.0.5-1.rockspec | 4 +- spec/01-utils_spec.lua | 46 ++++++++ 22 files changed, 196 insertions(+), 128 deletions(-) rename lua-resty-session-4.0.4-1.rockspec => lua-resty-session-4.0.5-1.rockspec (97%) diff --git a/Changes.md b/Changes.md index 6b7366d0b..db4806792 100644 --- a/Changes.md +++ b/Changes.md @@ -2,6 +2,12 @@ All notable changes to `lua-resty-session` will be documented in this file. + +## [4.0.5] - 2023-08-16 +### Fixed +- fix(dshm/memcached): add a missing return parameter as otherwise pool parameters are not respected, fix #171 + + ## [4.0.4] - 2023-06-05 ### Changed - chore(utils): remove dependency for lua_pack, fix #158 diff --git a/docs/index.html b/docs/index.html index 1d4320c86..71e267ae7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -29,6 +29,7 @@ +

Modules