• chore: release v4.2.0 (#2713)

    frostbyte_neo released this 2025-12-05 15:27:21 +00:00 | 1201 commits to main since this release

    This PR was opened by the Changesets
    release
    GitHub action. When
    you're ready to do a release, you can merge this and publish to npm
    yourself or setup this action to publish
    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

    trigger.dev@4.2.0

    Minor Changes

    • feat(cli): upgrade bun deployments to v1.3.3
      (#2756)

    Patch Changes

    • fix(otel): exported logs and spans will now have matching trace IDs
      (#2724)
    • The --force-local-build flag is now renamed to just --local-build
      (#2702)
    • fix(cli): header will always print the correct profile
      (#2728)
    • feat: add ability to set custom resource properties through
      trigger.config.ts or via the OTEL_RESOURCE_ATTRIBUTES env var
      (#2704)
    • feat(cli): implements content-addressable store for the dev CLI build
      outputs, reducing disk usage
      (#2725)
    • Added support for native build server builds in the deploy command
      (--native-build-server)
      (#2702)
    • Updated dependencies:
      • @trigger.dev/build@4.2.0
      • @trigger.dev/core@4.2.0
      • @trigger.dev/schema-to-json@4.2.0

    @trigger.dev/build@4.2.0

    Patch Changes

    • syncVercelEnvVars to skip API and read env vars directly from
      env.process for Vercel build environments. New syncNeonEnvVars build
      extension for syncing environment variablesfrom Neon database projects
      to Trigger.dev. The extension automatically detects branches and builds
      appropriate PostgreSQL connection strings for non-production, non-dev
      environments (staging, preview).
      (#2729)
    • Updated dependencies:
      • @trigger.dev/core@4.2.0

    @trigger.dev/core@4.2.0

    Patch Changes

    • fix: prevent ERR_IPC_CHANNEL_CLOSED errors from causing an unhandled
      exception on TaskRunProcess
      (#2743)
    • Added support for native build server builds in the deploy command
      (--native-build-server)
      (#2702)

    @trigger.dev/python@4.2.0

    Patch Changes

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

    @trigger.dev/react-hooks@4.2.0

    Patch Changes

    • fix: prevent infinite useEffect when passing an array of tags to
      useRealtimeRunsWithTag
      (#2705)
    • Updated dependencies:
      • @trigger.dev/core@4.2.0

    @trigger.dev/redis-worker@4.2.0

    Patch Changes

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

    @trigger.dev/rsc@4.2.0

    Patch Changes

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

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

    Patch Changes

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

    @trigger.dev/sdk@4.2.0

    Patch Changes

    • fix(sdk): Re-export schemaTask types to prevent the TypeScript error
      TS2742: The inferred type of 'task' cannot be named without a reference
      to '@trigger.dev/core/v3'. This is likely not portable.
      (#2735)
    • feat: add ability to set custom resource properties through
      trigger.config.ts or via the OTEL_RESOURCE_ATTRIBUTES env var
      (#2704)
    • Updated dependencies:
      • @trigger.dev/core@4.2.0

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

    Downloads