Skip to content

Upcoming Release Changes - #10925

Merged
eddeee888 merged 1 commit into
masterfrom
changeset-release/master
Aug 23, 2026
Merged

Upcoming Release Changes#10925
eddeee888 merged 1 commit into
masterfrom
changeset-release/master

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 23, 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 master, this PR will be updated.

Releases

@graphql-codegen/cli@7.3.1

Patch Changes

  • #10924
    0c8f5ba
    Thanks @eddeee888! - Fix profiler output not being written to the
    filesystem in watch mode (--profile --watch)

    The profiler trace was only written on the non-watch code path, after the watch-mode early return,
    so a profiled watch session never produced a codegen-*.json file.

    The profiler now writes a fresh trace file after the initial run and after every rebuild, with
    each file containing only that run's events. A failed rebuild does not produce a trace and its
    events are discarded so they don't leak into the next successful run.

    The Profiler now owns its own trace lifecycle:

    • a new clear() method starts a new trace
    • a new outputName property provides the filename for the current trace (null for the noop
      profiler)
    • filename generation was removed from CodegenContext
  • Updated dependencies
    [0c8f5ba]:

    • @graphql-codegen/plugin-helpers@7.2.1

@graphql-codegen/plugin-helpers@7.2.1

Patch Changes

  • #10924
    0c8f5ba
    Thanks @eddeee888! - Fix profiler output not being written to the
    filesystem in watch mode (--profile --watch)

    The profiler trace was only written on the non-watch code path, after the watch-mode early return,
    so a profiled watch session never produced a codegen-*.json file.

    The profiler now writes a fresh trace file after the initial run and after every rebuild, with
    each file containing only that run's events. A failed rebuild does not produce a trace and its
    events are discarded so they don't leak into the next successful run.

    The Profiler now owns its own trace lifecycle:

    • a new clear() method starts a new trace
    • a new outputName property provides the filename for the current trace (null for the noop
      profiler)
    • filename generation was removed from CodegenContext

@github-actions

Copy link
Copy Markdown
Contributor Author

💻 Website Preview

The latest changes are available as preview in: https://pr-10925.graphql-code-generator.pages.dev

@eddeee888
eddeee888 merged commit a2e1d5c into master Aug 23, 2026
17 of 20 checks passed
@eddeee888
eddeee888 deleted the changeset-release/master branch August 23, 2026 14:27
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