Skip to content

chore(release): version packages#5

Merged
glockyco merged 1 commit into
mainfrom
changeset-release/main
Jun 4, 2026
Merged

chore(release): version packages#5
glockyco merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@hotrepl/protocol@4.0.0

Major Changes

  • #2
    5725a51
    Thanks @glockyco! - Eval and subscription results now return
    properly typed output. value is emitted as native JSON instead of a JSON-encoded string,
    valueType carries the .NET type name, and a truncated / truncatedBytes pair signals when a
    result exceeds maxResultLength (in which case value is null rather than partial, invalid
    JSON).

    This is a breaking change for consumers that previously parsed value a second time.
    Session.eval<T>() and Session.watch<T>() now return the typed value directly and expose
    truncated / truncatedBytes.

@hotrepl/sdk@4.0.0

Major Changes

  • #2
    5725a51
    Thanks @glockyco! - Eval and subscription results now return
    properly typed output. value is emitted as native JSON instead of a JSON-encoded string,
    valueType carries the .NET type name, and a truncated / truncatedBytes pair signals when a
    result exceeds maxResultLength (in which case value is null rather than partial, invalid
    JSON).

    This is a breaking change for consumers that previously parsed value a second time.
    Session.eval<T>() and Session.watch<T>() now return the typed value directly and expose
    truncated / truncatedBytes.

Minor Changes

  • #2
    74d2b68
    Thanks @glockyco! - Handle assembly reloads and cancellation in the
    SDK. Session.onAssemblyReload surfaces hot-reload pushes that were previously dropped and
    invalidates the cached command catalog and descriptors so stale schemas are not reused.
    Session.cancel(targetId) cancels an active eval or subscription, and watch() now cancels its
    server subscription automatically when the iterator stops before final. FakeRuntime gains
    matching helpers (onAssemblyReload/emitAssemblyReload, cancel/cancelled).

Patch Changes

  • Updated dependencies
    [5725a51]:
    • @hotrepl/protocol@4.0.0

@hotrepl/cli@3.0.1

Patch Changes

@hotrepl/mcp@3.0.1

Patch Changes

@glockyco glockyco merged commit 87c657e into main Jun 4, 2026
@glockyco glockyco deleted the changeset-release/main branch June 4, 2026 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant