Skip to content

Releases: dobyte/due

v0.0.16

22 Mar 05:22

Choose a tag to compare

Dependencies

  • Upgrade due version to v0.0.16

New Features

  • Add custom ws server and client default message type configuration

v0.0.15

20 Mar 12:48

Choose a tag to compare

Dependencies

  • Upgrade due version to v0.0.15

Bug Fixes

  • Fix bug of the recovere
  • Fix bug of the packer

v0.0.14

16 Mar 11:28

Choose a tag to compare

Dependencies

  • Upgrade due version to v0.0.14

New Features

  • Add crash recovery mechanism
  • Scan uses json marshaller as the default processor

v0.0.13

16 Mar 04:12

Choose a tag to compare

Dependencies

  • Upgrade due version to v0.0.13

New Features

  • Added the OnUpgrade hook func for websocket server

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