Skip to content

Commit

Permalink
Release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwu committed Nov 9, 2021
1 parent e35cad3 commit a0a138c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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)
-----------
* Update Lua to 5.4.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Run these in different consoles:

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

Expand Down

0 comments on commit a0a138c

Please sign in to comment.