v0.1.0-alpha.70
Pre-release
Pre-release
0.1.0-alpha.70 (2025-05-21)
Full Changelog: v0.1.0-alpha.69...v0.1.0-alpha.70
⚠ BREAKING CHANGES
- client: refactor exception structure and methods (#294)
- client: Migration: Previously you would access error JSON on an exception via
exception.error()._additionalProperties()
, which would returnMap<String, JsonValue>
. Now you would access this viaexception.body()
, which returnsJsonValue
. You should no longer assume that the returned error JSON is an object. You can check viaexception.body().asObject()
.
Features
- api: updates (c38b158)
Bug Fixes
Chores
- better phone number examples (#281) (ab7b270)
- client: refactor exception structure and methods (#294) (b45ee94)
- internal: add generated comment (#285) (8947c24)
- internal: add missing release please block (#293) (57b1869)
- internal: codegen related update (#280) (effb81e)
- internal: delete duplicate tests (023a491)
- internal: generate more tests (1c2f123)
- internal: make multipart assertions more robust (dade503)
- internal: make test classes internal (#284) (a494918)
- internal: refactor enum query param serialization (#292) (0e54b37)
- internal: refactor query param serialization impl and tests (#287) (e297af2)
- internal: refactor some test assertions (023a491)
- internal: reformat some tests (#290) (1c2f123)
- internal: remove extra empty newlines (#282) (41c7cbf)
- internal: remove unnecessary
assertNotNull
calls (dade503) - internal: remove unnecessary import (#296) (5c17aa7)
- internal: rename
getPathParam
(#288) (023a491) - internal: reorder some params methodsc (023a491)
- internal: version bump (#289) (424e5ab)