Full Changelog: v0.25.0...v0.26.0
- internal: codegen related update (#217) (648708a)
- internal: codegen related update (#220) (6975f2c)
- internal: codegen related update (#221) (61fa6a7)
- internal: swap
checkNotNull
tocheckRequired
(#219) (c77af54)
Full Changelog: v0.24.0...v0.25.0
Full Changelog: v0.23.1...v0.24.0
Full Changelog: v0.23.0...v0.23.1
Full Changelog: v0.22.0...v0.23.0
Full Changelog: v0.21.0...v0.22.0
Full Changelog: v0.20.0...v0.21.0
- api: api update (#198) (5c3b405)
- client: add more builder convenience methods for lists (#188) (2cc7b59)
- internal: add and tweak check functions (#195) (059140b)
- internal: codegen related update (#186) (80ba077)
- internal: codegen related update (#189) (02ac7e7)
- internal: extract a
checkRequired
function (#194) (4d7ef18) - internal: fix up root
build.gradle.kts
formatting (#190) (c6877ff) - internal: remove unused Gradle imports (#191) (dc9baca)
- internal: remove unused or unnecessary Gradle imports (#192) (1d55476)
- internal: tweak client options nullability handling (059140b)
- internal: update some gradle formatting (#193) (84dffdc)
- simplify examples involving lists (#196) (087813e)
- simplify examples involving unions (#197) (6f4b238)
Full Changelog: v0.19.0...v0.20.0
- client: add various convenience setters to models (#184) (5a7e67f)
- client: allow setting arbitrary JSON for top-level body params (5a7e67f)
- client: expose getters for
JsonField
of body params (5a7e67f)
- client: consistently throw on omitting required fields (5a7e67f)
- client: convert
JsonField
containing list type to mutable in builder (5a7e67f)
- internal: explicitly add some method return types (5a7e67f)
- internal: move headers and query params setters below others (5a7e67f)
- internal: simplify existing convenience setters on params (5a7e67f)
Full Changelog: v0.18.0...v0.19.0
- api: api update (#180) (4aa16b5)
- client: allow passing null or optional for nullable fields (#179) (1797a16)
Full Changelog: v0.17.0...v0.18.0
Full Changelog: v0.16.0...v0.17.0
Full Changelog: v0.15.0...v0.16.0
- api: endpoint expects amount of new allocation price to be a string, not a number (#10)
- api: add semi_annual cadence and remove metadata from update items (#2)
- api: add semi_annual cadence and remove metadata from update items (#2) (38298ff)
- api: add support for adding allocation price to subscription (#8) (d150c33)
- api: add support for query param include_all_blocks (#11) (73d5e94)
- api: add webhook validation and parsing (#111) (4472875)
- api: api update (#103) (aeb1fed)
- api: api update (#112) (aedd2bf)
- api: api update (#125) (e74b0c3)
- api: api update (#129) (e8edbd0)
- api: api update (#131) (1733a5c)
- api: api update (#137) (60695f9)
- api: api update (#140) (6a3362e)
- api: api update (#152) (7a78319)
- api: api update (#154) (770d4cc)
- api: api update (#159) (f51bb21)
- api: api update (#161) (6b21c9b)
- api: api update (#81) (6b595ca)
- api: api update (#82) (3d2aa72)
- api: api update (#84) (89db90d)
- api: api update (#85) (ccb4f21)
- api: api update (#86) (4f4639d)
- api: api update (#87) (925563d)
- api: api update (#88) (8a09a17)
- api: api update (#90) (6a7b7b8)
- api: api update (#92) (b06d37a)
- api: api update (#93) (311c123)
- api: api update (#94) (1ab1485)
- api: api update (#97) (d85ab62)
- api: codegen changes (#39) (4568489)
- api: codegen changes (#48) (8a0190e)
- api: external connections made optional when updating items (#9) (d1a63a3)
- api: manual updates (#40) (423de9f)
- api: OpenAPI spec update via Stainless API (#31) (aec4e89)
- api: OpenAPI spec update via Stainless API (#34) (3a42785)
- api: OpenAPI spec update via Stainless API (#36) (03178df)
- api: OpenAPI spec update via Stainless API (#37) (6d07d56)
- api: OpenAPI spec update via Stainless API (#38) (a92d627)
- api: OpenAPI spec update via Stainless API (#41) (64fdca5)
- api: OpenAPI spec update via Stainless API (#43) (ed5e3c8)
- api: OpenAPI spec update via Stainless API (#44) (9941471)
- api: OpenAPI spec update via Stainless API (#45) (055d0a8)
- api: OpenAPI spec update via Stainless API (#47) (cbb6cca)
- api: OpenAPI spec update via Stainless API (#50) (2bd0af6)
- api: OpenAPI spec update via Stainless API (#51) (c4e232e)
- api: OpenAPI spec update via Stainless API (#52) (773d7e7)
- api: OpenAPI spec update via Stainless API (#53) (7efa5f4)
- api: OpenAPI spec update via Stainless API (#54) (f9006eb)
- api: OpenAPI spec update via Stainless API (#55) (73ed069)
- api: OpenAPI spec update via Stainless API (#57) (4a3ce75)
- api: OpenAPI spec update via Stainless API (#59) (8e8574c)
- api: OpenAPI spec update via Stainless API (#61) (b48f9fe)
- api: OpenAPI spec update via Stainless API (#63) (fd13223)
- api: OpenAPI spec update via Stainless API (#67) (afffd96)
- api: OpenAPI spec update via Stainless API (#68) (bd66065)
- api: OpenAPI spec update via Stainless API (#70) (8ab0aab)
- api: OpenAPI spec update via Stainless API (#76) (5013205)
- api: OpenAPI spec update via Stainless API (#78) (e745d41)
- api: OpenAPI spec update via Stainless API (#80) (e1fc9e9)
- api: updates (#5) (fb8c7d9)
- client: add logging when debug env is set (#124) (3a54438)
- client: add support for
putQueryParam
onClientOptions
(#6) (71d82b0) - client: added structured fields to errors (#65) (e6226f9)
- api: endpoint expects amount of new allocation price to be a string, not a number (#10) (f38419a)
- docs: use correct putAdditionalProperty value (#42) (4f236bc)
- internal: add missing options (49c0367)
- unions: fix namespacing in example types for unions that have models (846d155)
- api: rename
void
tovoid_invoice
in Java SDK (#72) (61d300a) - consistent string literal escaping (#49) (556e69d)
- docs: improve Coupon description (#7) (4d1d183)
- docs: internal update (#74) (577588d)
- docs: internal update (#75) (6905912)
- docs: update readme (#157) (26c33ec)
- docs: updates price intervals docs (#12) (554df1b)
- fix formatting (6d27c6c)
- gitignore test server logs (#13) (11e4ebc)
- internal: codegen related update (#123) (9bbb41f)
- internal: codegen related update (#134) (61e2a3f)
- internal: codegen related update (#163) (9361feb)
- internal: codegen related update (#164) (d2a3612)
- internal: codegen related update (#167) (5064c6d)
- internal: codegen related update (#56) (837e1ed)
- internal: codegen related update (#71) (99ddc03)
- internal: codegen related update (#73) (5021325)
- internal: fix lint warning for isPresent (#66) (ff81eb6)
- internal: remove unused and expand used wildcard imports (#150) (f2ff940)
- internal: remove unused and expand used wildcard imports (#151) (36ec9ab)
- internal: remove unused imports (#147) (fb322e7)
- internal: update example values (#127) (78608a6)
- internal: version bump (#100) (3993648)
- internal: version bump (#109) (0a4c949)
- internal: version bump (#119) (793a5e4)
- internal: version bump (#121) (8b54a94)
- internal: version bump (#122) (ed488d2)
- internal: version bump (#89) (14ae070)
- rebuild project due to codegen change (#105) (686edce)
- rebuild project due to codegen change (#107) (15f22cd)
- rebuild project due to codegen change (#116) (94d7006)
- test: remove unused imports (#148) (6f766e5)
- test: use
JsonValue
instead ofJsonString
(#149) (119422b) - update example values in tests and docs (#143) (28f1ab5)
- internal: make enum value definitions less verbose (#145) (1a3bc07)
- internal: move enum identity methods to bottom of class (#146) (c2bc9d2)
Full Changelog: v0.14.0...v0.15.0
Full Changelog: v0.13.0...v0.14.0
Full Changelog: v0.12.0...v0.13.0
Full Changelog: v0.11.0...v0.12.0
- internal: remove unused and expand used wildcard imports (#150) (125239d)
- internal: remove unused and expand used wildcard imports (#151) (e31d1ed)
- internal: remove unused imports (#147) (fbafbb5)
- test: remove unused imports (#148) (b170c90)
- test: use
JsonValue
instead ofJsonString
(#149) (b177193) - update example values in tests and docs (#143) (3ae9d16)
- internal: make enum value definitions less verbose (#145) (618c1a3)
- internal: move enum identity methods to bottom of class (#146) (8a9c393)
Full Changelog: v0.10.0...v0.11.0
Full Changelog: v0.9.1...v0.10.0
Full Changelog: v0.9.0...v0.9.1
Full Changelog: v0.8.0...v0.9.0
Full Changelog: v0.7.0...v0.8.0
Full Changelog: v0.6.1...v0.7.0
- internal: codegen related update (#123) (c08609a)
- internal: version bump (#119) (bfcad34)
- internal: version bump (#121) (6388030)
- internal: version bump (#122) (3163e60)
Full Changelog: v0.6.0...v0.6.1
Full Changelog: v0.5.0...v0.6.0
Full Changelog: v0.4.1...v0.5.0
Full Changelog: v0.4.0...v0.4.1
- internal: add missing options (1ed6c28)
- rebuild project due to codegen change (#105) (6c52ea7)
- rebuild project due to codegen change (#107) (0365098)
Full Changelog: v0.3.0...v0.4.0
Full Changelog: v0.2.0...v0.3.0
Full Changelog: v0.1.0...v0.2.0
Full Changelog: v0.1.0-alpha.7...v0.1.0
- api: api update (#81) (6b595ca)
- api: api update (#82) (3d2aa72)
- api: api update (#84) (89db90d)
- api: api update (#85) (ccb4f21)
- api: api update (#86) (4f4639d)
- api: api update (#87) (925563d)
- api: api update (#88) (8a09a17)
- api: OpenAPI spec update via Stainless API (#78) (e745d41)
- api: OpenAPI spec update via Stainless API (#80) (e1fc9e9)
Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7
- api: OpenAPI spec update via Stainless API (#59) (8e8574c)
- api: OpenAPI spec update via Stainless API (#61) (b48f9fe)
- api: OpenAPI spec update via Stainless API (#63) (fd13223)
- api: OpenAPI spec update via Stainless API (#67) (afffd96)
- api: OpenAPI spec update via Stainless API (#68) (bd66065)
- api: OpenAPI spec update via Stainless API (#70) (8ab0aab)
- api: OpenAPI spec update via Stainless API (#76) (5013205)
- client: added structured fields to errors (#65) (e6226f9)
- api: rename
void
tovoid_invoice
in Java SDK (#72) (61d300a) - docs: internal update (#74) (577588d)
- docs: internal update (#75) (6905912)
- internal: codegen related update (#71) (99ddc03)
- internal: codegen related update (#73) (5021325)
- internal: fix lint warning for isPresent (#66) (ff81eb6)
Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6
- api: codegen changes (#48) (8a0190e)
- api: OpenAPI spec update via Stainless API (#45) (055d0a8)
- api: OpenAPI spec update via Stainless API (#47) (cbb6cca)
- api: OpenAPI spec update via Stainless API (#50) (2bd0af6)
- api: OpenAPI spec update via Stainless API (#51) (c4e232e)
- api: OpenAPI spec update via Stainless API (#52) (773d7e7)
- api: OpenAPI spec update via Stainless API (#53) (7efa5f4)
- api: OpenAPI spec update via Stainless API (#54) (f9006eb)
- api: OpenAPI spec update via Stainless API (#55) (73ed069)
- api: OpenAPI spec update via Stainless API (#57) (4a3ce75)
Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5
- api: codegen changes (#39) (4568489)
- api: manual updates (#40) (423de9f)
- api: OpenAPI spec update via Stainless API (#34) (3a42785)
- api: OpenAPI spec update via Stainless API (#36) (03178df)
- api: OpenAPI spec update via Stainless API (#37) (6d07d56)
- api: OpenAPI spec update via Stainless API (#38) (a92d627)
- api: OpenAPI spec update via Stainless API (#41) (64fdca5)
- api: OpenAPI spec update via Stainless API (#43) (ed5e3c8)
- api: OpenAPI spec update via Stainless API (#44) (9941471)
Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4
Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3
- api: remove methods 'customers.usage.create' and 'customers.usage.update_by_external_id' (#30)
- api: add 'status' to plan creation params (#14) (02ccf47)
- api: add cadence enum value 'custom' (#25) (61cf205)
- api: add methods to prices and invoices (#21) (5dbd997)
- api: deprecate methods 'customers.usage.create' and 'customers.usage.update_by_external_id' (#29) (756a150)
- api: remove methods 'customers.usage.create' and 'customers.usage.update_by_external_id' (#30) (988218e)
- client: improve binary return values (#27) (e5abbb9)
- ci: also run workflows for PRs targeting
next
(#17) (9f47531) - ci: limit release doctor target branches (#22) (92f41a2)
- ci: run tests in CI (#28) (e4c2eb6)
- docs: document minimum Java version (Java 8) in README (#16) (3630a08)
- docs: minor update to formatting of API link in README (#19) (65f8385)
- internal: refactor release doctor script (#23) (c039b0e)
- internal: remove unused test file (#26) (71b39db)
- minor updates (#20) (42c2a5c)
- tests: update prism version (#24) (b14155d)
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2
- api: endpoint expects amount of new allocation price to be a string, not a number (#10)
- api: add support for adding allocation price to subscription (#8) (d150c33)
- api: add support for query param include_all_blocks (#11) (73d5e94)
- api: external connections made optional when updating items (#9) (d1a63a3)
- api: updates (#5) (fb8c7d9)
- client: add support for
putQueryParam
onClientOptions
(#6) (71d82b0)
- docs: improve Coupon description (#7) (4d1d183)
- docs: updates price intervals docs (#12) (554df1b)
- gitignore test server logs (#13) (11e4ebc)
Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1
- api: add semi_annual cadence and remove metadata from update items (#2)
- unions: fix namespacing in example types for unions that have models (846d155)