Skip to content

v0.7.0

Compare
Choose a tag to compare
@stanipetrosyan stanipetrosyan released this 08 May 11:42
· 21 commits to main since this release

Network Bus

  • Added TCP Network Bus with server/client logic.
  • Server can publish a message on a specific channel
  • Client uses the local bus for handling events from the network

Improves

  • Message uses Build Pattern
  • bump go to 1.22

Removes

  • some useless tests