Skip to content

Commit 2063a94

Browse files
committed
docs: bumped version to 0.9.0 and mentioned lua-resty-websocket and lua-resty-lock.
1 parent eabadd9 commit 2063a94

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

README

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Status
88
This module is under active development and is production ready.
99

1010
Version
11-
This document describes ngx_lua v0.8.10
12-
(<https://github.com/chaoslawful/lua-nginx-module/tags>) released on 22
11+
This document describes ngx_lua v0.9.0
12+
(<https://github.com/chaoslawful/lua-nginx-module/tags>) released on 29
1313
September 2013.
1414

1515
Synopsis
@@ -6289,9 +6289,16 @@ See Also
62896289
* lua-resty-dns (<http://github.com/agentzh/lua-resty-dns>) library
62906290
based on ngx_lua cosocket.
62916291

6292+
* lua-resty-websocket
6293+
(<http://github.com/agentzh/lua-resty-websocket>) library for both
6294+
WebSocket server and client, based on ngx_lua cosocket.
6295+
62926296
* lua-resty-string (<http://github.com/agentzh/lua-resty-string>)
62936297
library based on LuaJIT FFI (<http://luajit.org/ext_ffi.html>).
62946298

6299+
* lua-resty-lock (<http://github.com/agentzh/lua-resty-lock>) library
6300+
for a nonblocking simple lock API.
6301+
62956302
* Routing requests to different MySQL queries based on URI arguments
62966303
(<http://openresty.org/#RoutingMySQLQueriesBasedOnURIArgs>)
62976304

README.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This module is under active development and is production ready.
1818
Version
1919
=======
2020

21-
This document describes ngx_lua [v0.8.10](https://github.com/chaoslawful/lua-nginx-module/tags) released on 22 September 2013.
21+
This document describes ngx_lua [v0.9.0](https://github.com/chaoslawful/lua-nginx-module/tags) released on 29 September 2013.
2222

2323
Synopsis
2424
========
@@ -5509,7 +5509,9 @@ See Also
55095509
* [lua-resty-mysql](http://github.com/agentzh/lua-resty-mysql) library based on ngx_lua cosocket.
55105510
* [lua-resty-upload](http://github.com/agentzh/lua-resty-upload) library based on ngx_lua cosocket.
55115511
* [lua-resty-dns](http://github.com/agentzh/lua-resty-dns) library based on ngx_lua cosocket.
5512+
* [lua-resty-websocket](http://github.com/agentzh/lua-resty-websocket) library for both WebSocket server and client, based on ngx_lua cosocket.
55125513
* [lua-resty-string](http://github.com/agentzh/lua-resty-string) library based on [LuaJIT FFI](http://luajit.org/ext_ffi.html).
5514+
* [lua-resty-lock](http://github.com/agentzh/lua-resty-lock) library for a nonblocking simple lock API.
55135515
* [Routing requests to different MySQL queries based on URI arguments](http://openresty.org/#RoutingMySQLQueriesBasedOnURIArgs)
55145516
* [Dynamic Routing Based on Redis and Lua](http://openresty.org/#DynamicRoutingBasedOnRedis)
55155517
* [Using LuaRocks with ngx_lua](http://openresty.org/#UsingLuaRocks)

doc/HttpLuaModule.wiki

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This module is under active development and is production ready.
1010

1111
= Version =
1212

13-
This document describes ngx_lua [https://github.com/chaoslawful/lua-nginx-module/tags v0.8.10] released on 22 September 2013.
13+
This document describes ngx_lua [https://github.com/chaoslawful/lua-nginx-module/tags v0.9.0] released on 29 September 2013.
1414

1515
= Synopsis =
1616
<geshi lang="nginx">
@@ -5317,7 +5317,9 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
53175317
* [http://github.com/agentzh/lua-resty-mysql lua-resty-mysql] library based on ngx_lua cosocket.
53185318
* [http://github.com/agentzh/lua-resty-upload lua-resty-upload] library based on ngx_lua cosocket.
53195319
* [http://github.com/agentzh/lua-resty-dns lua-resty-dns] library based on ngx_lua cosocket.
5320+
* [http://github.com/agentzh/lua-resty-websocket lua-resty-websocket] library for both WebSocket server and client, based on ngx_lua cosocket.
53205321
* [http://github.com/agentzh/lua-resty-string lua-resty-string] library based on [http://luajit.org/ext_ffi.html LuaJIT FFI].
5322+
* [http://github.com/agentzh/lua-resty-lock lua-resty-lock] library for a nonblocking simple lock API.
53215323
* [http://openresty.org/#RoutingMySQLQueriesBasedOnURIArgs Routing requests to different MySQL queries based on URI arguments]
53225324
* [http://openresty.org/#DynamicRoutingBasedOnRedis Dynamic Routing Based on Redis and Lua]
53235325
* [http://openresty.org/#UsingLuaRocks Using LuaRocks with ngx_lua]

0 commit comments

Comments
 (0)