mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-21 18:43:09 +00:00
Update history for v1.8.0 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
This is a modify version of lua 5.4.3 .
|
||||
This is a modify version of lua 5.4.7 .
|
||||
|
||||
For detail ,
|
||||
Shared Proto : http://lua-users.org/lists/lua-l/2014-03/msg00489.html
|
||||
|
||||
15
HISTORY.md
15
HISTORY.md
@@ -1,3 +1,18 @@
|
||||
v1.8.0 (2025-1-14)
|
||||
-----------
|
||||
* Update Lua to 5.4.7
|
||||
* service sessions can be rewind
|
||||
* Improve: udp (ipv6 support)
|
||||
* Improve: debug console
|
||||
* Improve: http
|
||||
* Improve: mongo driver
|
||||
* Improve: mysql driver
|
||||
* Bugfix: socketchannel
|
||||
* Bugfix: cluster
|
||||
* Bugfix: ssl
|
||||
* Bugfix: websocket
|
||||
* Bugfix: redis cluster driver
|
||||
|
||||
v1.7.0 (2023-11-13)
|
||||
-----------
|
||||
* Update Lua to 5.4.6
|
||||
|
||||
@@ -36,7 +36,7 @@ Run these in different consoles:
|
||||
|
||||
## About Lua version
|
||||
|
||||
Skynet now uses a modified version of lua 5.4.6 ( https://github.com/ejoy/lua/tree/skynet54 ) for multiple lua states.
|
||||
Skynet now uses a modified version of lua 5.4.7 ( https://github.com/ejoy/lua/tree/skynet54 ) for multiple lua states.
|
||||
|
||||
Official Lua versions can also be used as long as the Makefile is edited.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user