SDK changelog

The Boost.space SDKs are generated from the REST API spec through one deterministic pipeline, so all four languages move together and track the API changelog. Their public surface changes only through a reviewed manifest — an unchanged API regenerates byte-for-byte.

Each release classifies changes by semantic versioning:

  • Major — a breaking change to the generated surface (renamed/removed methods or models).
  • Minor — new resources, methods, or relationship-navigation helpers (backwards-compatible).
  • Patch — fixes and internals with no surface change.

Conventions

All four SDKs share the same behavior, so changelog entries apply across languages unless a package is called out:

  • @boost-space/sdk (TypeScript) · boostspace-sdk (Python) — published now.
  • PHP and Go — coming soon.
  • Bearer auth, automatic retries, header-driven pagination, typed errors.

Releases

Release notes ship with each package on npm and PyPI. New API operations (see the API changelog) surface as new SDK methods in the next SDK release.