Skip to content

v0.5.4

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 22:12
· 573 commits to main since this release
0f1a0e0

This release contains a breaking change to how hooks are used. Hook names used to be string constants. This was error prone, as it was easy to misspell the hook name and keep watching the console to see nothing showing up from the method. The protobuf schema now has a HookName enumerator that contains a list of all the hook names. It is used in GatewayD core, plugin template and SDK. Currently, the plugins doesn't fully support this, so one needs to convert the enum value to an int32, but this will change soon.

What's Changed

Full Changelog: v0.5.3...v0.5.4