Skip to content

0.16.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 07 Jan 14:33
· 394 commits to master since this release
490bb34

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 [email protected] 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