Skip to main content

Changelog

0.5.1

  • Added supplier lifecycle status subscription support via Supplier.withStatusListener(...).

0.5.0

  • Added collection output support, so suppliers can return grouped/list-style outputs in a single request flow.
  • Added request-level API parity updates with Java SDK behavior, including better handling of per-request collection data.
  • Improved compatibility for newer dataset endpoints and aligned request/dataset identity behavior with other SDKs.
  • Improved output typing and schema-based template input typing, making TypeScript inference more accurate in client code.
  • Improved metadata propagation in request flows, so metadata attached to collection requests is preserved consistently.

0.4.0

  • Added support for custom root CA configuration when connecting to Sixpack services in restricted/corporate environments.
  • Improved SDK error handling around supplier execution and service communication, with clearer failure behavior.
  • Improved Windows build reliability by updating clean/build tooling used by the released SDK package.