Skip to content

Conversation

StarpTech
Copy link
Collaborator

@StarpTech StarpTech commented Sep 24, 2025

🤖 I have created a release beep boop

1.6.0 (2025-10-21)

Features

Bug Fixes

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

This PR was generated with Release Please. See documentation.

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

Copy link
Contributor

coderabbitai bot commented Sep 24, 2025

Walkthrough

Adds a 1.6.0 entry to execution/CHANGELOG.md documenting support for the oneOf directive, validation of optional @requires dependencies, and a bug fix for propagation of fetch reasons for interface-related fields; bumps execution from 1.5.0 to 1.6.0 in release-please-manifest.json. No code or public API changes.

Changes

Cohort / File(s) Summary
Changelog update
execution/CHANGELOG.md
Appends a 1.6.0 entry with a Features section documenting support for the oneOf directive and validation of optional @requires dependencies, and a Bug Fixes section about propagation of fetch reasons for interface-related fields; no code changes.
Release manifest bump
release-please-manifest.json
Updates execution version from 1.5.0 to 1.6.0; no other fields or public declarations changed.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

autorelease: tagged

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 "chore(master): release execution 1.6.0" is fully aligned with the main objective of the changeset. The title accurately describes the primary action—releasing version 1.6.0 of the execution package—which is reflected in the modifications to both execution/CHANGELOG.md (adding 1.6.0 release notes) and release-please-manifest.json (bumping the version number). The title follows conventional commit conventions with an appropriate "chore" type for maintenance/release tasks, is concise and specific, and would allow a teammate scanning the repository history to immediately understand that this is a release PR for execution v1.6.0.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release-please--branches--master--components--execution

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 3ead944 and 217ae91.

📒 Files selected for processing (2)
  • execution/CHANGELOG.md (1 hunks)
  • release-please-manifest.json (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • execution/CHANGELOG.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: Build and test (go 1.25 / ubuntu-latest)
  • GitHub Check: Build and test (go 1.25 / windows-latest)
🔇 Additional comments (1)
release-please-manifest.json (1)

1-4: Version bump looks good.

The execution version is correctly bumped from 1.5.0 to 1.6.0 following semantic versioning conventions, and the v2 version remains unchanged at 2.0.0-rc.231.

Please verify that execution/CHANGELOG.md has been updated with a corresponding 1.6.0 entry documenting the features and bug fixes mentioned in the PR objectives (oneOf directive support, optional @requires validation, and fetch reasons propagation).


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

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between ba75e25 and d0c1096.

📒 Files selected for processing (2)
  • execution/CHANGELOG.md (1 hunks)
  • release-please-manifest.json (1 hunks)
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-08-29T09:35:47.969Z
Learnt from: ysmolski
PR: wundergraph/graphql-go-tools#1282
File: v2/pkg/engine/plan/visitor.go:5-5
Timestamp: 2025-08-29T09:35:47.969Z
Learning: The wundergraph/graphql-go-tools project does not support Go versions < 1.23, so compatibility concerns for features available in Go 1.21+ (like cmp.Or) should not be raised.

Applied to files:

  • execution/CHANGELOG.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: Build and test (go 1.25 / ubuntu-latest)
  • GitHub Check: Build and test (go 1.25 / windows-latest)
🔇 Additional comments (1)
release-please-manifest.json (1)

3-3: Version bump looks good.

Execution component correctly bumped to 1.6.0; aligns with the changelog entry.

@StarpTech StarpTech force-pushed the release-please--branches--master--components--execution branch 4 times, most recently from ffb7588 to cd48065 Compare September 25, 2025 13:29
@StarpTech StarpTech force-pushed the release-please--branches--master--components--execution branch 6 times, most recently from dfe32e7 to f53a1fb Compare October 9, 2025 14:05
@StarpTech StarpTech force-pushed the release-please--branches--master--components--execution branch 5 times, most recently from 1b4605c to 3ead944 Compare October 20, 2025 13:49
@StarpTech StarpTech force-pushed the release-please--branches--master--components--execution branch from 3ead944 to 217ae91 Compare October 21, 2025 08:47
@ysmolski ysmolski merged commit 363b784 into master Oct 21, 2025
8 checks passed
@ysmolski ysmolski deleted the release-please--branches--master--components--execution branch October 21, 2025 09:04
@StarpTech
Copy link
Collaborator Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants