Skip to content

Release v4.4.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 04:02
· 30 commits to main since this release
56a0ba9

Added

  • api-bones-sdk-gen — new crate (CLI) for generating Brefwiz Rust + TypeScript SDKs
    with default-on ApiResponse envelope handling.
  • api-bones-sdk-gen: rewrite_envelope_types post-processing step rewrites
    AxiosPromise<XxxResponse>AxiosPromise<XxxResponseData> in generated api.ts so
    resp.data is statically typed as the unwrapped payload after the axios interceptor runs.
  • api-bones-progenitor — envelope-stripping ClientHooks for progenitor-generated
    Rust SDKs.

Changed

  • All satellite crates (api-bones-tower, api-bones-reqwest, api-bones-progenitor,
    api-bones-sdk-gen) aligned to the workspace version (4.4.0).