Releases: Finch-API/finch-api-java
Releases · Finch-API/finch-api-java
v0.2.4
v0.2.3
0.2.3 (2023-08-16)
Features
- ci: add a publish-sonatype workflow for manual running (#38) (955e06f)
- default timeout is set for java clients (#46) (81cf300)
- generate addXxx methods for array types (#48) (b09c620)
Bug Fixes
Chores
- assign default reviewers to release PRs (#47) (d68e3ca)
- ci: allow release to proceed without signing key id secret (#43) (eb68631)
- internal: add
codegen.logto.gitignore(#36) (fdb1391) - internal: publish with --stacktrace for more helpful error information (#40) (9837fbf)
- internal: reorganize types (#44) (6e16f39)
- internal: support passing GPG_SIGNING_KEY_ID from secrets (#42) (8559c90)
v0.2.2
v0.2.1
v0.2.0
0.2.0 (2023-06-29)
⚠ BREAKING CHANGES
- improve pagination response types (#16)
Features
- add JsonValue.convert method (#14) (c8e25a8)
- core: add
asUnknowntoJsonField(#17) (7f1a599) - improve pagination response types (#16) (dd55fad)
- tests: support specifying
SKIP_MOCK_TESTS=true(#18) (54f4511)
Chores
- internal: add explicit type annotations to
validate()(#15) (6346363) - internal: added version comment (#12) (fde66a8)
- internal: cleaner asUnknown implementation (#19) (c2ff924)
- internal: remove unused check-test-server script (#20) (27ddf0c)