Releases: dobyte/due
Releases · dobyte/due
v0.0.11
v0.0.10
Dependencies
- Upgrade due version to v0.0.10
New Features
- Added redis eventbus
- Added middleware for request
- Added task pool
- Added msgpack communication protocol
- Use gogo/protobuf instead of the official protobuf library
- Support routing group definition
Bug Fixes
- Fix the thread safety problem of configuration module
- Adapt to windows system
v0.0.9
v0.0.8
Dependencies
- Upgrade due version to v0.0.8
New Features
- Added master module
- Add the GetName method to the Proxy interface of the node
Bug Fixes
- Fix the bug that lock of ws connection management
- Fix the bug that the configuration module reads hidden files
- Fix the bug when the range value of the random function library is equal
- Optimize other modules
v0.0.7
Dependencies
- Upgrade due version to v0.0.7
New Features
- Added client module
- Add the Disconnect method to the request interface of the node
Bug Fixes
- Fix the bug that the network server actively disconnects the deadlock
- Fix the bug that the network client actively disconnects the deadloc
- Optimize session related methods
v0.0.6
v0.0.5
v0.0.4
Dependencies
- Upgrade due version to v0.0.4
New Features
- Support for environment variables
- Support json、toml、xml、yaml multiple configurations
- Supports all components configurable
- Support toml、xml、yaml codec
- Support for error with stack
- Extract the transpoter interface
- Support grpc transporter
- Added conv, time, rand tool functions
- Modify the communication protocol
Bug Fixes
- Fix tcp, ws network component bugs
- Optimize session module
v0.0.3
Dependencies
- Upgrade due version to v0.0.3
New Features
- Support std logger
- Support zap logger
- Supprot logrus logger
- Support aliyun logger
- Support tencent logger
- Support etcd registry
- Extract the locator interface
- Support redis locator
Bug Fixes
- Replace the AddRoute method with AddRouteHandler in the node.Proxy interface
- Fixed the bug that the node listened to user source changes multiple times
- The consul registry supports multi-threaded registration and monitoring