Skip to content

Releases: faluapp/falu-java

2.1.1

27 Aug 06:12
234788f
Compare
Choose a tag to compare

What's Changed

  • Bump the test-framework group with 2 updates by @dependabot in #120
  • Generate a new UUID for idempotency key if method is PATCH or POST by @sethonyango in #121

Full Changelog: 2.1.0...2.1.1

2.1.0

09 Aug 06:12
562a32d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0

02 Jul 05:28
e91c327
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  1. JSON Library Update: Replaced Gson with Jackson for JSON serialization and deserialization.

    • This change improves performance and compatibility with other Jackson-based tools.
    • Custom serializers and deserializers for Optional fields have been added.
  2. Model Renaming:

    • All models related to -PatchModel have been renamed to -UpdateOptions.
    • All models related to -CreateRequest have been renamed to -CreateOptions.

Additions

  1. Path Segment Update:

    • Changed the path segment from identity/verifications_reports to identity/verification_reports.
    • PR: #112 by @mburumaxwell.
  2. Optional Serialization and Deserialization:

    • Added tests for serialization and deserialization of Optional fields.
    • PR: #113 by @sethonyango.
  3. Dependency Update:

    • Bumped org.projectlombok:lombok from 1.18.32 to 1.18.34.
    • PR: #114 by @dependabot.

Full Changelog: 1.5.0...2.0.0

1.5.0

02 Jul 05:20
4701588
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.18...1.5.0

1.4.18

24 Jun 05:54
48afa72
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.17...1.4.18

1.4.17

28 May 07:10
e54eb9e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.16...1.4.17

1.4.16

28 May 01:28
Compare
Choose a tag to compare

What's Changed

  • Added spelling check workflow by @mburumaxwell in #82
  • Bump org.mockito:mockito-junit-jupiter from 5.5.0 to 5.6.0 by @dependabot in #83
  • Bump com.squareup.okhttp3:mockwebserver from 4.11.0 to 4.12.0 by @dependabot in #86
  • Bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0 by @dependabot in #84
  • Bump org.junit.jupiter:junit-jupiter-api from 5.10.0 to 5.10.1 by @dependabot in #87
  • Bump org.mockito:mockito-junit-jupiter from 5.6.0 to 5.7.0 by @dependabot in #88
  • Bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.10.1 by @dependabot in #89
  • Bump org.mockito:mockito-junit-jupiter from 5.7.0 to 5.8.0 by @dependabot in #90
  • Bump org.mockito:mockito-junit-jupiter from 5.8.0 to 5.9.0 by @dependabot in #91
  • Bump org.mockito:mockito-junit-jupiter from 5.9.0 to 5.10.0 by @dependabot in #92
  • Bump peter-evans/create-pull-request from 5 to 6 by @dependabot in #97
  • Bump actions/checkout from 2 to 4 by @dependabot in #96
  • Bump actions/setup-java from 2 to 4 by @dependabot in #95
  • Add codespell workflow (replaces misspell) by @mburumaxwell in #98
  • Bump org.mockito:mockito-junit-jupiter from 5.10.0 to 5.11.0 by @dependabot in #99
  • Merge build-pr.yml and build-release.yml into build.yml by @mburumaxwell in #101
  • Bump gittools/actions from 0 to 1 by @dependabot in #100
  • Bump org.projectlombok:lombok from 1.18.30 to 1.18.32 by @dependabot in #102
  • Bump io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0 by @dependabot in #103
  • Bump org.mockito:mockito-junit-jupiter from 5.11.0 to 5.12.0 by @dependabot in #104
  • Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 by @dependabot in #105
  • Fixes and updates for March 2024 Part 1 by @sethonyango in #106
  • Fixes and Updates for March 2024 Part 2 by @sethonyango in #107
  • Fix and updates for March 2024 Part 3 by @sethonyango in #108

Full Changelog: 1.4.14...1.4.16