Skip to content

Releases: nukosuke/go-zendesk

v0.13.3

22 Dec 03:45
bc19467
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.2...v0.13.3

v0.13.2

09 Dec 14:50
174d617
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.1...v0.13.2

v0.13.1

13 Aug 14:16
ac13605
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.0...v0.13.1

v0.13.0

13 Jul 07:49
ad089a1
Compare
Choose a tag to compare

❗ This version includes some breaking changes.

What's Changed

// ~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

13 Jul 07:40
b219ca3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.2...v0.12.3

v0.12.2

02 Jul 06:58
5997ee7
Compare
Choose a tag to compare

What's Changed

  • add some missing fields to organization by @gal1996 in #233

New Contributors

Full Changelog: v0.12.1...v0.12.2

v0.12.1

21 Jun 07:30
81bcb18
Compare
Choose a tag to compare

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

Full Changelog: v0.12.0...v0.12.1

v0.12.0

22 Apr 12:23
aa6418f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.2...v0.12.0

v0.11.2

21 Apr 16:24
b64dba3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.11.2

v0.11.1

20 Apr 16:47
400e5d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1