Releases: faluapp/falu-java
Releases · faluapp/falu-java
2.1.1
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
What's Changed
- Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.2 by @dependabot in #115
- Upload files using files.falu.io host by @sethonyango in #116
- Bump gittools/actions from 1 to 2 by @dependabot in #117
- Update GitVersion and react co changes by @mburumaxwell in #118
- Implement the maximum number of times requests will be retried by @sethonyango in #119
Full Changelog: 2.0.0...2.1.0
2.0.0
What's Changed
Breaking Changes
-
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.
-
Model Renaming:
- All models related to
-PatchModel
have been renamed to-UpdateOptions
. - All models related to
-CreateRequest
have been renamed to-CreateOptions
.
- All models related to
Additions
-
Path Segment Update:
- Changed the path segment from
identity/verifications_reports
toidentity/verification_reports
. - PR: #112 by @mburumaxwell.
- Changed the path segment from
-
Optional Serialization and Deserialization:
- Added tests for serialization and deserialization of
Optional
fields. - PR: #113 by @sethonyango.
- Added tests for serialization and deserialization of
-
Dependency Update:
- Bumped
org.projectlombok:lombok
from1.18.32
to1.18.34
. - PR: #114 by @dependabot.
- Bumped
Full Changelog: 1.5.0...2.0.0
1.5.0
What's Changed
- Remove json patch and related files by @sethonyango in #111
Full Changelog: 1.4.18...1.5.0
1.4.18
What's Changed
- Migrate from json-patch to merge-patch by @sethonyango in #110
Full Changelog: 1.4.17...1.4.18
1.4.17
What's Changed
- Fixes and updates for March 2024 Part 4 by @sethonyango in #109
Full Changelog: 1.4.16...1.4.17
1.4.16
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