Releases: objectstack-ai/framework
@objectstack/client-react@4.1.1
Patch Changes
- Updated dependencies [5326c6b]
- @objectstack/client@4.1.1
- @objectstack/spec@4.1.1
- @objectstack/core@4.1.1
@objectstack/cli@5.1.0
Patch Changes
- Updated dependencies [75f4ee6]
- Updated dependencies [823d559]
- @objectstack/spec@5.1.0
- @objectstack/objectql@5.1.0
- @objectstack/client@5.1.0
- @objectstack/core@5.1.0
- @objectstack/driver-memory@5.1.0
- @objectstack/driver-mongodb@5.1.0
- @objectstack/driver-sql@5.1.0
- @objectstack/driver-turso@5.1.0
- @objectstack/plugin-approvals@5.1.0
- @objectstack/plugin-audit@5.1.0
- @objectstack/plugin-auth@5.1.0
- @objectstack/plugin-email@5.1.0
- @objectstack/plugin-hono-server@5.1.0
- @objectstack/plugin-mcp-server@5.1.0
- @objectstack/plugin-reports@5.1.0
- @objectstack/plugin-security@5.1.0
- @objectstack/plugin-sharing@5.1.0
- @objectstack/rest@5.1.0
- @objectstack/runtime@5.1.0
- @objectstack/service-ai@5.1.0
- @objectstack/service-analytics@5.1.0
- @objectstack/service-automation@5.1.0
- @objectstack/service-cache@5.1.0
- @objectstack/service-feed@5.1.0
- @objectstack/service-job@5.1.0
- @objectstack/service-package@5.1.0
- @objectstack/service-queue@5.1.0
- @objectstack/service-realtime@5.1.0
- @objectstack/service-settings@5.1.0
- @objectstack/service-storage@5.1.0
@objectstack/cli@5.0.0
Patch Changes
-
9e51868: Server-side artifact-file watcher; CLI no longer posts to the HMR
endpoint on recompile (ADR-0008 M0 PR-8).MetadataPlugin.start()now attaches a chokidar watcher on the
artifactSource.pathwhen running in local-file mode withwatch !== false. On every artifact change it re-invokes_loadFromLocalFile
and broadcasts areloadevent through the HMR hub. This replaces
the previous arrangement whereos dev's watch-recompile loop POSTed
/api/v1/dev/metadata-eventsto trigger a reload — the server is now
autonomous.The CLI
devcommand's recompile loop drops the POST call; the
/api/v1/dev/metadata-eventsroute remains available for external
trigger sources (cloud webhooks, git hooks, ad-hoc curl).MetadataPlugin.stop()closes the artifact watcher cleanly. -
Updated dependencies [5e9dcb4]
-
Updated dependencies [f139a24]
-
Updated dependencies [4eb9f8c]
-
Updated dependencies [2f7e42a]
-
Updated dependencies [602cce7]
-
Updated dependencies [1e625b8]
-
Updated dependencies [6ee42b8]
-
Updated dependencies [888a5c1]
-
Updated dependencies [5cfdc85]
-
Updated dependencies [09f005a]
-
Updated dependencies [7825394]
-
Updated dependencies [96ad4df]
-
Updated dependencies [df18ae9]
-
Updated dependencies [2f9073a]
- @objectstack/objectql@5.0.0
- @objectstack/runtime@5.0.0
- @objectstack/rest@5.0.0
- @objectstack/spec@5.0.0
- @objectstack/client@5.0.0
- @objectstack/plugin-sharing@5.0.0
- @objectstack/plugin-approvals@5.0.0
- @objectstack/plugin-audit@5.0.0
- @objectstack/plugin-auth@5.0.0
- @objectstack/plugin-email@5.0.0
- @objectstack/plugin-reports@5.0.0
- @objectstack/plugin-security@5.0.0
- @objectstack/service-ai@5.0.0
- @objectstack/service-job@5.0.0
- @objectstack/service-queue@5.0.0
- @objectstack/service-realtime@5.0.0
- @objectstack/service-settings@5.0.0
- @objectstack/core@5.0.0
- @objectstack/driver-memory@5.0.0
- @objectstack/driver-mongodb@5.0.0
- @objectstack/driver-sql@5.0.0
- @objectstack/driver-turso@5.0.0
- @objectstack/plugin-hono-server@5.0.0
- @objectstack/plugin-mcp-server@5.0.0
- @objectstack/service-analytics@5.0.0
- @objectstack/service-automation@5.0.0
- @objectstack/service-cache@5.0.0
- @objectstack/service-feed@5.0.0
- @objectstack/service-package@5.0.0
- @objectstack/service-storage@5.0.0
@objectstack/cli@4.2.0
Patch Changes
-
3a99239: Metadata HMR via SSE — close the agent-edits → preview-refresh loop.
@objectstack/metadata: register/api/v1/dev/metadata-eventsSSE endpoint unconditionally;
addPOSTtrigger that reloads the artifact and broadcasts areloadevent to all listeners.@objectstack/cli(os dev): chokidar-based watch onobjectstack.config.tsandsrc/;
debounced recompile +POSTto the HMR endpoint so the server reloads without restart.@objectstack/studio:useMetadataHmrprovider opens anEventSource, exposes a version
counter; previews include it in their query deps, and a top-bar badge surfaces connection
state and event counts for diagnostics.
-
Updated dependencies [2869891]
- @objectstack/spec@4.2.0
- @objectstack/objectql@4.2.0
- @objectstack/rest@4.2.0
- @objectstack/client@4.2.0
- @objectstack/runtime@4.2.0
- @objectstack/core@4.2.0
- @objectstack/driver-memory@4.2.0
- @objectstack/driver-mongodb@4.2.0
- @objectstack/driver-sql@4.2.0
- @objectstack/driver-turso@4.2.0
- @objectstack/plugin-approvals@4.2.0
- @objectstack/plugin-audit@4.2.0
- @objectstack/plugin-auth@4.2.0
- @objectstack/plugin-email@4.2.0
- @objectstack/plugin-hono-server@4.2.0
- @objectstack/plugin-mcp-server@4.2.0
- @objectstack/plugin-reports@4.2.0
- @objectstack/plugin-security@4.2.0
- @objectstack/plugin-sharing@4.2.0
- @objectstack/service-ai@4.2.0
- @objectstack/service-analytics@4.2.0
- @objectstack/service-automation@4.2.0
- @objectstack/service-cache@4.2.0
- @objectstack/service-feed@4.2.0
- @objectstack/service-job@4.2.0
- @objectstack/service-package@4.2.0
- @objectstack/service-queue@4.2.0
- @objectstack/service-realtime@4.2.0
- @objectstack/service-settings@4.2.0
- @objectstack/service-storage@4.2.0
@objectstack/cli@4.1.1
Patch Changes
- Updated dependencies [5326c6b]
- @objectstack/client@4.1.1
- @objectstack/spec@4.1.1
- @objectstack/core@4.1.1
- @objectstack/objectql@4.1.1
- @objectstack/runtime@4.1.1
- @objectstack/rest@4.1.1
- @objectstack/driver-memory@4.1.1
- @objectstack/driver-sql@4.1.1
- @objectstack/driver-turso@4.1.1
- @objectstack/driver-mongodb@4.1.1
- @objectstack/plugin-approvals@4.1.1
- @objectstack/plugin-audit@4.1.1
- @objectstack/plugin-auth@4.1.1
- @objectstack/plugin-email@4.1.1
- @objectstack/plugin-hono-server@4.1.1
- @objectstack/plugin-mcp-server@4.1.1
- @objectstack/plugin-reports@4.1.1
- @objectstack/plugin-security@4.1.1
- @objectstack/plugin-sharing@4.1.1
- @objectstack/service-ai@4.1.1
- @objectstack/service-analytics@4.1.1
- @objectstack/service-automation@4.1.1
- @objectstack/service-cache@4.1.1
- @objectstack/service-feed@4.1.1
- @objectstack/service-job@4.1.1
- @objectstack/service-package@4.1.1
- @objectstack/service-queue@4.1.1
- @objectstack/service-realtime@4.1.1
- @objectstack/service-settings@4.1.1
- @objectstack/service-storage@4.1.1
@objectstack/account@5.1.0
@objectstack/account@5.0.0
Major Changes
-
bb32755: Publish
@objectstack/accountand@objectstack/consoleto npm (major release).Previously both apps were marked
private: true, which preventedchangeset publish
from releasing them. The CLI (@objectstack/cli) resolves these packages from
node_modules/@objectstack/{account,console,studio}to serve their builtdist
assets, so third-party projects could not consume them viapnpm add.- Removed
private: truefromapps/accountandapps/console. - Added
publishConfig.access: publictoaccount,console, andstudiofor
scoped-package publish safety.
- Removed
Patch Changes
- Updated dependencies [2f9073a]
- @objectstack/spec@5.0.0
- @objectstack/client@5.0.0
- @objectstack/client-react@5.0.0
create-objectstack@4.1.0
create-objectstack@4.1.0
@objectstack/types@4.1.0
@objectstack/sveltekit@4.1.0
@objectstack/sveltekit@4.1.0