Release v1.5.0

This commit is contained in:
Cloud Wu
2021-11-09 13:37:17 +08:00
parent e35cad3053
commit a0a138c002
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
v1.5.0 (2020-11-9)
-----------
* Update Lua to 5.4.3
* Fix socket half close issues
* Fix TLS issues
* Improve websocket support
* Improve redis support
* Rework skynet.init/skynet.require
* Add socket.onclose
* Add httpc.request_stream
v1.4.0 (2020-11-16) v1.4.0 (2020-11-16)
----------- -----------
* Update Lua to 5.4.2 * Update Lua to 5.4.2

View File

@@ -32,7 +32,7 @@ Run these in different consoles:
## About Lua version ## About Lua version
Skynet now uses a modified version of lua 5.4.2 ( https://github.com/ejoy/lua/tree/skynet54 ) for multiple lua states. Skynet now uses a modified version of lua 5.4.3 ( 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. Official Lua versions can also be used as long as the Makefile is edited.