0.5.0
- Added support for collection-style inputs and non-flat outputs in generation flows.
- Added support for selecting outputs by output kind when multiple output shapes are available.
- Improved obtain error reporting to make failures easier to understand and troubleshoot.
- Updated the request flow to align with the latest dataset API contract.
- Added supplier lifecycle status subscription support via
withStatusListener(...).
0.4.0
- Added more detailed registration error information for failed supplier/generator registration.
- Updated generation behavior and schema handling to match the
0.4.0 API contract.
- Updated SDK data mapping to reflect current generation and runtime payloads.
- Removed legacy response handling paths that were replaced by the
0.4.0 contract.
- Improved registration failure diagnostics by printing the underlying cause.
0.3.0
- Added a default
SIXPACK_URL fallback to simplify first-time setup.
- Updated the Java client API to improve usability and consistency.
- Improved parameter validation and error messages during client initialization and usage.
- Fixed default URL logging behavior when falling back to the SDK default endpoint.