• chore: release v4.5.3 (#4219)

    frostbyte_neo released this 2026-07-10 07:42:34 +00:00 | 348 commits to main since this release

    Summary

    1 improvement, 2 bug fixes.

    Breaking changes

    • Removed support for the end-of-life v3 trigger dev CLI. Starting a
      dev session with an old v3 CLI now returns an upgrade message instead of
      connecting - upgrade to the v4 CLI to continue using trigger dev.
      (#4198)

    Bug fixes

    • Fix TS2742 ("inferred type cannot be named") when exporting a
      chat.agent from a project with declaration emit: ChatTaskWirePayload
      and ChatInputChunk are now declared in the public
      @trigger.dev/sdk/chat subpath, so inferred agent types emit portable
      declarations and the wire types are directly importable.
      (#4218)

    Server changes

    These changes affect the self-hosted Docker image and Trigger.dev Cloud:

    • Reduce primary database load on the runs page by serving its
      empty-state check from ClickHouse instead of Postgres.
      (#4202)
    • Fixed submitting your email on the login page reloading back to an
      empty form instead of showing the magic link confirmation screen.
      (#4215)
    Raw changeset output

    Releases

    @trigger.dev/build@4.5.3

    Patch Changes

    • Updated dependencies:
      • @trigger.dev/core@4.5.3

    trigger.dev@4.5.3

    Patch Changes

    • Updated dependencies:
      • @trigger.dev/build@4.5.3
      • @trigger.dev/core@4.5.3
      • @trigger.dev/schema-to-json@4.5.3

    @trigger.dev/python@4.5.3

    Patch Changes

    • Updated dependencies:
      • @trigger.dev/sdk@4.5.3
      • @trigger.dev/build@4.5.3
      • @trigger.dev/core@4.5.3

    @trigger.dev/react-hooks@4.5.3

    Patch Changes

    • Updated dependencies:
      • @trigger.dev/core@4.5.3

    @trigger.dev/redis-worker@4.5.3

    Patch Changes

    • Updated dependencies:
      • @trigger.dev/core@4.5.3

    @trigger.dev/rsc@4.5.3

    Patch Changes

    • Updated dependencies:
      • @trigger.dev/core@4.5.3

    @trigger.dev/schema-to-json@4.5.3

    Patch Changes

    • Updated dependencies:
      • @trigger.dev/core@4.5.3

    @trigger.dev/sdk@4.5.3

    Patch Changes

    • Fix TS2742 ("inferred type cannot be named") when exporting a
      chat.agent from a project with declaration emit: ChatTaskWirePayload
      and ChatInputChunk are now declared in the public
      @trigger.dev/sdk/chat subpath, so inferred agent types emit portable
      declarations and the wire types are directly importable.
      (#4218)
    • Updated dependencies:
      • @trigger.dev/core@4.5.3

    @trigger.dev/core@4.5.3

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

    Downloads