Skip to content

Releases: koalificationio/go-webhookrelay

v0.3.0

12 Sep 10:30
Compare
Choose a tag to compare

BREAKING CHANGE:

  • models.MatchRule definition changed to include parameters and types.
  • models.Headers changed from map[string][]string interface to map[string]HeaderItem

FEATURES:

  • Added support for Logs and Functions
  • New models.HeaderItem to represent headers

v0.3.0-alpha.1

07 Jan 15:37
Compare
Choose a tag to compare
v0.3.0-alpha.1 Pre-release
Pre-release

BREAKING CHANGE:

  • models.MatchRule definition changed to include parameters and types.

v0.2.0

25 Nov 17:16
296148f
Compare
Choose a tag to compare

BREAKING CHANGE:
Resource create/update Body parameters replaced:

models.InputRequest  => models.Input
models.OutputRequest => models.Output
models.TokenRequest  => models.Token
models.BucketRequest => models.Bucket

FEATURES:
Added bucket auth, allow input updates.

v0.1.3

03 Nov 11:50
b372724
Compare
Choose a tag to compare

Allow updating buckets

v0.1.2

02 Nov 19:12
Compare
Choose a tag to compare

Fixing trailing slash for some commands

v0.1.1

02 Nov 15:37
Compare
Choose a tag to compare

Initial release