Releases: pbu-projects/z4j
Release list
Release 0.1.4
Updates a number of transitive properties in order to mitigate CVE's which are made vulnerable in those jars
Full Changelog: 0.1.3...0.1.4
Release 0.1.3
Release 0.1.3
This release introduces a non-blocking SearchService to export tickets by query, with more abilities for SearchService to come.
Example usage of the SearchService:
Add the email, url and token to your properties:
# src/resources/Application.yaml
micronaut:
http:
services:
zendesk:
url: https://my-url.zendesk.com
email: my-email
token: my-tokenProblem service which queries ticket objects
@Singleton
public class ProblemsService {
@Inject
SearchService searchService
Flux<Ticket> getProblemTickets(){
return searchService.getTickets("ticket_type:problem").collectList().
}
}Check out the updated documentation for more details on reactive ticket exporting.
Full Changelog: 0.1.2...0.1.3
v0.1.2
What's Changed
- Adding guide/explanation on how the OpenAPI Generator works. by @ZeterTheDuck in #112
- Do not generate clients by @Jonathan-Zollinger in #115
- Add Search Client's Pagination Vars by @Jonathan-Zollinger in #116
New Contributors
- @ZeterTheDuck made their first contribution in #112
Full Changelog: 0.1.1...0.1.2
Release 0.1.1
What's Changed
- chore(config): migrate Renovate config by @renovate[bot] in #78
- 0.1.1 by @Jonathan-Zollinger in #108
Full Changelog: 0.1.0...0.1.1
Release 0.1.0
This release pivots the client from a blocking client to a reactive client.
What's Changed
- chore: Configure Renovate by @renovate[bot] in #55
- chore(deps): update gradle/actions digest to 78f7dee by @renovate[bot] in #57
- chore(deps): update graalvm/setup-graalvm digest to 9d0e2df by @renovate[bot] in #56
- chore(deps): update gradle to v8.14.4 by @renovate[bot] in #60
- chore(deps): update actions/checkout action to v4.3.1 by @renovate[bot] in #59
- fix(deps): update dependency org.projectlombok:lombok to v1.18.42 by @renovate[bot] in #61
- chore(deps): update graalvm/setup-graalvm action to v1.4.5 by @renovate[bot] in #62
- chore(deps): update gradle/actions action to v4.4.4 by @renovate[bot] in #63
- chore(deps): update plugin com.gradleup.nmcp.aggregation to v1.4.4 by @renovate[bot] in #64
- chore(deps): update plugin io.micronaut.openapi to v4.6.2 by @renovate[bot] in #66
- chore(deps): update actions/upload-artifact action to v6 by @renovate[bot] in #69
- fix(deps): update dependency net.datafaker:datafaker to v2.5.4 by @renovate[bot] in #67
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #68
- chore(deps): update plugin io.micronaut.library to v4.6.2 by @renovate[bot] in #65
- 0.1.0 by @Jonathan-Zollinger in #71
New Contributors
Full Changelog: 0.0.8...0.1.0
0.0.8
What's Changed
- cleanup dependencies by @Jonathan-Zollinger in #47
- feat/add countTickets() by @Jonathan-Zollinger in #48
- Add CreateTicket and UpdateTicket by @Jonathan-Zollinger in #49
Full Changelog: 0.0.7...0.0.8
0.0.7
This release bumps java version to java 21
Full Changelog: 0.0.6...0.0.7
0.0.6
What's Changed
- add sonar analysis by @Jonathan-Zollinger in #39
- ci: call sonar during gradlew build by @Jonathan-Zollinger in #40
- 0.0.6 by @Jonathan-Zollinger in #45
Full Changelog: 0.0.5...0.0.6
0.0.5
Full Changelog: 0.0.4...0.0.5
0.0.4
What's Changed
- Introduce Ticket Client (#37)
Full Changelog: https://github.com/PeanutButter-Unicorn/z4j/commits/0.0.4