Releases: nukosuke/go-zendesk
Releases · nukosuke/go-zendesk
v0.18.0
What's Changed
- Make pagination iterator generic by @JinHuangAtZen in #289
- feat: add the ids filter option for the list custom object records api by @CaterinaMag in #293
- Created code generator for OBP/CBP functions and iterator by @JinHuangAtZen in #292
- Count tickets in views by @paoloromolini in #290
- Unmarshal support for Ticket GroupID by @raintomista in #287
- fix file close bug by @JinHuangAtZen in #294
- Bump go.uber.org/mock from 0.3.0 to 0.4.0 by @dependabot in #299
- Bump actions/setup-go from 4 to 5 by @dependabot in #298
- Bump actions/cache from 3 to 4 by @dependabot in #300
- feat: Add ticket metrics support by @jhedev in #302
- Add version number to User Agent by @JinHuangAtZen in #303
New Contributors
- @CaterinaMag made their first contribution in #293
- @raintomista made their first contribution in #287
- @jhedev made their first contribution in #302
Full Changelog: v0.17.0...v0.18.0
v0.17.0
What's Changed
- Add support go 1.21.x / drop 1.16.x by @nukosuke in #282
- Bump actions/setup-go from 3 to 4 by @dependabot in #284
- Bump actions/checkout from 3 to 4 by @dependabot in #283
- Added Cursor Based Pagination support for get tickets by @JinHuangAtZen in #285
- feat: add SearchCustomObjectRecords function by @paoloromolini in #286
New Contributors
- @dependabot made their first contribution in #284
- @JinHuangAtZen made their first contribution in #285
Full Changelog: v0.16.0...v0.17.0
v0.16.0
❗ This release includes some breaking changes
What's Changed
- add pagination and sorting options to tickets from view API by @paoloromolini in #281
- Custom objects v2 by @paoloromolini in #280
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
What's Changed
- chore: add support for golang 1.20 / drop 1.15 by @nukosuke in #275
- feat: add organization tickets function by @paoloromolini in #277
- fix: add include users in ticket comments API by @paoloromolini in #278
- Fixing issue with SearchUserOptions. The field name must be "external… by @luiscastanedalopez in #279
New Contributors
- @luiscastanedalopez made their first contribution in #279
Full Changelog: v0.15.0...v0.15.1
v0.15.0
What's Changed
- Add cursor pagination for list ticket comments. by @pierce-m in #262
- Add CreateUserField by @enumag in #264
- Add support for ticket comment attachment redaction by @pierce-m in #268
- Add list users by Organization by @paoloromolini in #266
- Add custom organization fields (list and create) methods by @paoloromolini in #265
Full Changelog: v0.14.2...v0.15.0
v0.14.2
What's Changed
- feat: add NewError function by @dzakaammar in #256
- return value type of Error on NewError by @dzakaammar in #258
- Add ticket comment redaction by @pierce-m in #260
- Add pagination to user search endpoint by @evanfuller in #263
New Contributors
Full Changelog: v0.14.1...v0.14.2
v0.14.1
What's Changed
- feat: add get organization by external id to OrganizationAPI interface by @dzakaammar in #255
New Contributors
- @dzakaammar made their first contribution in #255
Full Changelog: v0.14.0...v0.14.1
v0.14.0
What's Changed
- Add "Search Organizations by External ID" function by @paoloromolini in #252
- Add GetWebhookSigningSecret by @enumag in #254
New Contributors
- @paoloromolini made their first contribution in #252
- @enumag made their first contribution in #254
Full Changelog: v0.13.5...v0.14.0
v0.13.5
What's Changed
- Add support for ticket custom ID field by @evanfuller in #251
Full Changelog: v0.13.4...v0.13.5
v0.13.4
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