Full Changelog: v1.11.0...v1.12.0
- api: define shared model ConversionRateConfig
- add retryable exception (6bf3387)
- api: api update (7b92638)
- api: api update (c78174c)
- api: api update (2083dc4)
- api: api update (37266cb)
- api: api update (4278e1b)
- api: api update (e4e8d24)
- api: api update (68203a3)
- api: api update (012b348)
- api: api update (bbe220c)
- api: api update (cfe2c88)
- api: api update (74b29ea)
- api: api update (af8a41f)
- api: api update (0f366e8)
- api: api update (2eb59cf)
- api: api update (99993b1)
- api: api update (914623a)
- api: api update (fd82100)
- api: api update (9c2441e)
- api: api update (680265b)
- api: api update (a1a92f4)
- api: api update (83ad00c)
- api: api update (42c2d10)
- api: api update (f6987c9)
- api: api update (a58f47b)
- api: api update (0285f3a)
- api: api update (6d42811)
- api: api update (93761f0)
- api: api update (4c2a026)
- api: api update (11cfcca)
- api: api update (a9326c1)
- api: api update (c427776)
- api: api update (c4c96c6)
- api: api update (a05fab4)
- api: api update (d631c4d)
- api: api update (f06d033)
- api: api update (e2b7b1e)
- api: api update (a790d45)
- api: api update (ee76ab8)
- api: api update (6180a95)
- api: api update (d43255b)
- api: define shared model ConversionRateConfig (32b3512)
- api: manual updates (1ec4c6b)
- client: add
HttpRequest#url()method (6ff8fa8) - client: allow configuring dispatcher executor service (35cce30)
- client: ensure compat with proguard (a21fc50)
- client: expose sleeper option (1bc7983)
- client: send
X-Stainless-Kotlin-Versionheader (df19ef4) - extract minimum composite to type (c89ade2)
- ci: use java-version 21 for publish step (efc7891)
- client: deserialization of empty objects (d4ef4ac)
- client: disallow coercion from float to int (29a6000)
- client: ensure single timer is created per client (1bc7983)
- client: fully respect max retries (bea76d1)
- client: incorrect
getPackageVersionimpl (1612dd1) - client: multi-value header serialization (bdc7d3a)
- client: preserve time zone in lenient date-time parsing (a47bca4)
- client: r8 support (4d46e62)
- client: send retry count header for max retries 0 (bea76d1)
- date time deserialization leniency (d36ec82)
- schema: Rename unit price type to avoid naming conflict (25c6f8c)
- ci: upgrade
actions/setup-java(836c0b6) - formatting (d925332)
- internal: bump ci test timeout (c9b431a)
- internal: change some comment formatting (537aba1)
- internal: codegen related update (ee2f754)
- internal: codegen related update (b249265)
- internal: codegen related update (703e12a)
- internal: codegen related update (b0ad475)
- internal: codegen related update (844eb52)
- internal: codegen related update (3239df5)
- internal: codegen related update (b604e38)
- internal: codegen related update (936fe66)
- internal: codegen related update (d06f656)
- internal: correct cache invalidation for
SKIP_MOCK_TESTS(41aaa54) - internal: depend on packages directly in example (bea76d1)
- internal: reduce proguard ci logging (ba337ee)
- internal: refactor build files to support future stainless package uploads (bc7560c)
- internal: update
actions/checkoutversion (e68ea00) - test on Jackson 2.14.0 to avoid encountering FasterXML/jackson-databind#3240 in tests (d36ec82)
Full Changelog: v1.10.0...v1.11.0
- api: api update (e1abcb3)
Full Changelog: v1.9.0...v1.10.0
- api: api update (3ec6fe0)
- client: add
{QueryParams,Headers}#put(String, JsonValue)methods (cf9cff1)
- internal: remove unnecessary
[...]in[@see](https://github.com/see)(b6dcd6c)
Full Changelog: v1.8.0...v1.9.0
- api: api update (21582fa)
- client: add https config options (f1b310c)
- client: allow configuring env via system properties (33565ab)
- internal: refactor delegating from client to options (0ac1964)
Full Changelog: v1.7.1...v1.8.0
- api: api update (3f3288c)
Full Changelog: v1.7.0...v1.7.1
- client: ensure error handling always occurs (54cb075)
Full Changelog: v1.6.0...v1.7.0
- api: api update (ba8031d)
- internal: allow running specific example from cli (afad1bb)
Full Changelog: v1.5.0...v1.6.0
- api: api update (d05ed2c)
Full Changelog: v1.4.0...v1.5.0
- api: api update (2876abe)
- ci: bump
actions/setup-javato v4 (bbb2f4c)
Full Changelog: v1.3.0...v1.4.0
- api: api update (832cd6b)
- ci: ensure docs generation always succeeds (74e2ba0)
Full Changelog: v1.2.3...v1.3.0
- api: api update (4ad3738)
Full Changelog: v1.2.2...v1.2.3
- internal: minor
ClientOptionsTestchange (58a615f)
Full Changelog: v1.2.1...v1.2.2
- client: don't close client on
withOptionsusage when original is gc'd (c5407a8)
- ci: only run for pushes and fork pull requests (ac1dcec)
Full Changelog: v1.2.0...v1.2.1
- ci: release-doctor — report correct token name (e5de47b)
Full Changelog: v1.1.0...v1.2.0
- api: api update (9e18170)
Full Changelog: v1.0.0...v1.1.0
- api: api update (1af4331)
- api: api update (1c73f2d)
- api: api update (651160e)
- client: add a
withOptionsmethod (69cec0e) - client: implement per-endpoint base URL support (150d8fc)
- client: bump max requests per host to max requests (5 -> 64) (6ab4bbc)
- ci: enable for pull requests (4742d3a)
Full Changelog: v0.1.0-alpha.49...v1.0.0
- client: breaking change to re-use types
- client: improve some class names
- client: extract auto pagination to shared classes
- client: Migration: - If you were referencing the
AutoPagerclass on a specific*Pageor*PageAsynctype, then you should instead reference the sharedAutoPagerandAutoPagerAsynctypes, under thecorepackage- If you were referencing
getNextPageorgetNextPageParams:- Swap to
nextPage()andnextPageParams() - Note that these both now return non-nullable types (use
hasNextPage()before calling these, since they will throw if it's impossible to get another page)
- Swap to
- If you were referencing
- client: don't require end-users to specify constants
- client: Migration: Builder methods that previously accepted a single possible value no longer need to be called.
- api: api update (3b9407e)
- api: api update (b78da47)
- api: api update (da539d4)
- api: api update (ee340f8)
- api: api update (57c7ae5)
- api: api update (9be4d13)
- api: api update (9e0351e)
- api: manual updates (e542313)
- api: manual updates (03ff701)
- client: allow providing some params positionally (e63933b)
- client: breaking change to re-use types (faf0b26)
- client: don't require end-users to specify constants (774695b)
- client: extract auto pagination to shared classes (168d895)
- internal: Unit collision (ee16d77)
- internal: improve compilation+test speed (584c9a8)
- ci: add timeout thresholds for CI jobs (261ff43)
- ci: only use depot for staging repos (02184a1)
- ci: run on more branches and use depot runners (364e334)
- docs: grammar improvements (c07512e)
- internal: java 17 -> 21 on ci (53f3070)
- internal: remove flaky
-Xbackend-threads=0option (11ec748) - internal: update java toolchain (f39ba67)
- client: update jackson compat error message (a435863)
- explain http client customization (bc9ebe0)
- explain jackson compat in readme (68e656c)
- client: improve some class names (7d52bb5)
Full Changelog: v0.1.0-alpha.48...v0.1.0-alpha.49
- client: make pagination robust to missing data (e76e6f6)
- client: support setting base URL via env var (#358) (2962455)
- add comments for page methods (e76e6f6)
- client: deduplicate page response classes (#362) (e76e6f6)
- client: migrate pages to builder pattern (#363) (4664294)
Full Changelog: v0.1.0-alpha.47...v0.1.0-alpha.48
Full Changelog: v0.1.0-alpha.46...v0.1.0-alpha.47
- add comments to
JsonFieldclasses (#349) (7e440ba) - document how to forcibly omit required field (51cb762)
- swap examples used in readme (#350) (51cb762)
Full Changelog: v0.1.0-alpha.45...v0.1.0-alpha.46
- client: add enum validation method (038d1aa)
- client: make union deserialization more robust (#342) (038d1aa)
- client: remove unnecessary json state from some query param classes (038d1aa)
- internal: add invalid json deserialization tests (038d1aa)
- internal: add json roundtripping tests (038d1aa)
- internal: codegen related update (#344) (d3aa837)
Full Changelog: v0.1.0-alpha.44...v0.1.0-alpha.45
Full Changelog: v0.1.0-alpha.43...v0.1.0-alpha.44
Full Changelog: v0.1.0-alpha.42...v0.1.0-alpha.43
Full Changelog: v0.1.0-alpha.41...v0.1.0-alpha.42
- client: support a lower jackson version (#329) (dd30b03)
- client: throw on incompatible jackson version (dd30b03)
- client: map deserialization bug (989fbaa)
- internal: delete unused methods and annotations (#330) (989fbaa)
- internal: make multipart assertions more robust (193ea38)
- internal: remove unnecessary
assertNotNullcalls (193ea38) - internal: remove unnecessary import (#326) (f972e35)
- minor readme tweak (#328) (41ff090)
- refine comments on multipart params (#324) (193ea38)
- update readme exception docs (#327) (1f45211)
Full Changelog: v0.1.0-alpha.40...v0.1.0-alpha.41
Full Changelog: v0.1.0-alpha.39...v0.1.0-alpha.40
- client: refactor exception structure and methods (#319)
- compilation error (2fcd864)
- client: refactor exception structure and methods (#319) (c104589)
- internal: codegen related update (#317) (8214b19)
Full Changelog: v0.1.0-alpha.38...v0.1.0-alpha.39
- internal: add generated comment (#308) (508d62f)
- internal: add some tests for union classes (#313) (8c9ac0b)
- internal: delete duplicate tests (f2c97e2)
- internal: generate more tests (e8b0072)
- internal: make test classes internal (#306) (fce9632)
- internal: refactor query param serialization impl and tests (#310) (209ee40)
- internal: refactor some test assertions (f2c97e2)
- internal: reformat some tests (#312) (e8b0072)
- internal: rename
getPathParam(#311) (f2c97e2) - internal: reorder some params methodsc (f2c97e2)
Full Changelog: v0.1.0-alpha.37...v0.1.0-alpha.38
- api: correctly support ExternalCustomerID array filter on Subscriptions.List (#302) (8d7ea78)
- internal: codegen related update (#298) (2f1d714)
- internal: codegen related update (#300) (0bb38e0)
- internal: remove extra empty newlines (#301) (78e0540)
Full Changelog: v0.1.0-alpha.36...v0.1.0-alpha.37
Full Changelog: v0.1.0-alpha.35...v0.1.0-alpha.36
- internal: codegen related update (#290) (368d30d)
- internal: codegen related update (#291) (b9785c4)
- internal: version bump (#288) (af560a7)
Full Changelog: v0.1.0-alpha.34...v0.1.0-alpha.35
- internal: add
.kotlinto.gitignore(#281) (796de88) - internal: codegen related update (#287) (e49bd3a)
- internal: don't generate docs (#282) (a188e76)
- internal: reenable warnings as errors (#283) (b84bb54)
- document
JsonValueconstruction in readme (#285) (1975c13) - revise readme docs about nested params (#284) (a08d6a2)
Full Changelog: v0.1.0-alpha.33...v0.1.0-alpha.34
- api: api update (#277) (228ffbc)
- client: detect binary incompatible jackson versions (#275) (36e8ce5)
Full Changelog: v0.1.0-alpha.32...v0.1.0-alpha.33
Full Changelog: v0.1.0-alpha.31...v0.1.0-alpha.32
Full Changelog: v0.1.0-alpha.30...v0.1.0-alpha.31
Full Changelog: v0.1.0-alpha.29...v0.1.0-alpha.30
Full Changelog: v0.1.0-alpha.28...v0.1.0-alpha.29
- client: refactor multipart formdata impl (#257)
- api: api update (#260) (c251d74)
- client: allow configuring timeouts granularly (#255) (d82934f)
- client: support raw response access (#256) (9997841)
- client: refactor multipart formdata impl (#257) (f019530)
- internal: refactor
ErrorHandlingTest(#253) (fc5e946)
- add raw response readme documentation (#258) (dea38d4)
- note required fields in
builderjavadoc (#259) (03c61ee)
Full Changelog: v0.1.0-alpha.27...v0.1.0-alpha.28
Full Changelog: v0.1.0-alpha.26...v0.1.0-alpha.27
- api: api update (#247) (7170639)
- client: allow omitting params object when none required (#241) (19c350a)
- client: use deep identity methods for primitive array types (#244) (84e7382)
- internal: add async service tests (#243) (8a2518c)
- internal: improve sync service tests (8a2518c)
- internal: refactor
ServiceParamsTest(#246) (6610689)
- readme parameter tweaks (8a2518c)
Full Changelog: v0.1.0-alpha.25...v0.1.0-alpha.26
Full Changelog: v0.1.0-alpha.24...v0.1.0-alpha.25
Full Changelog: v0.1.0-alpha.23...v0.1.0-alpha.24
Full Changelog: v0.1.0-alpha.22...v0.1.0-alpha.23
- client: remove checked exception related code (#224) (235e16e)
- docs: add faq to readme (#226) (8a1326d)
- internal: remove unnecessary non-null asserts in tests (afafbad)
- internal: use
assertNotNullin tests for type narrowing (afafbad)
Full Changelog: v0.1.0-alpha.21...v0.1.0-alpha.22
- api: api update (#222) (ac69a65)
- client: support
JsonField#asX()for known values (#217) (2be0c1e) - client: update enum
asXmethods (#216) (84ed646)
- ci: update gradle actions to v4 (#221) (21878ed)
- docs: reorganize readme (#218) (8af4563)
- internal: get rid of configuration cache (#220) (a319997)
- internal: make body class constructors private (f77accd)
- internal: make body classes for multipart requests (f77accd)
- internal: misc formatting changes (f77accd)
- internal: optimize build and test perf (926590b)
- internal: rename internal body classes (f77accd)
- internal: update formatter (#213) (926590b)
- internal: update some formatting in
Values.kt(2be0c1e) - internal: use better test example values (#215) (f77accd)
Full Changelog: v0.1.0-alpha.20...v0.1.0-alpha.21
Full Changelog: v0.1.0-alpha.19...v0.1.0-alpha.20
Full Changelog: v0.1.0-alpha.18...v0.1.0-alpha.19
Full Changelog: v0.1.0-alpha.17...v0.1.0-alpha.18
Full Changelog: v0.1.0-alpha.16...v0.1.0-alpha.17
- api: add missing
@MustBeClosedannotations (#197) (e71eae6) - api: switch
CompletableFuture<Void>toCompletableFuture<Void?>(e71eae6) - client: add missing validation calls on response (e71eae6)
- client: always provide a body for
PATCHmethods (e71eae6)
Full Changelog: v0.1.0-alpha.15...v0.1.0-alpha.16
Full Changelog: v0.1.0-alpha.14...v0.1.0-alpha.15
Full Changelog: v0.1.0-alpha.13...v0.1.0-alpha.14
- client: add
_queryParamsand_headersmethods (#182) (6832bb1) - client: helpers for discriminated union variants with one required prop (#185) (6456e6b)
- internal: improve
RetryingHttpClientTest(#184) (c4c047d) - internal: simplify object construction (#186) (654dcfd)
- internal: extract request preparation logic (6832bb1)
Full Changelog: v0.1.0-alpha.12...v0.1.0-alpha.13
- internal: codegen related update (#180) (aaea37a)
- internal: remove some unnecessary
constructorkeywords (f39254b)
asyncandsyncmethod comments (#174) (4f0c1f9)- add client documentation (#173) (d3469f1)
- builder, enum, and union comments (#179) (89b48f2)
Full Changelog: v0.1.0-alpha.11...v0.1.0-alpha.12
- client: better union variant method and variable names (#169)
- api: api update (#165) (66c11e1)
- client: better union variant method and variable names (#169) (69086b0)
- add max retries to test (#170) (ee4979d)
- internal: codegen related update (#168) (945faf6)
- internal: swap
checkNotNulltocheckRequired(#167) (2d6ca43)
Full Changelog: v0.1.0-alpha.10...v0.1.0-alpha.11
- client: switch query params objects to use
QueryParams(#128) - 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) (3f044f5)
- api: add support for adding allocation price to subscription (#8) (94987f0)
- api: add support for query param include_all_blocks (#11) (ce06e75)
- api: api update (#103) (9d315fb)
- api: api update (#105) (3c679a5)
- api: api update (#108) (c695980)
- api: api update (#112) (8af85f6)
- api: api update (#113) (9f04ba2)
- api: api update (#118) (a8e9866)
- api: api update (#123) (5332927)
- api: api update (#130) (d263c2b)
- api: api update (#131) (16ca41c)
- api: api update (#136) (6b73f54)
- api: api update (#137) (c0467b2)
- api: api update (#140) (59943a9)
- api: api update (#154) (4ae06a9)
- api: api update (#156) (7396e81)
- api: api update (#157) (46ae5dd)
- api: api update (#161) (665895e)
- api: api update (#75) (408cb08)
- api: api update (#76) (9a6b8c3)
- api: api update (#77) (21ef9ef)
- api: api update (#78) (076913c)
- api: api update (#79) (897b6af)
- api: api update (#80) (7b1e076)
- api: api update (#81) (8c187b4)
- api: api update (#84) (ae64e17)
- api: api update (#86) (dadd8e6)
- api: api update (#87) (a6e5e5c)
- api: api update (#88) (df0ce63)
- api: api update (#89) (f8bf75e)
- api: api update (#90) (6747d37)
- api: api update (#95) (f1af6fb)
- api: codegen changes (#39) (fe78ca9)
- api: codegen changes (#48) (c761aa7)
- api: external connections made optional when updating items (#9) (f12c785)
- api: manual updates (#40) (f48f51d)
- api: OpenAPI spec update via Stainless API (#31) (3a0a24f)
- api: OpenAPI spec update via Stainless API (#34) (08810c4)
- api: OpenAPI spec update via Stainless API (#36) (c8f652a)
- api: OpenAPI spec update via Stainless API (#37) (4eb6fd3)
- api: OpenAPI spec update via Stainless API (#38) (757858a)
- api: OpenAPI spec update via Stainless API (#43) (9dbc27f)
- api: OpenAPI spec update via Stainless API (#45) (3e12982)
- api: OpenAPI spec update via Stainless API (#47) (2651152)
- api: OpenAPI spec update via Stainless API (#50) (a297a32)
- api: OpenAPI spec update via Stainless API (#51) (1165133)
- api: OpenAPI spec update via Stainless API (#53) (da12578)
- api: OpenAPI spec update via Stainless API (#54) (8410b5c)
- api: OpenAPI spec update via Stainless API (#55) (a9693dd)
- api: OpenAPI spec update via Stainless API (#56) (d007aaf)
- api: OpenAPI spec update via Stainless API (#57) (13f8644)
- api: OpenAPI spec update via Stainless API (#59) (e8c47fd)
- api: OpenAPI spec update via Stainless API (#61) (0dd9425)
- api: OpenAPI spec update via Stainless API (#62) (1607065)
- api: OpenAPI spec update via Stainless API (#65) (3266176)
- api: OpenAPI spec update via Stainless API (#66) (545f0da)
- api: OpenAPI spec update via Stainless API (#67) (7316f84)
- api: OpenAPI spec update via Stainless API (#72) (849bb2a)
- api: OpenAPI spec update via Stainless API (#73) (7665415)
- api: OpenAPI spec update via Stainless API (#74) (3194456)
- api: updates (#5) (2c0c8e8)
- api: webhook helpers (#93) (1a03014)
- client: add more builder convenience methods for lists (#144) (4cbaae3)
- client: add support for
putQueryParamonClientOptions(#6) (1d16514) - client: add various convenience setters to models (#142) (a033db6)
- client: added structured fields to errors (#64) (6fbed34)
- client: allow setting arbitrary JSON for top-level body params (a033db6)
- client: expose getters for
JsonFieldof body params (a033db6)
- api: endpoint expects amount of new allocation price to be a string, not a number (#10) (8cb42ee)
- client: allow passing null for nullable fields where missing (#139) (9049246)
- client: consistently throw on omitting required fields (a033db6)
- client: convert
JsonFieldcontaining list type to mutable in builder (a033db6) - client: make service impl constructors internal (#160) (f79ba50)
- docs: use correct putAdditionalProperty value (#44) (47731b7)
- unions: fix namespacing in example types for unions that have models (3161a77)
- consistent string literal escaping (#49) (22f2365)
- docs: add example project (#126) (87d21b3)
- docs: fix unused import (#127) (6dbfb58)
- docs: improve Coupon description (#7) (380b281)
- docs: internal update (#70) (edbf7aa)
- docs: internal update (#71) (bf80944)
- docs: update readme (#125) (341bf79)
- docs: updates price intervals docs (#12) (1df4524)
- fix formatting (89585cf)
- gitignore test server logs (#13) (8870a5f)
- internal: add and tweak check functions (#151) (2f36f21)
- internal: codegen related update (#102) (6556c08)
- internal: codegen related update (#110) (6f33339)
- internal: codegen related update (#133) (6d41811)
- internal: codegen related update (#134) (fc95550)
- internal: codegen related update (#143) (e75b8e6)
- internal: codegen related update (#145) (7713859)
- internal: codegen related update (#41) (a235c7e)
- internal: codegen related update (#42) (1c5b7f0)
- internal: codegen related update (#52) (590a760)
- internal: codegen related update (#68) (eeca719)
- internal: codegen related update (#69) (857bd1e)
- internal: extract a
checkRequiredfunction (#150) (d7921ef) - internal: fix up root
build.gradle.ktsformatting (#146) (eea3cb0) - internal: remove unused and expand used wildcard imports (#121) (fc52147)
- internal: remove unused and expand used wildcard imports (#122) (4049299)
- internal: remove unused Gradle imports (#147) (9d9647e)
- internal: remove unused imports (#117) (d784083)
- internal: remove unused or unnecessary Gradle imports (#148) (5cd4bed)
- internal: tweak client options nullability handling (2f36f21)
- internal: update example values (#104) (96cb62b)
- internal: update some gradle formatting (#149) (e77d722)
- internal: upgrade kotlin compiler and gradle (#158) (993e74b)
- internal: version bump (#100) (92fa8af)
- internal: version bump (#101) (7aecac4)
- internal: version bump (#83) (a73f398)
- internal: version bump (#99) (d02142b)
- rebuild project due to codegen change (#91) (c0cf2e7)
- rebuild project due to codegen change (#92) (107691e)
- rebuild project due to codegen change (#94) (a845a3c)
- rebuild project due to codegen change (#96) (ebaab63)
- simplify examples involving lists (#152) (68071ec)
- simplify examples involving unions (#153) (2bae431)
- test: remove unused imports (#119) (5842e50)
- test: use
JsonValueinstead ofJsonString(#120) (ac568c6) - update example values in tests and docs (#114) (3a1f513)
- update parameter examples in tests and docs (#124) (0ba9ac2)
- add more documentation (#159) (8be2c7b)
- add params class javadocs (#141) (df287bc)
- add some missing javadocs (#135) (587bc66)
- add sonatype readme badge (#155) (e27346d)
- adjust additional properties example (#63) (d2c3f31)
- move up requirements section (#163) (743274c)
- small updates (#3) (e2bf19e)
- update readme (#162) (16929e5)
- internal: explicitly add some method return types (a033db6)
- internal: make enum value definitions less verbose (#115) (872af16)
- internal: move enum identity methods to bottom of class (#116) (74f717e)
- internal: move headers and query params setters below others (a033db6)
- internal: simplify existing convenience setters on params (a033db6)
- internal: sort fields (#138) (860b461)
- client: switch query params objects to use
QueryParams(#128) (394b11d) - internal: use constructor to deserialize json (#129) (91bdb1e)
Full Changelog: v0.1.0-alpha.9...v0.1.0-alpha.10
- 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) (3f044f5)
- api: add support for adding allocation price to subscription (#8) (94987f0)
- api: add support for query param include_all_blocks (#11) (ce06e75)
- api: api update (#103) (9d315fb)
- api: api update (#105) (3c679a5)
- api: api update (#108) (c695980)
- api: api update (#75) (408cb08)
- api: api update (#76) (9a6b8c3)
- api: api update (#77) (21ef9ef)
- api: api update (#78) (076913c)
- api: api update (#79) (897b6af)
- api: api update (#80) (7b1e076)
- api: api update (#81) (8c187b4)
- api: api update (#84) (ae64e17)
- api: api update (#86) (dadd8e6)
- api: api update (#87) (a6e5e5c)
- api: api update (#88) (df0ce63)
- api: api update (#89) (f8bf75e)
- api: api update (#90) (6747d37)
- api: api update (#95) (f1af6fb)
- api: codegen changes (#39) (fe78ca9)
- api: codegen changes (#48) (c761aa7)
- api: external connections made optional when updating items (#9) (f12c785)
- api: manual updates (#40) (f48f51d)
- api: OpenAPI spec update via Stainless API (#31) (3a0a24f)
- api: OpenAPI spec update via Stainless API (#34) (08810c4)
- api: OpenAPI spec update via Stainless API (#36) (c8f652a)
- api: OpenAPI spec update via Stainless API (#37) (4eb6fd3)
- api: OpenAPI spec update via Stainless API (#38) (757858a)
- api: OpenAPI spec update via Stainless API (#43) (9dbc27f)
- api: OpenAPI spec update via Stainless API (#45) (3e12982)
- api: OpenAPI spec update via Stainless API (#47) (2651152)
- api: OpenAPI spec update via Stainless API (#50) (a297a32)
- api: OpenAPI spec update via Stainless API (#51) (1165133)
- api: OpenAPI spec update via Stainless API (#53) (da12578)
- api: OpenAPI spec update via Stainless API (#54) (8410b5c)
- api: OpenAPI spec update via Stainless API (#55) (a9693dd)
- api: OpenAPI spec update via Stainless API (#56) (d007aaf)
- api: OpenAPI spec update via Stainless API (#57) (13f8644)
- api: OpenAPI spec update via Stainless API (#59) (e8c47fd)
- api: OpenAPI spec update via Stainless API (#61) (0dd9425)
- api: OpenAPI spec update via Stainless API (#62) (1607065)
- api: OpenAPI spec update via Stainless API (#65) (3266176)
- api: OpenAPI spec update via Stainless API (#66) (545f0da)
- api: OpenAPI spec update via Stainless API (#67) (7316f84)
- api: OpenAPI spec update via Stainless API (#72) (849bb2a)
- api: OpenAPI spec update via Stainless API (#73) (7665415)
- api: OpenAPI spec update via Stainless API (#74) (3194456)
- api: updates (#5) (2c0c8e8)
- api: webhook helpers (#93) (1a03014)
- client: add support for
putQueryParamonClientOptions(#6) (1d16514) - client: added structured fields to errors (#64) (6fbed34)
- api: endpoint expects amount of new allocation price to be a string, not a number (#10) (8cb42ee)
- docs: use correct putAdditionalProperty value (#44) (47731b7)
- unions: fix namespacing in example types for unions that have models (3161a77)
- consistent string literal escaping (#49) (22f2365)
- docs: improve Coupon description (#7) (380b281)
- docs: internal update (#70) (edbf7aa)
- docs: internal update (#71) (bf80944)
- docs: updates price intervals docs (#12) (1df4524)
- gitignore test server logs (#13) (8870a5f)
- internal: codegen related update (#102) (6556c08)
- internal: codegen related update (#41) (a235c7e)
- internal: codegen related update (#42) (1c5b7f0)
- internal: codegen related update (#52) (590a760)
- internal: codegen related update (#68) (eeca719)
- internal: codegen related update (#69) (857bd1e)
- internal: update example values (#104) (96cb62b)
- internal: version bump (#100) (92fa8af)
- internal: version bump (#101) (7aecac4)
- internal: version bump (#83) (a73f398)
- internal: version bump (#99) (d02142b)
- rebuild project due to codegen change (#91) (c0cf2e7)
- rebuild project due to codegen change (#92) (107691e)
- rebuild project due to codegen change (#94) (a845a3c)
- rebuild project due to codegen change (#96) (ebaab63)
Full Changelog: v0.1.0-alpha.8...v0.1.0-alpha.9
- 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) (3f044f5)
- api: add support for adding allocation price to subscription (#8) (94987f0)
- api: add support for query param include_all_blocks (#11) (ce06e75)
- api: api update (#103) (9d315fb)
- api: api update (#105) (3c679a5)
- api: api update (#75) (408cb08)
- api: api update (#76) (9a6b8c3)
- api: api update (#77) (21ef9ef)
- api: api update (#78) (076913c)
- api: api update (#79) (897b6af)
- api: api update (#80) (7b1e076)
- api: api update (#81) (8c187b4)
- api: api update (#84) (ae64e17)
- api: api update (#86) (dadd8e6)
- api: api update (#87) (a6e5e5c)
- api: api update (#88) (df0ce63)
- api: api update (#89) (f8bf75e)
- api: api update (#90) (6747d37)
- api: api update (#95) (f1af6fb)
- api: codegen changes (#39) (fe78ca9)
- api: codegen changes (#48) (c761aa7)
- api: external connections made optional when updating items (#9) (f12c785)
- api: manual updates (#40) (f48f51d)
- api: OpenAPI spec update via Stainless API (#31) (3a0a24f)
- api: OpenAPI spec update via Stainless API (#34) (08810c4)
- api: OpenAPI spec update via Stainless API (#36) (c8f652a)
- api: OpenAPI spec update via Stainless API (#37) (4eb6fd3)
- api: OpenAPI spec update via Stainless API (#38) (757858a)
- api: OpenAPI spec update via Stainless API (#43) (9dbc27f)
- api: OpenAPI spec update via Stainless API (#45) (3e12982)
- api: OpenAPI spec update via Stainless API (#47) (2651152)
- api: OpenAPI spec update via Stainless API (#50) (a297a32)
- api: OpenAPI spec update via Stainless API (#51) (1165133)
- api: OpenAPI spec update via Stainless API (#53) (da12578)
- api: OpenAPI spec update via Stainless API (#54) (8410b5c)
- api: OpenAPI spec update via Stainless API (#55) (a9693dd)
- api: OpenAPI spec update via Stainless API (#56) (d007aaf)
- api: OpenAPI spec update via Stainless API (#57) (13f8644)
- api: OpenAPI spec update via Stainless API (#59) (e8c47fd)
- api: OpenAPI spec update via Stainless API (#61) (0dd9425)
- api: OpenAPI spec update via Stainless API (#62) (1607065)
- api: OpenAPI spec update via Stainless API (#65) (3266176)
- api: OpenAPI spec update via Stainless API (#66) (545f0da)
- api: OpenAPI spec update via Stainless API (#67) (7316f84)
- api: OpenAPI spec update via Stainless API (#72) (849bb2a)
- api: OpenAPI spec update via Stainless API (#73) (7665415)
- api: OpenAPI spec update via Stainless API (#74) (3194456)
- api: updates (#5) (2c0c8e8)
- api: webhook helpers (#93) (1a03014)
- client: add support for
putQueryParamonClientOptions(#6) (1d16514) - client: added structured fields to errors (#64) (6fbed34)
- api: endpoint expects amount of new allocation price to be a string, not a number (#10) (8cb42ee)
- docs: use correct putAdditionalProperty value (#44) (47731b7)
- unions: fix namespacing in example types for unions that have models (3161a77)
- consistent string literal escaping (#49) (22f2365)
- docs: improve Coupon description (#7) (380b281)
- docs: internal update (#70) (edbf7aa)
- docs: internal update (#71) (bf80944)
- docs: updates price intervals docs (#12) (1df4524)
- gitignore test server logs (#13) (8870a5f)
- internal: codegen related update (#102) (6556c08)
- internal: codegen related update (#41) (a235c7e)
- internal: codegen related update (#42) (1c5b7f0)
- internal: codegen related update (#52) (590a760)
- internal: codegen related update (#68) (eeca719)
- internal: codegen related update (#69) (857bd1e)
- internal: update example values (#104) (96cb62b)
- internal: version bump (#100) (92fa8af)
- internal: version bump (#101) (7aecac4)
- internal: version bump (#83) (a73f398)
- internal: version bump (#99) (d02142b)
- rebuild project due to codegen change (#91) (c0cf2e7)
- rebuild project due to codegen change (#92) (107691e)
- rebuild project due to codegen change (#94) (a845a3c)
- rebuild project due to codegen change (#96) (ebaab63)
Full Changelog: v0.1.0-alpha.7...v0.1.0-alpha.8
- 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) (3f044f5)
- api: add support for adding allocation price to subscription (#8) (94987f0)
- api: add support for query param include_all_blocks (#11) (ce06e75)
- api: api update (#75) (408cb08)
- api: api update (#76) (9a6b8c3)
- api: api update (#77) (21ef9ef)
- api: api update (#78) (076913c)
- api: api update (#79) (897b6af)
- api: api update (#80) (7b1e076)
- api: api update (#81) (8c187b4)
- api: api update (#84) (ae64e17)
- api: api update (#86) (dadd8e6)
- api: api update (#87) (a6e5e5c)
- api: api update (#88) (df0ce63)
- api: api update (#89) (f8bf75e)
- api: api update (#90) (6747d37)
- api: api update (#95) (f1af6fb)
- api: codegen changes (#39) (fe78ca9)
- api: codegen changes (#48) (c761aa7)
- api: external connections made optional when updating items (#9) (f12c785)
- api: manual updates (#40) (f48f51d)
- api: OpenAPI spec update via Stainless API (#31) (3a0a24f)
- api: OpenAPI spec update via Stainless API (#34) (08810c4)
- api: OpenAPI spec update via Stainless API (#36) (c8f652a)
- api: OpenAPI spec update via Stainless API (#37) (4eb6fd3)
- api: OpenAPI spec update via Stainless API (#38) (757858a)
- api: OpenAPI spec update via Stainless API (#43) (9dbc27f)
- api: OpenAPI spec update via Stainless API (#45) (3e12982)
- api: OpenAPI spec update via Stainless API (#47) (2651152)
- api: OpenAPI spec update via Stainless API (#50) (a297a32)
- api: OpenAPI spec update via Stainless API (#51) (1165133)
- api: OpenAPI spec update via Stainless API (#53) (da12578)
- api: OpenAPI spec update via Stainless API (#54) (8410b5c)
- api: OpenAPI spec update via Stainless API (#55) (a9693dd)
- api: OpenAPI spec update via Stainless API (#56) (d007aaf)
- api: OpenAPI spec update via Stainless API (#57) (13f8644)
- api: OpenAPI spec update via Stainless API (#59) (e8c47fd)
- api: OpenAPI spec update via Stainless API (#61) (0dd9425)
- api: OpenAPI spec update via Stainless API (#62) (1607065)
- api: OpenAPI spec update via Stainless API (#65) (3266176)
- api: OpenAPI spec update via Stainless API (#66) (545f0da)
- api: OpenAPI spec update via Stainless API (#67) (7316f84)
- api: OpenAPI spec update via Stainless API (#72) (849bb2a)
- api: OpenAPI spec update via Stainless API (#73) (7665415)
- api: OpenAPI spec update via Stainless API (#74) (3194456)
- api: updates (#5) (2c0c8e8)
- api: webhook helpers (#93) (1a03014)
- client: add support for
putQueryParamonClientOptions(#6) (1d16514) - client: added structured fields to errors (#64) (6fbed34)
- api: endpoint expects amount of new allocation price to be a string, not a number (#10) (8cb42ee)
- docs: use correct putAdditionalProperty value (#44) (47731b7)
- unions: fix namespacing in example types for unions that have models (3161a77)
- consistent string literal escaping (#49) (22f2365)
- docs: improve Coupon description (#7) (380b281)
- docs: internal update (#70) (edbf7aa)
- docs: internal update (#71) (bf80944)
- docs: updates price intervals docs (#12) (1df4524)
- gitignore test server logs (#13) (8870a5f)
- internal: codegen related update (#41) (a235c7e)
- internal: codegen related update (#42) (1c5b7f0)
- internal: codegen related update (#52) (590a760)
- internal: codegen related update (#68) (eeca719)
- internal: codegen related update (#69) (857bd1e)
- internal: version bump (#83) (a73f398)
- rebuild project due to codegen change (#91) (c0cf2e7)
- rebuild project due to codegen change (#92) (107691e)
- rebuild project due to codegen change (#94) (a845a3c)
- rebuild project due to codegen change (#96) (ebaab63)
Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7
- api: api update (#75) (408cb08)
- api: api update (#76) (9a6b8c3)
- api: api update (#77) (21ef9ef)
- api: api update (#78) (076913c)
- api: api update (#79) (897b6af)
- api: api update (#80) (7b1e076)
- api: api update (#81) (8c187b4)
- api: OpenAPI spec update via Stainless API (#59) (e8c47fd)
- api: OpenAPI spec update via Stainless API (#61) (0dd9425)
- api: OpenAPI spec update via Stainless API (#62) (1607065)
- api: OpenAPI spec update via Stainless API (#65) (3266176)
- api: OpenAPI spec update via Stainless API (#66) (545f0da)
- api: OpenAPI spec update via Stainless API (#67) (7316f84)
- api: OpenAPI spec update via Stainless API (#72) (849bb2a)
- api: OpenAPI spec update via Stainless API (#73) (7665415)
- api: OpenAPI spec update via Stainless API (#74) (3194456)
- client: added structured fields to errors (#64) (6fbed34)
- docs: internal update (#70) (edbf7aa)
- docs: internal update (#71) (bf80944)
- internal: codegen related update (#68) (eeca719)
- internal: codegen related update (#69) (857bd1e)
Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6
- api: codegen changes (#48) (c761aa7)
- api: OpenAPI spec update via Stainless API (#45) (3e12982)
- api: OpenAPI spec update via Stainless API (#47) (2651152)
- api: OpenAPI spec update via Stainless API (#50) (a297a32)
- api: OpenAPI spec update via Stainless API (#51) (1165133)
- api: OpenAPI spec update via Stainless API (#53) (da12578)
- api: OpenAPI spec update via Stainless API (#54) (8410b5c)
- api: OpenAPI spec update via Stainless API (#55) (a9693dd)
- api: OpenAPI spec update via Stainless API (#56) (d007aaf)
- api: OpenAPI spec update via Stainless API (#57) (13f8644)
Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5
- api: codegen changes (#39) (fe78ca9)
- api: manual updates (#40) (f48f51d)
- api: OpenAPI spec update via Stainless API (#34) (08810c4)
- api: OpenAPI spec update via Stainless API (#36) (c8f652a)
- api: OpenAPI spec update via Stainless API (#37) (4eb6fd3)
- api: OpenAPI spec update via Stainless API (#38) (757858a)
- api: OpenAPI spec update via Stainless API (#43) (9dbc27f)
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) (125924a)
- api: add cadence enum value 'custom' (#25) (847e046)
- api: add methods to prices and invoices (#21) (e4169ae)
- api: deprecate methods 'customers.usage.create' and 'customers.usage.update_by_external_id' (#29) (41ff2f7)
- api: remove methods 'customers.usage.create' and 'customers.usage.update_by_external_id' (#30) (9c9f653)
- client: improve binary return values (#27) (e6fc27a)
- ci: also run workflows for PRs targeting
next(#17) (446a7ab) - ci: limit release doctor target branches (#22) (25a2792)
- ci: run tests in CI (#28) (83b1878)
- docs: document minimum Java version (Java 8) in README (#16) (b4ac601)
- docs: minor update to formatting of API link in README (#19) (8d9dbcd)
- internal: refactor release doctor script (#23) (bc19329)
- internal: remove unused test file (#26) (908c31a)
- minor updates (#20) (fe32256)
- tests: update prism version (#24) (8c504c5)
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) (94987f0)
- api: add support for query param include_all_blocks (#11) (ce06e75)
- api: external connections made optional when updating items (#9) (f12c785)
- api: updates (#5) (2c0c8e8)
- client: add support for
putQueryParamonClientOptions(#6) (1d16514)
- docs: improve Coupon description (#7) (380b281)
- docs: updates price intervals docs (#12) (1df4524)
- gitignore test server logs (#13) (8870a5f)
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 (3161a77)