0.17.0
release-drafter
released this
08 Jun 16:57
·
328 commits
to refs/heads/master
since this release
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
- Make Metric/ZendeskComboMinutes serializable (useful for caching) (#458) @codeconsole
- New method getUsersByExternalIds(id,ids) (#486) @aheritier
- New method getOrganizations(id,ids) (#482) @aheritier
- New methods getTicketsCount() (#485) @aheritier
- New method getUsers(id,ids) (#484) @aheritier
- New method getOrganizationRequests(id) (#483) @aheritier
- Triggers management improvements (#466) @aheritier
📦 Dependency updates
- Bump assertj-core from 3.22.0 to 3.23.1 (#479) @dependabot
- Bump jackson-bom from 2.13.2.20220328 to 2.13.3 (#477) @dependabot
- Bump release-drafter/release-drafter from 5.19.0 to 5.20.0 (#476) @dependabot
- Bump netty-bom from 4.1.75.Final to 4.1.77.Final (#474) @dependabot
- Bump github/codeql-action from 1 to 2 (#473) @dependabot
- Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 (#468) @dependabot
- Bump jackson-bom from 2.13.1 to 2.13.2.20220328 (#464) @dependabot
- Bump release-drafter/release-drafter from 5.18.1 to 5.19.0 (#460) @dependabot
- Bump netty-bom from 4.1.74.Final to 4.1.75.Final (#461) @dependabot
- Bump awaitility from 4.1.1 to 4.2.0 (#456) @dependabot
- Bump slf4j-simple from 1.7.35 to 1.7.36 (#448) @dependabot
- Bump slf4j-api from 1.7.35 to 1.7.36 (#446) @dependabot
- Bump netty-bom from 4.1.73.Final to 4.1.74.Final (#447) @dependabot
- Bump actions/checkout from 2 to 3 (#455) @dependabot
- Bump actions/stale from 4.1.0 to 5 (#454) @dependabot
- Bump actions/setup-java from 2.5.0 to 3 (#450) @dependabot
- Bump release-drafter/release-drafter from 5.18.0 to 5.18.1 (#444) @dependabot
- Bump assertj-core from 3.21.0 to 3.22.0 (#428) @dependabot
- Bump Netty from 4.1.60.Final to 4.1.73.Final (#437) @aheritier
- Bump slf4j-simple from 1.7.32 to 1.7.35 (#440) @dependabot
- Bump slf4j-api from 1.7.32 to 1.7.35 (#441) @dependabot
- Bump animal-sniffer-enforcer-rule from 1.20 to 1.21 (#442) @dependabot
- Bump release-drafter/release-drafter from 5.15.0 to 5.18.0 (#443) @dependabot
👻 Maintenance
- Add test for Action.toString (#480) @lacinoire