v0.0.6
Pre-release
Pre-release
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.Durationinstead ofintfor 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