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 @@