|
| 1 | +v1.1.0-rc (2017-7-18) |
| 2 | +----------- |
| 3 | +* config file : support include |
| 4 | +* debug console : User config binding IP |
| 5 | +* debug console : Add call command |
| 6 | +* debug console : Report error message of inject code |
| 7 | +* debug console : Change response message |
| 8 | +* sharedata : Add sharedata.flush |
| 9 | +* sharedata : Add sharedata.deepcopy |
| 10 | +* cluster : Add cluster.send |
| 11 | +* cluster : Add API to update config table |
| 12 | +* skynet : Add skynet.state |
| 13 | +* skynet : Keep the order of skynet.wakeup |
| 14 | +* skynet : Add a MEMORY_CHECK macro for debugging |
| 15 | +* httpc : Add httpc.timeout |
| 16 | +* mongo driver : sort support multi-key |
| 17 | +* bson : Check utf8 string |
| 18 | +* bson : No longer support numberic key |
| 19 | +* daemon mode: Can output the error messages |
| 20 | +* sproto : Support decimal number |
| 21 | +* sproto: Support binary type |
| 22 | +* sproto: Support response nil |
| 23 | +* crypt: Add crypt.hmac64_md5 |
| 24 | +* redis: Add redis-cluster support |
| 25 | +* socket server : Optimize socket write (Try direct write from worker thread first) |
| 26 | +* Add prefix skynet to all skynet lua modules |
| 27 | +* datasheet : New module for replacement of sharedata |
| 28 | +* jemalloc : Update to 5.0.1 |
| 29 | +* lua : Update to 5.3.4 |
| 30 | +* lpeg : Update to 1.0.1 |
| 31 | + |
1 | 32 | v1.0.0 (2016-7-11) |
2 | 33 | ----------- |
3 | 34 | * Version 1.0.0 Released |
|
0 commit comments