Skip to content

Releases: objectstack-ai/framework

@objectstack/client-react@4.1.1

22 May 06:29
c3b6713

Choose a tag to compare

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

22 May 16:02
3ec28b4

Choose a tag to compare

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

22 May 15:30
378e5ef

Choose a tag to compare

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.path when running in local-file mode with watch !== false. On every artifact change it re-invokes _loadFromLocalFile
    and broadcasts a reload event through the HMR hub. This replaces
    the previous arrangement where os dev's watch-recompile loop POSTed
    /api/v1/dev/metadata-events to trigger a reload — the server is now
    autonomous.

    The CLI dev command's recompile loop drops the POST call; the
    /api/v1/dev/metadata-events route 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

22 May 08:47
bcdae40

Choose a tag to compare

Patch Changes

  • 3a99239: Metadata HMR via SSE — close the agent-edits → preview-refresh loop.

    • @objectstack/metadata: register /api/v1/dev/metadata-events SSE endpoint unconditionally;
      add POST trigger that reloads the artifact and broadcasts a reload event to all listeners.
    • @objectstack/cli (os dev): chokidar-based watch on objectstack.config.ts and src/;
      debounced recompile + POST to the HMR endpoint so the server reloads without restart.
    • @objectstack/studio: useMetadataHmr provider opens an EventSource, 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

22 May 06:31
c3b6713

Choose a tag to compare

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

22 May 16:01
3ec28b4

Choose a tag to compare

Patch Changes

  • Updated dependencies [75f4ee6]
  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/client@5.1.0
    • @objectstack/client-react@5.1.0

@objectstack/account@5.0.0

22 May 15:29
378e5ef

Choose a tag to compare

Major Changes

  • bb32755: Publish @objectstack/account and @objectstack/console to npm (major release).

    Previously both apps were marked private: true, which prevented changeset publish
    from releasing them. The CLI (@objectstack/cli) resolves these packages from
    node_modules/@objectstack/{account,console,studio} to serve their built dist
    assets, so third-party projects could not consume them via pnpm add.

    • Removed private: true from apps/account and apps/console.
    • Added publishConfig.access: public to account, console, and studio for
      scoped-package publish safety.

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

21 May 13:51
549abc0

Choose a tag to compare

create-objectstack@4.1.0

@objectstack/types@4.1.0

21 May 13:51
549abc0

Choose a tag to compare

Patch Changes

  • Updated dependencies [2108c30]
  • Updated dependencies [23db640]
    • @objectstack/spec@4.1.0

@objectstack/sveltekit@4.1.0

21 May 13:50
549abc0

Choose a tag to compare

@objectstack/sveltekit@4.1.0