v0.0.7
Pre-release
Pre-release
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
- Refactor hook system by @mostafa in #35
- Non-strict (permissive) verification policy by @mostafa in #38
Full Changelog: v0.0.6...v0.0.7