v0.1.1
Pre-release
Pre-release
This release contains two changes:
- Change
argsparameter type inHookConfig.Runto acceptmap[string]interface{}instead of*structpb.Struct. This effectively removed a lot of boilerplate needed to deal withstructpb.NewStruct. - Introduction of
GatewayDErrorerror type to wrap package errors and deal with special error cases.
What's Changed
- Change parameter type of
HookConfig.Runby @mostafa in #51 - Improve error handling by @mostafa in #52
Full Changelog: v0.1.0...v0.1.1