Skip to content

Releases: cloudbees-oss/zendesk-java-client

0.24.3

27 Feb 13:41
50d45e3

Choose a tag to compare

📦 Dependency updates

  • Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 (#667) @dependabot

0.24.2

26 Jan 15:40
b8f77cf

Choose a tag to compare

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

It contains 2 new API calls.

Thanks to @timveil for their contribution.

🚀 New features and improvements

📦 Dependency updates

0.24.1

07 Nov 10:56
72ff614

Choose a tag to compare

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

0.23.0

24 Jul 15:49
df3a82a

Choose a tag to compare

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

It contains a breaking change if you persisted serialized Ticket objects, you'll have to migrate those ticket objects yourself.
See #595 for the rational behind the change and more technical details.

Thanks to all our contributors:

@afm497, @syedaffanhamdani, @nkharabaruk and @enismustafaj.

💥 Breaking changes

  • Removed variables with duplicate definitions in Ticket/Request (#595) @afm497

🚀 New features and improvements

🐛 Bug Fixes

  • fix: Remove length constraint from organization external id lookup (#597) @enismustafaj

📦 Dependency updates

👻 Maintenance

0.22.1

15 May 13:47
8bef6a5

Choose a tag to compare

💥 Breaking changes

The support for the content_tag_ids Article field added in the previous version used a wrong type.
It was corrected in this version, and correction breaks API compatibility.

🐛 Bug Fixes

📦 Dependency updates

0.22.0

15 May 12:55
761d275

Choose a tag to compare

💥 Breaking changes

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance

  • Cursor based pagination added for getUsers (#556) @colbya
  • Fix and enable createOrUpdateUser test (#554) @colbya

0.21.0

07 Mar 14:24
cec6249

Choose a tag to compare

🚀 New features and improvements

0.20.0

06 Mar 09:18
0e0ce0a

Choose a tag to compare

🚀 New features and improvements

  • implemented getCategoryTranslation, getSectionTranslation and getArticleTranslation. (#545) @Walti91

📦 Dependency updates

0.19.0

27 Oct 12:01
3f54c57

Choose a tag to compare

🚀 New features and improvements

  • add Via to Comment class according to Zendesk API spec (#521) @venediktov

📦 Dependency updates

0.18.1

27 Oct 10:20
56f86ee

Choose a tag to compare

🚀 New features and improvements

📦 Dependency updates