v0.0.8
Pre-release
Pre-release
This release includes several changes including the plugin system, major refactoring and adding tests. A new test plugin, gatewayd-plugin-test, is developed to help developers understand how to write a plugin for GatewayD in Go. Plugins can be written in practically any language that can produce and consume protobuf stubs and expose a gRPC interface. For various reasons, the Hashicorp's go-plugin is used to develop the plugin system.
What's Changed
- Refactorings before implementation of the plugin system by @mostafa in #39
- Plugin system by @mostafa in #40
- Add more tests by @mostafa in #42
Full Changelog: v0.0.7...v0.0.8