Full Changelog: v0.21.1...v0.22.0
Full Changelog: v0.21.0...v0.21.1
Full Changelog: v0.20.0...v0.21.0
Full Changelog: v0.19.1...v0.20.0
Full Changelog: v0.19.0...v0.19.1
- ci: update actions/setup-java action to v4 (#159) (14036c4)
- internal: update deps (#157) (5af2b48)
- update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.25.0 (#161) (31416ab)
- update dependency com.github.tomakehurst:wiremock-jre8 to v2.35.2 (#164) (97a9de1)
- update dependency com.google.guava:guava to v33 (#162) (7ec9b80)
- update dependency com.squareup.okhttp3:okhttp to v4.12.0 (#160) (4689351)
- update dependency org.apache.httpcomponents.client5:httpclient5 to v5.3.1 (#158) (84d1596)
- update dependency org.assertj:assertj-core to v3.25.3 (#154) (712f10b)
- update dependency org.assertj:assertj-guava to v3.25.3 (#156) (f196f19)
- update dependency org.slf4j:slf4j-simple to v2 (#163) (908ff08)
Full Changelog: v0.18.1...v0.19.0
- update dependency org.apache.httpcomponents.core5:httpcore5 to v5.2.4 (#152) (ac75fd1)
- update dependency org.slf4j:slf4j-simple to v1.7.36 (#153) (2daf2d6)
Full Changelog: v0.18.0...v0.18.1
Full Changelog: v0.17.1...v0.18.0
- interal: make link to api.md relative (#146) (7e3e753)
- internal: support pre-release versioning (#142) (a0ee2c2)
Full Changelog: v0.17.0...v0.17.1
- api: fix authentication_type enum (#139) (6200a53)
- api: update
employer_sizeparameter toemployee_size(#141) (afa0df8)
Full Changelog: v0.16.0...v0.17.0
- ci: rely on Stainless GitHub App for releases (#137) (a66fdd3)
- internal: speculative retry-after-ms support (#135) (c000421)
Full Changelog: v0.15.0...v0.16.0
Full Changelog: v0.14.0...v0.15.0
- client: hook up sandbox auth (#131) (897400c)
- remove redundant endpoint, add sandbox client options (not yet used) (#130) (1b03f96)
Full Changelog: v0.13.2...v0.14.0
- add .keep files for examples and custom code directories (#126) (98b8b4a)
- internal: bump license (#123) (121f7f9)
Full Changelog: v0.13.1...v0.13.2
Full Changelog: v0.13.0...v0.13.1
Full Changelog: v0.12.0...v0.13.0
Full Changelog: v0.11.0...v0.12.0
Full Changelog: v0.10.1...v0.11.0
Full Changelog: v0.10.0...v0.10.1
Full Changelog: v0.9.0...v0.10.0
Full Changelog: v0.8.1...v0.9.0
Full Changelog: v0.8.0...v0.8.1
Full Changelog: v0.7.0...v0.8.0
Full Changelog: v0.6.0...v0.7.0
Full Changelog: v0.5.1...v0.6.0
Full Changelog: v0.5.0...v0.5.1
Full Changelog: v0.4.2...v0.5.0
Full Changelog: v0.4.1...v0.4.2
Full Changelog: v0.4.0...v0.4.1
Full Changelog: v0.3.6...v0.4.0
Full Changelog: v0.3.5...v0.3.6
Full Changelog: v0.3.4...v0.3.5
Full Changelog: v0.3.3...v0.3.4
- docs: adjust some docstrings (#77) (a8cdb4f)
- docs: adjust some docstrings (#78) (9402e63)
- internal: add a top-level generated comment to each file (#79) (439d020)
Full Changelog: v0.3.2...v0.3.3
Full Changelog: v0.3.1...v0.3.2
Full Changelog: v0.3.0...v0.3.1
Full Changelog: v0.2.4...v0.3.0
- client: restructure some methods (#59)
0.2.4 (2023-08-26)
0.2.3 (2023-08-16)
- 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)
- 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)
0.2.2 (2023-07-22)
0.2.1 (2023-07-17)
0.2.0 (2023-06-29)
- improve pagination response types (#16)
- 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)