From 898e12e47cbd017cdc2ed8cdb8f7dd5d513347d1 Mon Sep 17 00:00:00 2001 From: Aapo Talvensaari Date: Mon, 24 Nov 2025 15:26:42 +0000 Subject: [PATCH] chore(*): release 4.1.5 --- Changes.md | 2 +- README.md | 1 - docs/index.html | 2 +- docs/modules/resty.session.dshm.html | 46 +++--- docs/modules/resty.session.file.html | 46 +++--- docs/modules/resty.session.file.thread.html | 68 ++++---- docs/modules/resty.session.file.utils.html | 44 ++--- docs/modules/resty.session.html | 82 +++++----- docs/modules/resty.session.memcached.html | 46 +++--- docs/modules/resty.session.mysql.html | 46 +++--- docs/modules/resty.session.postgres.html | 46 +++--- docs/modules/resty.session.redis.cluster.html | 46 +++--- docs/modules/resty.session.redis.common.html | 58 +++---- docs/modules/resty.session.redis.html | 46 +++--- .../modules/resty.session.redis.sentinel.html | 46 +++--- docs/modules/resty.session.shm.html | 46 +++--- docs/modules/resty.session.utils.html | 152 +++++++++--------- lib/resty/session.lua | 2 +- lib/resty/session/redis.lua | 1 - lib/resty/session/redis/cluster.lua | 1 - ...spec => lua-resty-session-4.1.5-1.rockspec | 4 +- 21 files changed, 414 insertions(+), 417 deletions(-) rename lua-resty-session-4.1.4-1.rockspec => lua-resty-session-4.1.5-1.rockspec (97%) diff --git a/Changes.md b/Changes.md index f67bba23..4a09f6ce 100644 --- a/Changes.md +++ b/Changes.md @@ -2,7 +2,7 @@ All notable changes to `lua-resty-session` will be documented in this file. -## [4.1.5] - TBD +## [4.1.5] - 2025-11-24 ### Changed - fix(*): timeout remember cookies instead of deleting diff --git a/README.md b/README.md index 72be3ac6..8f3f2e45 100644 --- a/README.md +++ b/README.md @@ -363,7 +363,6 @@ With DHSM storage you can use the following settings (set the `storage` to `"dsh | `ssl` | `nil` | Enable SSL. | | `ssl_verify` | `nil` | Verify server certificate. | | `server_name` | `nil` | The server name for the new TLS extension Server Name Indication (SNI). | -| `force_auth` | `nil` | The flag controls whether to invoke auth after obtaining each Redis connection. | Please refer to [ngx-distributed-shm](https://github.com/grrolland/ngx-distributed-shm) to get necessary dependencies installed. diff --git a/docs/index.html b/docs/index.html index cba09bb1..1d598b94 100644 --- a/docs/index.html +++ b/docs/index.html @@ -121,7 +121,7 @@

Modules

generated by LDoc 1.5.0 -Last updated 2025-09-25 09:16:46 +Last updated 2025-11-24 15:25:35
diff --git a/docs/modules/resty.session.dshm.html b/docs/modules/resty.session.dshm.html index aec37b1f..c0a44e95 100644 --- a/docs/modules/resty.session.dshm.html +++ b/docs/modules/resty.session.dshm.html @@ -185,7 +185,7 @@

Constructors

Parameters: