Skip to content

0.24.1

Compare
Choose a tag to compare
@release-drafter release-drafter released this 07 Nov 10:56
· 152 commits to refs/heads/master since this release
72ff614

I'm glad to announce the release of version 0.24.1 of the library.

It migrates the library to using Cursor Based Pagination[https://developer.zendesk.com/documentation/api-basics/pagination/paginating-through-lists-using-cursor-pagination/) for most of the endpoints that supports it with the notable exception of the Triggers endpoints which exhibit a bug in some condition in this mode.

Thanks to all our contributors: @btpnlsl, @topero, @sircpl, @jonjarvis, @cryptomail

Note: version 0.24.0 was scratched due to a transient technical issue with the Sonatype Nexus.

🚀 New features and improvements

  • Add Ticket properties to support safe update (#630) @btpnlsl
  • Support List Locales operation (#619) @topero
  • Add default user agent header (#613) @sircpl
  • Use cursor based pagination for endpoints that support it (#614) @sircpl

📦 Dependency updates