Skip to content

Releases: knocklabs/knock-go

v0.1.19

28 Jan 02:59
7216feb
Compare
Choose a tag to compare

Changelog

v0.1.18

26 Sep 15:58
99989d6
Compare
Choose a tag to compare

Changelog

  • 🌱 If content-type explicitly something other than json don't try to parse body as json (#37) – pandemicsyn

v0.1.17

23 May 22:10
fe17f22
Compare
Choose a tag to compare

Changelog

  • 🔧 chore: set knock user agent (#34) – vlymar
  • 🔧 chore: prepare for 0.1.17 release (#35) – vlymar

v0.1.16

16 May 20:27
04b10db
Compare
Choose a tag to compare

Changelog

  • 🐛 fix(kno-5952): improve readme trigger docs (#33) – vlymar
  • 🐛 fix: Parse object recipients into new field rather than panicking (#32) – vlymar

v0.1.15

02 May 15:24
Compare
Choose a tag to compare

Changelog

  • 🌱 minor: map resource_missing to ErrNotFound (#28) – titusjaka
  • 🐛 fix: add missing ID key from FeedItem struct (#30) – whoAbhishekSah
  • 🔧 chore: add unmarshal nil check – cjbell
  • 🔧 chore: fix error – cjbell

v0.1.14

26 Jan 17:40
542f096
Compare
Choose a tag to compare

Changelog

v0.1.13

08 Nov 23:22
Compare
Choose a tag to compare

Changelog

  • 🐛 fix: ensure at least one setting and property set on a tenant – cjbell

v0.1.12

03 Nov 17:38
ae1eb47
Compare
Choose a tag to compare

Changelog

  • 🐛 fix: ensure settings are passed with properties in tenant set (#25) – cjbell

v0.1.11

02 Nov 15:05
ca0f0c4
Compare
Choose a tag to compare

Changelog

  • 🐛 fix(tenants): ensure setting and listing tenants sets settings correctly (#24) – cjbell

v0.1.10

04 Oct 13:51
59c91d7
Compare
Choose a tag to compare

Changelog

  • 🌱 feat: Add support for List Users endpoint (#22) – adamantike
  • 🐛 fix: Add fixes for Tenants List endpoint (#23) – adamantike