Skip to content

Releases: cloudbees-oss/zendesk-java-client

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

0.19.0

27 Oct 12:01
3f54c57
Compare
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
Compare
Choose a tag to compare

🚀 New features and improvements

📦 Dependency updates

0.18.0

01 Jul 15:17
8eef788
Compare
Choose a tag to compare

🚀 New features and improvements

  • Add basic View support - List the Views; List the tickets in a View (#491) @rcprcp

📦 Dependency updates

0.17.0

08 Jun 16:57
Compare
Choose a tag to compare

Here is a new release with few new end-points and a batch of dependencies updates.

Thanks a lot to all contributors: @codeconsole , @lacinoire

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance

0.16.0

07 Jan 14:33
490bb34
Compare
Choose a tag to compare

UPGRADE NOTE

A hack that was transforming all the %2B (+ URL encoded) back into + prior to sending the http requests was removed.
This hack was preventing to write some search queries using +, eg using an email alias like user+alias@gmail.com and was done because of a wrong encoding of space (URL encoded as +) in some places in the code.
If you work around this problem somehow, you want to remove this workaround, now the client will behave as one would expect, ie whatever you pass in search is properly URL encoded: + -> %2B and -> +.

🚀 New features and improvements

🐛 Bug Fixes

  • [bug] fix an issue preventing searching tickets with email aliases (+) (#429) @PierreBtz
  • Configure the DefaultAsyncHttpClient to follow redirects (#418) @aheritier

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

0.15.0

21 Oct 11:30
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

📝 Documentation updates

👻 Maintenance