Skip to content

Releases: cloudbees-oss/zendesk-java-client

1.0.0

28 Jun 10:24
3ebe267
Compare
Choose a tag to compare

I'm glad to announce the release of version 1.0.0.

The switch to a 1.x version does not mean a thing, it's just a long overdue bump.
0.x.y versioning didn't make a lot of sense for this library anymore and it confused some folks when breaking changes happened on minor bumps.

This release contains one breaking change. If you persisted a Trigger with a previous version of the library, the createdAt, updatedAt and categoryId field will be null when deserialised. See the Pull Request for more details.

A big thank you to all our contributors for this release: @jonnybbb, @diendanyoi54 and @besbes.

💥 Breaking changes

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 (#703) @dependabot
  • Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 (#690) @dependabot
  • Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 (#694) @dependabot
  • Bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1 (#692) @dependabot
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 (#696) @dependabot
  • Bump io.netty:netty-bom from 4.1.109.Final to 4.1.111.Final (#698) @dependabot
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 (#683) @dependabot
  • Bump org.slf4j:slf4j-simple from 2.0.12 to 2.0.13 (#684) @dependabot
  • Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 (#685) @dependabot
  • Bump io.netty:netty-bom from 4.1.108.Final to 4.1.109.Final (#687) @dependabot
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 (#689) @dependabot
  • Bump com.fasterxml.jackson:jackson-bom from 2.16.1 to 2.17.0 (#678) @dependabot
  • Bump org.codehaus.mojo:extra-enforcer-rules from 1.7.0 to 1.8.0 (#679) @dependabot
  • Bump io.netty:netty-bom from 4.1.107.Final to 4.1.108.Final (#682) @dependabot
  • Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 (#680) @dependabot
  • Bump org.slf4j:slf4j-api from 2.0.11 to 2.0.12 (#670) @dependabot
  • Bump com.diffplug.spotless:spotless-maven-plugin from 2.30.0 to 2.43.0 (#660) @dependabot
  • Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 (#669) @dependabot
  • Bump org.slf4j:slf4j-simple from 2.0.11 to 2.0.12 (#671) @dependabot
  • Bump io.netty:netty-bom from 4.1.106.Final to 4.1.107.Final (#672) @dependabot

0.25.0

01 Mar 10:36
cae8500
Compare
Choose a tag to compare

This version is the first one not compatible with Java 8 anymore.
No other change.

👻 Maintenance

0.24.3

27 Feb 13:41
50d45e3
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

🚀 New features and improvements

0.20.0

06 Mar 09:18
0e0ce0a
Compare
Choose a tag to compare

🚀 New features and improvements

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

📦 Dependency updates