mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 12:43:09 +00:00
Release v1.5.0
This commit is contained in:
11
HISTORY.md
11
HISTORY.md
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user