diff --git a/HISTORY.md b/HISTORY.md index 3b7ea80e..d1378735 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,34 @@ +v1.1.0-rc (2017-7-18) +----------- +* config file : support include +* debug console : User config binding IP +* debug console : Add call command +* debug console : Report error message of inject code +* debug console : Change response message +* sharedata : Add sharedata.flush +* sharedata : Add sharedata.deepcopy +* cluster : Add cluster.send +* cluster : Add API to update config table +* skynet : Add skynet.state +* skynet : Keep the order of skynet.wakeup +* skynet : Add a MEMORY_CHECK macro for debugging +* httpc : Add httpc.timeout +* mongo driver : sort support multi-key +* bson : Check utf8 string +* bson : No longer support numberic key +* daemon mode: Can output the error messages +* sproto : Support decimal number +* sproto: Support binary type +* sproto: Support response nil +* crypt: Add crypt.hmac64_md5 +* redis: Add redis-cluster support +* socket server : Optimize socket write (Try direct write from worker thread first) +* Add prefix skynet to all skynet lua modules +* datasheet : New module for replacement of sharedata +* jemalloc : Update to 5.0.1 +* lua : Update to 5.3.4 +* lpeg : Update to 1.0.1 + v1.0.0 (2016-7-11) ----------- * Version 1.0.0 Released