Releases: nukosuke/go-zendesk
Releases · nukosuke/go-zendesk
v0.13.3
v0.13.2
What's Changed
- migrate renovatebot to dependabot by @nukosuke in #242
- Add methods for creating org memberships and setting default org (membership) for user by @macabu in #245
- Add support for Bearer tokens by @evanfuller in #246
- Add 'make comment private' API by @evanfuller in #247
New Contributors
- @macabu made their first contribution in #245
- @evanfuller made their first contribution in #246
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
- Update actions/checkout action to v3 by @renovate in #237
- Update module go to 1.14 by @renovate in #236
- Fix support golang version by @nukosuke in #240
- Add support for remote photo URL by @lawrencejones in #241
New Contributors
- @lawrencejones made their first contribution in #241
Full Changelog: v0.13.0...v0.13.1
v0.13.0
❗ This version includes some breaking changes.
What's Changed
- Add List Groups pagination by @principis in #235
// ~v0.12.3
client.GetGroups(ctx)
// v0.13.0~ have to take opts as second argument.
client.GetGroups(ctx, opts)
// or call without options
client.GetGroups(ctx, nil)
Full Changelog: v0.12.3...v0.13.0
v0.12.3
What's Changed
- Add missing Group fields by @principis in #234
New Contributors
- @principis made their first contribution in #234
Full Changelog: v0.12.2...v0.12.3
v0.12.2
v0.12.1
What's Changed
- Add SearchUsers endpoint by @codyolsen in #231
- Add Put and Delete to BaseAPI interface for when users want unimplemented APIs by @terut in #230
New Contributors
- @codyolsen made their first contribution in #231
- @terut made their first contribution in #230
Full Changelog: v0.12.0...v0.12.1