Skip to content

fix: bump engine to v2.0.0-rc.231 for execution#1329

Merged
devsergiy merged 2 commits intomasterfrom
yury/prepare-execution-release
Oct 21, 2025
Merged

fix: bump engine to v2.0.0-rc.231 for execution#1329
devsergiy merged 2 commits intomasterfrom
yury/prepare-execution-release

Conversation

@ysmolski
Copy link
Copy Markdown
Contributor

@ysmolski ysmolski commented Oct 21, 2025

Summary by CodeRabbit

  • Chores
    • Updated internal dependencies to latest compatible versions for improved stability and security.

@ysmolski ysmolski requested a review from a team as a code owner October 21, 2025 08:08
@ysmolski ysmolski requested review from Noroth and StarpTech October 21, 2025 08:08
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Oct 21, 2025

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • execution/go.sum is excluded by !**/*.sum

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The pull request updates dependency versions in execution/go.mod, including bumping github.com/wundergraph/graphql-go-tools/v2 from rc.230 to rc.231 and updating several indirect dependencies for golang.org packages. No code logic, error handling, or control-flow changes are introduced.

Changes

Cohort / File(s) Change Summary
Dependency Version Updates
execution/go.mod
Updated github.com/wundergraph/graphql-go-tools/v2 from rc.230 to rc.231; bumped indirect dependencies including golang.org/x/mod (v0.28.0 → v0.29.0), golang.org/x/net (v0.44.0 → v0.46.0), golang.org/x/sys (v0.36.0 → v0.37.0), golang.org/x/text (v0.29.0 → v0.30.0), golang.org/x/tools (v0.37.0 → v0.38.0), and github.com/xrash/smetrics (20240521201337-686a1a2994c1 → 20250705151800-55b8f293f342)

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~5 minutes

Possibly related PRs

  • chore(master): release 2.0.0-rc.231 #1327: Releases github.com/wundergraph/graphql-go-tools v2.0.0-rc.231, which is the exact version this PR updates the execution module dependency to.

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The pull request title "fix: bump engine to v2.0.0-rc.231 for execution" accurately describes the primary change in the changeset. The raw summary confirms that the main modification is updating the github.com/wundergraph/graphql-go-tools/v2 dependency from rc.230 to rc.231 in the execution/go.mod file, which aligns directly with what the title conveys. The title is concise, specific, and clearly indicates this is a dependency version bump for a specific module, making it easy for reviewers scanning the history to understand the primary change at a glance.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.

Comment @coderabbitai help to get the list of available commands and usage tips.

@devsergiy devsergiy merged commit ebddb25 into master Oct 21, 2025
6 checks passed
@devsergiy devsergiy deleted the yury/prepare-execution-release branch October 21, 2025 08:47
ysmolski pushed a commit that referenced this pull request Oct 21, 2025
🤖 I have created a release *beep* *boop*
---


##
[1.6.0](execution/v1.5.0...execution/v1.6.0)
(2025-10-21)


### Features

* support the oneOf directive
([#1308](#1308))
([251cb02](251cb02))
* validate presence of optional [@requires](https://github.com/requires)
dependencies
([#1297](#1297))
([ba75e25](ba75e25))


### Bug Fixes

* bump engine to v2.0.0-rc.231 for execution
([#1329](#1329))
([ebddb25](ebddb25))
* propagate fetch reasons for interface-related fields
([#1312](#1312))
([5ee3014](5ee3014))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **New Features**
  * Added oneOf directive support
  * Added validation of optional @requires dependencies

* **Bug Fixes**
  * Fixed fetch reason propagation for interface-related fields

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
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.

2 participants