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