Skip to content

Tags: knocklabs/knock-go

Tags

v0.1.19

Toggle v0.1.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add ending_at property to schedules (#39)

* feat: add ending_at property to schedules

Co-Authored-By: Christopher Bell <chris@knock.app>

* chore: bump to v0.1.19

Co-Authored-By: Christopher Bell <chris@knock.app>

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Christopher Bell <chris@knock.app>

v0.1.18

Toggle v0.1.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
If content-type explicitly something other than json don't try to par…

…se body as json (#37)

* If content-type explicitly something other than json don't try to parse body as json

* new tests

* chore: prepare for 0.1.18 release

---------

Co-authored-by: Victor Lymar <victor@knock.app>

v0.1.17

Toggle v0.1.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare for 0.1.17 release (#35)

v0.1.16

Toggle v0.1.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Parse object recipients into new field rather than panicking (#32)

v0.1.15

Toggle v0.1.15's commit message
chore: fix error

v0.1.14

Toggle v0.1.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(KNO-5032): add inline identification for tenants (#26)

v0.1.13

Toggle v0.1.13's commit message
fix: ensure at least one setting and property set on a tenant

v0.1.12

Toggle v0.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: ensure settings are passed with properties in tenant set (#25)

v0.1.11

Toggle v0.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(tenants): ensure setting and listing tenants sets settings correc…

…tly (#24)

v0.1.10

Toggle v0.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Add fixes for Tenants List endpoint (#23)

* The endpoint returns the list of tenants using the `entries` key
  instead of `items`.
* Endpoint path fixed to prepend `?` to querystring.
* `Cursor` is not a valid element for `ListTenantsRequest`, not used for
  pagination in this endpoint (`before` and `after` are used instead).