Skip to content

v0.0.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@mostafa mostafa released this 02 Dec 22:37
· 1408 commits to main since this release
419f410

I have heavily refactored the hook system and resolved a lot of issues and bugs I found along the way and added tests wherever needed. These are the major changes:

  • buf for linting, building and generate stubs from protocol buffer files.
  • Hashicorp's go-plugin is used to build the plugin system, as explained in #8.
  • Introduce chaining of hook results (for use in chaining results of function in the plugins registered to each hook with their priority)
  • Merge config from disk with the one retrieved from the plugins registered to the OnConfigLoaded hook.

What's Changed

Full Changelog: v0.0.6...v0.0.7