Skip to content

v0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mostafa mostafa released this 19 Dec 20:07
· 1419 commits to main since this release
1e90473

This release contains two changes:

  1. Change args parameter type in HookConfig.Run to accept map[string]interface{} instead of *structpb.Struct. This effectively removed a lot of boilerplate needed to deal with structpb.NewStruct.
  2. Introduction of GatewayDError error type to wrap package errors and deal with special error cases.

What's Changed

Full Changelog: v0.1.0...v0.1.1