Full Changelog: v3.1.1...v3.2.0
- client: add various convenience setters to models (#387) (051f37d)
- client: allow setting arbitrary JSON for top-level body params (051f37d)
- client: expose getters for
JsonField
of body params (051f37d)
- client: consistently throw on omitting required fields (051f37d)
- client: convert
JsonField
containing list type to mutable in builder (051f37d)
- internal: explicitly add some method return types (051f37d)
- internal: move headers and query params setters below others (051f37d)
- internal: simplify existing convenience setters on params (051f37d)
Full Changelog: v3.1.0...v3.1.1
Full Changelog: v3.0.0...v3.1.0
Full Changelog: v2.0.0...v3.0.0
- client: switch query params objects to use
QueryParams
(#369)
- client: switch query params objects to use
QueryParams
(#369) (af3c693) - internal: use constructor to deserialize json (#371) (418c911)
Full Changelog: v1.12.0...v2.0.0
- client: numeric enum member type (#349)
- api: api update (#348) (1f7f08f)
- api: api update (#350) (76486fd)
- api: api update (#358) (aef03b5)
- api: api update (#363) (1f2e37b)
- docs: add example project (#367) (7801ba2)
- docs: fix code block language (#368) (723c35a)
- docs: update readme (#365) (fc4a2ac)
- internal: codegen related update (#346) (90f7c99)
- internal: codegen related update (#355) (1a5d595)
- internal: remove unused and expand used wildcard imports (#359) (c825267)
- internal: remove unused and expand used wildcard imports (#361) (3c80b52)
- internal: remove unused imports (#354) (cddb901)
- test: remove unused imports (#356) (a313b58)
- test: use
JsonValue
instead ofJsonString
(#357) (d336f7d) - update example values in tests and docs (#351) (792f3f7)
- update parameter examples in tests and docs (#364) (5fb0cac)
- internal: make enum value definitions less verbose (#352) (08a5c64)
- internal: move enum identity methods to bottom of class (#353) (bd29c58)
Full Changelog: v1.11.1...v1.12.0
- remove reference to removed deps 'guava' (ab6b83c)
- fix formatting (a8911c2)
- internal: codegen changes (#340) (3c5d768)
- internal: codegen changes (#342) (3876694)
- internal: codegen related update (#335) (4c594c8)
- internal: codegen related update (#337) (586ee38)
- internal: codegen related update (#343) (2827201)
- internal: update example values (#339) (de78eab)
Full Changelog: v1.11.0...v1.11.1
Full Changelog: v1.10.0...v1.11.0
- rebuild project due to codegen change (#325) (96b384c)
- rebuild project due to codegen change (#328) (11dba94)
- rebuild project due to codegen change (#330) (317e18f)
Full Changelog: v1.9.0...v1.10.0
- api: updates (fb4968b)
Full Changelog: v1.8.0...v1.9.0
Full Changelog: v1.7.0...v1.8.0
Full Changelog: v1.6.0...v1.7.0
Full Changelog: v1.5.0...v1.6.0
- internal: codegen related update (#301) (b46c9ff)
- internal: codegen related update (#306) (3c50e88)
- internal: fix test (be5830b)
- internal: skip failing tests (#303) (caf3fb8)
Full Changelog: v1.4.0...v1.5.0
- api: OpenAPI spec update via Stainless API (#300) (18f03cc)
- client: added structured fields to errors (#299) (5d9dc9e)
Full Changelog: v1.3.0...v1.4.0
Full Changelog: v1.2.1...v1.3.0
- consistent string literal escaping (#289) (8097c3c)
- internal: codegen related update (#292) (59082c1)
Full Changelog: v1.2.0...v1.2.1
Full Changelog: v1.1.0...v1.2.0
Full Changelog: v1.0.1...v1.1.0
Full Changelog: v1.0.0...v1.0.1
Full Changelog: v0.33.0...v1.0.0
Full Changelog: v0.32.0...v0.33.0
Full Changelog: v0.31.1...v0.32.0
- formatting: fix formatting (65f8cd8)
Full Changelog: v0.31.0...v0.31.1
- client: GetAccessTokenResponse was incorrectly expecting property 'accessToken' instead of 'access_token' (#265) (b6a6413)
Full Changelog: v0.30.2...v0.31.0
Full Changelog: v0.30.1...v0.30.2
Full Changelog: v0.30.0...v0.30.1
Full Changelog: v0.29.5...v0.30.0
- api: authentication method type is an enum, not a plain string (#252)
Full Changelog: v0.29.4...v0.29.5
- docs: minor update to formatting of API link in README (#249) (f6edd21)
- internal: codegen related update (#250) (e40ae76)
Full Changelog: v0.29.3...v0.29.4
Full Changelog: v0.29.2...v0.29.3
Full Changelog: v0.29.1...v0.29.2
Full Changelog: v0.29.0...v0.29.1
Full Changelog: v0.28.1...v0.29.0
Full Changelog: v0.28.0...v0.28.1
Full Changelog: v0.27.2...v0.28.0
Full Changelog: v0.27.1...v0.27.2
- examples: fix example snippets (b3dc8dd)
Full Changelog: v0.27.0...v0.27.1
- internal: resolve spec formatting issue (#221) (15696d4)
- tests: update some example values (#219) (bc5a108)
Full Changelog: v0.26.6...v0.27.0
- docs: add SECURITY.md (#213) (8e29a75)
- internal: add scripts-to-rule-them-all (#218) (6e51a61)
- internal: minor updates (#215) (3b61721)
- tests: update client ID example value (#217) (f1f4a5e)
Full Changelog: v0.26.5...v0.26.6
Full Changelog: v0.26.4...v0.26.5
Full Changelog: v0.26.3...v0.26.4
Full Changelog: v0.26.2...v0.26.3
Full Changelog: v0.26.1...v0.26.2
Full Changelog: v0.26.0...v0.26.1
Full Changelog: v0.25.0...v0.26.0
Full Changelog: v0.24.0...v0.25.0
Full Changelog: v0.23.0...v0.24.0
Full Changelog: v0.22.1...v0.23.0
- api: improve descriptions (#186) (00c3753)
- deps: update jackson to v2.14.3 (#181) (5f6c2f7)
- deps: update junit5 to v5.9.3 (#185) (db2931a)
- deps: update kotlin-gradle-plugin to v1.9.23 (#184) (43c0614)
Full Changelog: v0.22.0...v0.22.1
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_size
parameter 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.log
to.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
asUnknown
toJsonField
(#17) (7f1a599) - improve pagination response types (#16) (dd55fad)
- tests: support specifying
SKIP_MOCK_TESTS=true
(#18) (54f4511)