Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: dobyte/due

v0.0.12

10 Mar 06:15

Choose a tag to compare

Dependencies

  • Upgrade due version to v0.0.12

New Features

  • Added kafka eventbus

Bug Fixes

  • Fix bug of the packer's config
  • Adjust start mode of the network server

v0.0.11

24 Feb 06:32

Choose a tag to compare

Dependencies

  • Upgrade due version to v0.0.11

New Features

  • Added nats eventbus

Bug Fixes

  • Fix bug of redis eventbus
  • Fix TCP client connection deadlock bug

v0.0.10

21 Feb 02:09

Choose a tag to compare

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

30 Jan 02:49

Choose a tag to compare

Dependencies

  • Upgrade due version to v0.0.9

Bug Fixes

  • Fix the bug of binding gateway of grpc transporter

v0.0.8

06 Jan 10:33

Choose a tag to compare

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

01 Dec 11:31

Choose a tag to compare

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

22 Nov 09:20

Choose a tag to compare

Dependencies

  • Upgrade due version to v0.0.6

New Features

  • Support rsa and ecc encryption
  • Added tool function

Bug Fixes

  • Adjust the error level of configuration read failure

v0.0.5

25 Oct 09:37

Choose a tag to compare

Dependencies

  • Upgrade due version to v0.0.5

New Features

  • Support rpcx transporter

Bug Fixes

  • Optimize grpc client

v0.0.4

21 Oct 07:32

Choose a tag to compare

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

28 Sep 06:01

Choose a tag to compare

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