Update history for v1.8.0 release

This commit is contained in:
Cloud Wu
2025-01-14 09:50:26 +08:00
parent e1c28ed13e
commit ba64be6f9f
3 changed files with 17 additions and 2 deletions

View File

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

View File

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

View File

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