Skip to content

Releases: nukosuke/go-zendesk

v0.18.0

06 Feb 09:17
e4a6604
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.18.0

v0.17.0

20 Sep 10:03
096ccfd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.0...v0.17.0

v0.16.0

16 Sep 09:00
a4cebf3
Compare
Choose a tag to compare

❗ This release includes some breaking changes

What's Changed

breaking changes

GetTicketsFromView() takes *TicketListOptions as third argument from this release.

// ~v0.15.x
GetTicketsFromView(context.Context, int64) ([]Ticket, error)

// v0.16.0~
GetTicketsFromView(context.Context, int64, *TicketListOptions) ([]Ticket, Page, error)

Full Changelog: v0.15.1...v0.16.0

v0.15.1

14 Aug 01:54
2553cd8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.15.1

v0.15.0

02 May 01:55
8532250
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.2...v0.15.0

v0.14.2

16 Feb 04:19
b3a7d08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.1...v0.14.2

v0.14.1

08 Feb 07:13
07504b5
Compare
Choose a tag to compare

What's Changed

  • feat: add get organization by external id to OrganizationAPI interface by @dzakaammar in #255

New Contributors

Full Changelog: v0.14.0...v0.14.1

v0.14.0

07 Feb 10:07
74f90f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.5...v0.14.0

v0.13.5

26 Jan 15:59
bfc802c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.4...v0.13.5

v0.13.4

12 Jan 10:04
b2b1fa5
Compare
Choose a tag to compare

What's Changed

  • Add 'list app installations' API by @evanfuller in #249
  • Add option to filter by trigger categoryID for GetTriggers() endpoint by @cowell21 in #250

New Contributors

Full Changelog: v0.13.3...v0.13.4