Go Zendesk Versions Save

Zendesk API client library for Go

v0.13.3

1 year ago

What's Changed

New Contributors

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

v0.13.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.13.1...v0.13.2

v0.13.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.13.0...v0.13.1

v0.13.0

1 year ago

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

v0.12.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.12.2...v0.12.3

v0.12.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.12.1...v0.12.2

v0.12.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.12.0...v0.12.1

v0.12.0

2 years ago

What's Changed

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.11.2...v0.12.0

v0.11.2

2 years ago

What's Changed

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.11.1...v0.11.2

v0.11.1

2 years ago

What's Changed

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.11.0...v0.11.1