0.23.0
release-drafter
released this
24 Jul 15:49
·
195 commits
to refs/heads/master
since this release
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
🚀 New features and improvements
- Removed variables with duplicate definitions in Ticket/Request (#595) @afm497
- Bulk Delete Tickets method returns JobStatus (#599) @syedaffanhamdani
- Add GET timezones endpoint, add ianaTimeZone field to User (#594) @nkharabaruk
🐛 Bug Fixes
- fix: Remove length constraint from organization external id lookup (#597) @enismustafaj
📦 Dependency updates
- Bump io.netty:netty-bom from 4.1.94.Final to 4.1.95.Final (#600) @dependabot
- Bump jackson-bom from 2.15.0 to 2.15.2 (#590) @dependabot
- Bump release-drafter/release-drafter from 5.23.0 to 5.24.0 (#598) @dependabot
- Bump netty-bom from 4.1.93.Final to 4.1.94.Final (#593) @dependabot
- Bump extra-enforcer-rules from 1.6.2 to 1.7.0 (#591) @dependabot
- Bump netty-bom from 4.1.92.Final to 4.1.93.Final (#589) @dependabot
👻 Maintenance
- [chore] Fix a test not properly cleaning up data. (#604) @PierreBtz
- [chore] Exclude spotless commit from git blame (#603) @PierreBtz
- [chore] Add automatic formatting (#602) @PierreBtz