Skip to content

v0.0.6

Pre-release
Pre-release

Choose a tag to compare

@mostafa mostafa released this 20 Nov 21:18
· 1429 commits to main since this release
ed7866c

This release contains all the groundwork needed by the plugin system, including introduction of hooks, generic pools and other minor changes. The plugin system issue #8 has a lot of branches, which were dealt with in this release. I also added other issues based on TODOs in the code, which will be added or fixed in v0.0.x milestone.

To visualize how GatewayD works, I've created a flow diagram to help understand the inner workings and interconnections.

What's Changed

  • Add hooks functionality, so plugins can attach to them by @mostafa in #21
  • Use time.Duration instead of int for durations by @mostafa in #22
  • Create a generic pool to contain client and server connections with customizable keys and values by @mostafa in #24

Full Changelog: v0.0.5...v0.0.6