Go Zendesk Versions Save

Zendesk API client library for Go

v0.18.0

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.17.0...v0.18.0

v0.17.0

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.16.0...v0.17.0

v0.16.0

8 months ago

❗ 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: https://github.com/nukosuke/go-zendesk/compare/v0.15.1...v0.16.0

v0.15.1

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.15.0...v0.15.1

v0.15.0

1 year ago

What's Changed

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.14.2...v0.15.0

v0.14.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.14.1...v0.14.2

v0.14.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.14.0...v0.14.1

v0.14.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.13.5...v0.14.0

v0.13.5

1 year ago

What's Changed

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.13.4...v0.13.5

v0.13.4

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.13.3...v0.13.4