Skip to content

Commit 97de671

Browse files
committed
chore(*): release 4.1.0
1 parent 497074e commit 97de671

18 files changed

+234
-118
lines changed

Changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to `lua-resty-session` will be documented in this file.
44

55

6-
## [4.1.0] - Unreleased
6+
## [4.1.0] - 2025-04-15
77
### Fixed
88
- fix(session): take absolute timeout in account when calculating storage ttl
99
- fix(session): remember function didn't store flags as expected

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h2>Modules</h2>
121121
</div> <!-- id="main" -->
122122
<div id="about">
123123
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
124-
<i style="float:right;">Last updated 2023-08-16 18:11:28 </i>
124+
<i style="float:right;">Last updated 2025-04-15 15:54:39 </i>
125125
</div> <!-- id="about" -->
126126
</div> <!-- id="container" -->
127127
</body>

docs/modules/resty.session.dshm.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ <h2>Modules</h2>
6464
<h1>Module <code>resty.session.dshm</code></h1>
6565
<p>Distributed Shared Memory (DSHM) backend for session library</p>
6666
<p>
67+
6768
</p>
6869

6970

@@ -131,13 +132,13 @@ <h3>Fields:</h3>
131132
The port to connect (defaults to <code>4321</code>).
132133
</li>
133134
<li><span class="parameter">connect_timeout</span>
134-
Controls the default timeout value used in TCP/unix-domain socket object&rsquo;s <code>connect</code> method.
135+
Controls the default timeout value used in TCP/unix-domain socket object's <code>connect</code> method.
135136
</li>
136137
<li><span class="parameter">send_timeout</span>
137-
Controls the default timeout value used in TCP/unix-domain socket object&rsquo;s <code>send</code> method.
138+
Controls the default timeout value used in TCP/unix-domain socket object's <code>send</code> method.
138139
</li>
139140
<li><span class="parameter">read_timeout</span>
140-
Controls the default timeout value used in TCP/unix-domain socket object&rsquo;s <code>receive</code> method.
141+
Controls the default timeout value used in TCP/unix-domain socket object's <code>receive</code> method.
141142
</li>
142143
<li><span class="parameter">keepalive_timeout</span>
143144
Controls the default maximal idle time of the connections in the connection pool.
@@ -391,7 +392,7 @@ <h3>Returns:</h3>
391392
</div> <!-- id="main" -->
392393
<div id="about">
393394
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
394-
<i style="float:right;">Last updated 2023-08-16 18:11:28 </i>
395+
<i style="float:right;">Last updated 2025-04-15 15:54:39 </i>
395396
</div> <!-- id="about" -->
396397
</div> <!-- id="container" -->
397398
</body>

docs/modules/resty.session.file.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ <h2>Modules</h2>
6464
<h1>Module <code>resty.session.file</code></h1>
6565
<p>File storage backend for session library.</p>
6666
<p>
67+
6768
</p>
6869

6970

@@ -361,7 +362,7 @@ <h3>Returns:</h3>
361362
</div> <!-- id="main" -->
362363
<div id="about">
363364
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
364-
<i style="float:right;">Last updated 2023-08-16 18:11:28 </i>
365+
<i style="float:right;">Last updated 2025-04-15 15:54:39 </i>
365366
</div> <!-- id="about" -->
366367
</div> <!-- id="container" -->
367368
</body>

docs/modules/resty.session.file.thread.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ <h2>Modules</h2>
6262
<h1>Module <code>resty.session.file.thread</code></h1>
6363
<p>File storage backend worker thread module</p>
6464
<p>
65+
6566
</p>
6667

6768

@@ -325,7 +326,7 @@ <h3>Returns:</h3>
325326
</div> <!-- id="main" -->
326327
<div id="about">
327328
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
328-
<i style="float:right;">Last updated 2023-08-16 18:11:28 </i>
329+
<i style="float:right;">Last updated 2025-04-15 15:54:39 </i>
329330
</div> <!-- id="about" -->
330331
</div> <!-- id="container" -->
331332
</body>

docs/modules/resty.session.file.utils.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ <h2>Modules</h2>
6262
<h1>Module <code>resty.session.file.utils</code></h1>
6363
<p>File storage utilities</p>
6464
<p>
65+
6566
</p>
6667

6768

@@ -344,7 +345,7 @@ <h3>Returns:</h3>
344345
</div> <!-- id="main" -->
345346
<div id="about">
346347
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
347-
<i style="float:right;">Last updated 2023-08-16 18:11:28 </i>
348+
<i style="float:right;">Last updated 2025-04-15 15:54:39 </i>
348349
</div> <!-- id="about" -->
349350
</div> <!-- id="container" -->
350351
</body>

docs/modules/resty.session.html

Lines changed: 75 additions & 33 deletions
Large diffs are not rendered by default.

docs/modules/resty.session.memcached.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ <h2>Modules</h2>
6464
<h1>Module <code>resty.session.memcached</code></h1>
6565
<p>Memcached backend for session library</p>
6666
<p>
67+
6768
</p>
6869

6970

@@ -134,13 +135,13 @@ <h3>Fields:</h3>
134135
The socket file to connect to (defaults to <code>nil</code>).
135136
</li>
136137
<li><span class="parameter">connect_timeout</span>
137-
Controls the default timeout value used in TCP/unix-domain socket object&rsquo;s <code>connect</code> method.
138+
Controls the default timeout value used in TCP/unix-domain socket object's <code>connect</code> method.
138139
</li>
139140
<li><span class="parameter">send_timeout</span>
140-
Controls the default timeout value used in TCP/unix-domain socket object&rsquo;s <code>send</code> method.
141+
Controls the default timeout value used in TCP/unix-domain socket object's <code>send</code> method.
141142
</li>
142143
<li><span class="parameter">read_timeout</span>
143-
Controls the default timeout value used in TCP/unix-domain socket object&rsquo;s <code>receive</code> method.
144+
Controls the default timeout value used in TCP/unix-domain socket object's <code>receive</code> method.
144145
</li>
145146
<li><span class="parameter">keepalive_timeout</span>
146147
Controls the default maximal idle time of the connections in the connection pool.
@@ -394,7 +395,7 @@ <h3>Returns:</h3>
394395
</div> <!-- id="main" -->
395396
<div id="about">
396397
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
397-
<i style="float:right;">Last updated 2023-08-16 18:11:28 </i>
398+
<i style="float:right;">Last updated 2025-04-15 15:54:39 </i>
398399
</div> <!-- id="about" -->
399400
</div> <!-- id="container" -->
400401
</body>

docs/modules/resty.session.mysql.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ <h2>Modules</h2>
6565
<h1>Module <code>resty.session.mysql</code></h1>
6666
<p>MySQL / MariaDB backend for session library</p>
6767
<p>
68+
6869
</p>
6970

7071

@@ -161,13 +162,13 @@ <h3>Fields:</h3>
161162
The upper limit for the reply packets sent from the MySQL server (defaults to 1 MB).
162163
</li>
163164
<li><span class="parameter">connect_timeout</span>
164-
Controls the default timeout value used in TCP/unix-domain socket object&rsquo;s <code>connect</code> method.
165+
Controls the default timeout value used in TCP/unix-domain socket object's <code>connect</code> method.
165166
</li>
166167
<li><span class="parameter">send_timeout</span>
167-
Controls the default timeout value used in TCP/unix-domain socket object&rsquo;s <code>send</code> method.
168+
Controls the default timeout value used in TCP/unix-domain socket object's <code>send</code> method.
168169
</li>
169170
<li><span class="parameter">read_timeout</span>
170-
Controls the default timeout value used in TCP/unix-domain socket object&rsquo;s <code>receive</code> method.
171+
Controls the default timeout value used in TCP/unix-domain socket object's <code>receive</code> method.
171172
</li>
172173
<li><span class="parameter">keepalive_timeout</span>
173174
Controls the default maximal idle time of the connections in the connection pool.
@@ -474,7 +475,7 @@ <h3>Usage:</h3>
474475
</div> <!-- id="main" -->
475476
<div id="about">
476477
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
477-
<i style="float:right;">Last updated 2023-08-16 18:11:28 </i>
478+
<i style="float:right;">Last updated 2025-04-15 15:54:39 </i>
478479
</div> <!-- id="about" -->
479480
</div> <!-- id="container" -->
480481
</body>

docs/modules/resty.session.postgres.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ <h2>Modules</h2>
6565
<h1>Module <code>resty.session.postgres</code></h1>
6666
<p>Postgres backend for session library.</p>
6767
<p>
68+
6869
</p>
6970

7071

@@ -137,7 +138,7 @@ <h3>Fields:</h3>
137138
The port to connect (defaults to <code>5432</code>).
138139
</li>
139140
<li><span class="parameter">application</span>
140-
Set the name of the connection as displayed in pg_stat_activity (defaults to <code>&quot;pgmoon&quot;</code>).
141+
Set the name of the connection as displayed in pg<em>stat</em>activity (defaults to <code>&quot;pgmoon&quot;</code>).
141142
</li>
142143
<li><span class="parameter">username</span>
143144
The database username to authenticate (defaults to <code>&quot;postgres&quot;</code>).
@@ -155,13 +156,13 @@ <h3>Fields:</h3>
155156
Name of database meta data table to which to store session meta data (can be <code>database schema</code> prefixed) (defaults to <code>&quot;sessions_meta&quot;</code>).
156157
</li>
157158
<li><span class="parameter">connect_timeout</span>
158-
Controls the default timeout value used in TCP/unix-domain socket object&rsquo;s <code>connect</code> method.
159+
Controls the default timeout value used in TCP/unix-domain socket object's <code>connect</code> method.
159160
</li>
160161
<li><span class="parameter">send_timeout</span>
161-
Controls the default timeout value used in TCP/unix-domain socket object&rsquo;s <code>send</code> method.
162+
Controls the default timeout value used in TCP/unix-domain socket object's <code>send</code> method.
162163
</li>
163164
<li><span class="parameter">read_timeout</span>
164-
Controls the default timeout value used in TCP/unix-domain socket object&rsquo;s <code>receive</code> method.
165+
Controls the default timeout value used in TCP/unix-domain socket object's <code>receive</code> method.
165166
</li>
166167
<li><span class="parameter">keepalive_timeout</span>
167168
Controls the default maximal idle time of the connections in the connection pool.
@@ -470,7 +471,7 @@ <h3>Usage:</h3>
470471
</div> <!-- id="main" -->
471472
<div id="about">
472473
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
473-
<i style="float:right;">Last updated 2023-08-16 18:11:28 </i>
474+
<i style="float:right;">Last updated 2025-04-15 15:54:39 </i>
474475
</div> <!-- id="about" -->
475476
</div> <!-- id="container" -->
476477
</body>

0 commit comments

Comments
 (0)