Skip to content

Commit

Permalink
Update history for v1.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwu committed Jan 14, 2025
1 parent e1c28ed commit ba64be6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3rd/lua/README
Original file line number Diff line number Diff line change
@@ -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
Expand Down
15 changes: 15 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ba64be6

Please sign in to comment.