Conversation
WalkthroughThis change updates the version string for the v2 release from 2.0.0-rc.216 to 2.0.0-rc.217 in the release manifest and adds a corresponding entry to the changelog documenting a bug fix related to GraphQL skip/include directives. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
v2/CHANGELOG.md (1)
3-9: Minor formatting nit – keep list style consistent
All recent changelog sections use a leading space before the asterisk, e.g.* generate query plans …The new entry omits that leading space. For perfect consistency:
-* add an option to ignore skip/include directives ... +* add an option to ignore skip/include directives ...
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
release-please-manifest.json(1 hunks)v2/CHANGELOG.md(1 hunks)
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: in the graphql-go-tools codebase, result structs are consistently initialized with non-nil bytes.buf...
Learnt from: SkArchon
PR: wundergraph/graphql-go-tools#1203
File: v2/pkg/engine/resolve/loader.go:63-67
Timestamp: 2025-07-02T15:28:02.122Z
Learning: In the graphql-go-tools codebase, result structs are consistently initialized with non-nil bytes.Buffer instances, making additional nil checks for res.out unnecessary defensive programming.
Applied to files:
v2/CHANGELOG.md
🔇 Additional comments (1)
release-please-manifest.json (1)
2-3: Version bump looks correct and consistent with the accompanying changelog
Nothing else to flag.
|
🤖 Created releases: 🌻 |
🤖 I have created a release beep boop
2.0.0-rc.217 (2025-08-06)
Bug Fixes
This PR was generated with Release Please. See documentation.
Summary by CodeRabbit
Bug Fixes
Documentation