Skip to content

Releases: pbu-projects/z4j

Release 0.1.4

Choose a tag to compare

@Jonathan-Zollinger Jonathan-Zollinger released this 09 May 22:55
1e30f3b

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

Choose a tag to compare

@Jonathan-Zollinger Jonathan-Zollinger released this 08 May 23:38
bd3b3ee

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-token

Problem 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

Choose a tag to compare

@Jonathan-Zollinger Jonathan-Zollinger released this 01 May 23:24
df0db02

What's Changed

New Contributors

Full Changelog: 0.1.1...0.1.2

Release 0.1.1

Choose a tag to compare

@Jonathan-Zollinger Jonathan-Zollinger released this 24 Apr 04:08

What's Changed

Full Changelog: 0.1.0...0.1.1

Release 0.1.0

Choose a tag to compare

@Jonathan-Zollinger Jonathan-Zollinger released this 03 Mar 04:20

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

Choose a tag to compare

@Jonathan-Zollinger Jonathan-Zollinger released this 20 Jan 02:30

What's Changed

Full Changelog: 0.0.7...0.0.8

0.0.7

Choose a tag to compare

@Jonathan-Zollinger Jonathan-Zollinger released this 04 Oct 03:21

This release bumps java version to java 21
Full Changelog: 0.0.6...0.0.7

0.0.6

Choose a tag to compare

@Jonathan-Zollinger Jonathan-Zollinger released this 18 Sep 00:26

What's Changed

Full Changelog: 0.0.5...0.0.6

0.0.5

Choose a tag to compare

@Jonathan-Zollinger Jonathan-Zollinger released this 09 Sep 04:27

0.0.4

Choose a tag to compare

@Jonathan-Zollinger Jonathan-Zollinger released this 07 Sep 03:43

What's Changed

  • Introduce Ticket Client (#37)

Full Changelog: https://github.com/PeanutButter-Unicorn/z4j/commits/0.0.4