From 98311b9b91e694bae6711f05bf6a757c7f9877c3 Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Wed, 16 Nov 2022 10:46:35 +0800 Subject: [PATCH] release 1.6.0 --- HISTORY.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 0b10d5830..5fe4b1441 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,12 @@ +v1.6.0 (2022-11-16) +----------- +* Update Lua to 5.4.4 (github Nov 8, 2022) +* Update jemalloc to 5.3.0 +* Update lpeg to 1.0.2 (For sproto) +* Update mongo driver to support the newest wire protocol +* socket.listen()/cluster.open() returns ip address and port +* Add service.close() + v1.5.0 (2021-11-9) ----------- * Update Lua to 5.4.3