Changelog
All Harbor releases, newest first.
This changelog tracks public docs-visible surfaces. Internal monorepo commits only appear here when they change product or SDK behavior.
0.1.2 - 2026-06-05
SDK release lane
- Regenerated the Harbor SDK release artifacts from the current HBR3 source.
- Released v0.1.2 through GitHub release artifacts:
hrbr-client-0.1.2.tgz,hrbr-sdk-0.1.2.tgz, andharbor_sdk-0.1.2-py3-none-any.whl. - Added the generated
@hrbr/sdk/core/contextpublish output. - Refreshed
@hrbr/sdk/inspectwith the current inspect domain surface, including Harbor context entity and file domains. - Updated the TypeScript Effect peer requirement to
effect@4.0.0-beta.70.
0.1.1 - 2026-06-03
SDK release lane
- Regenerated the Harbor SDK release artifacts from the current HBR3 source.
- Released v0.1.1 through GitHub release artifacts:
hrbr-client-0.1.1.tgz,hrbr-sdk-0.1.1.tgz, andharbor_sdk-0.1.1-py3-none-any.whl. - Added the missing
esbuildruntime dependency for regenerated@hrbr/sdkOrbit bundler imports.
0.1.0 - 2026-06-03
SDK release lane
- Added the publish-shaped Harbor SDK repository at github.com/zonko-ai/harbor-sdk.
- Released v0.1.0 through GitHub release artifacts:
hrbr-client-0.1.0.tgz,hrbr-sdk-0.1.0.tgz, andharbor_sdk-0.1.0-py3-none-any.whl. - Documented the two TypeScript packages:
@hrbr/clientfor application code and@hrbr/sdkfor Harbor system surfaces. - Added the Python package lane: distribution package
harbor-sdk, import packageharbor_sdk, with sync and async clients. - Documented runtime execution content blocks for returned text, JSON, and explicit skill bundles.
- Documented the SDK-local platform server and frontend exposed through
@hrbr/sdk/platform/local.
Docs
- Replaced stale SDK placeholders that referenced a non-current
createHarborAPI with the currentcreateHarborClientclient model. - Updated the API overview and SDK reference to make the package boundaries explicit before registry publication.