release: v0.9.0 - #162
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Note Other AI code review bot(s) detectedCodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review. WalkthroughThis is a version bump release from 0.8.0 to 0.9.0. Changes update SDK version constants, project metadata, and changelog documentation. The changelog documents the new server-side BatchCheck() feature using the /batch-check API endpoint. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
CHANGELOG.md (1)
3-20: Fix the v0.9.0 compare URL in the changelog.The new v0.9.0 section and Unreleased compare target look good overall, but the compare link for v0.9.0 still points to the 0.7.0→0.8.0 range:
### [0.9.0](https://github.com/openfga/dotnet-sdk/compare/v0.7.0...v0.8.0) (2025-12-01)This should compare
v0.8.0...v0.9.0instead:-### [0.9.0](https://github.com/openfga/dotnet-sdk/compare/v0.7.0...v0.8.0) (2025-12-01) +### [0.9.0](https://github.com/openfga/dotnet-sdk/compare/v0.8.0...v0.9.0) (2025-12-01)Everything else in the v0.9.0 entry (BatchCheck details, breaking-change note, ApiToken fix) reads clearly and matches the PR description.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
CHANGELOG.md(1 hunks)src/OpenFga.Sdk/Constants/FgaConstants.cs(1 hunks)src/OpenFga.Sdk/OpenFga.Sdk.csproj(1 hunks)
🧰 Additional context used
🧠 Learnings (2)
📚 Learning: 2025-09-30T04:00:25.010Z
Learnt from: evansims
Repo: openfga/dotnet-sdk PR: 122
File: docs/Users.md:7-7
Timestamp: 2025-09-30T04:00:25.010Z
Learning: The docs/ folder in the openfga/dotnet-sdk repository contains auto-generated API documentation from code comments. Markdown formatting issues in files under docs/ should be disregarded as they are generated and not manually edited.
Applied to files:
src/OpenFga.Sdk/OpenFga.Sdk.csprojsrc/OpenFga.Sdk/Constants/FgaConstants.cs
📚 Learning: 2025-09-30T04:00:16.791Z
Learnt from: evansims
Repo: openfga/dotnet-sdk PR: 122
File: docs/Nodes.md:7-7
Timestamp: 2025-09-30T04:00:16.791Z
Learning: The docs/ directory in the openfga/dotnet-sdk repository contains auto-generated documentation files that should not be manually edited. Markdown formatting issues in these files should be disregarded during review.
Applied to files:
src/OpenFga.Sdk/OpenFga.Sdk.csproj
⏰ 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). (9)
- GitHub Check: Agent
- GitHub Check: CodeQL analysis (csharp)
- GitHub Check: Test net8.0 on macos-latest
- GitHub Check: Test netcoreapp3.1 on windows-latest
- GitHub Check: Test net8.0 on windows-latest
- GitHub Check: Test net8.0 on ubuntu-latest
- GitHub Check: Test net9.0 on ubuntu-latest
- GitHub Check: Test net48 on windows-latest
- GitHub Check: Analyze (csharp)
🔇 Additional comments (1)
src/OpenFga.Sdk/Constants/FgaConstants.cs (1)
23-28: Version constants correctly updated for 0.9.0.
SdkVersionandUserAgentare consistently bumped to 0.9.0 and match the project versioning; no further changes needed here.
There was a problem hiding this comment.
Pull request overview
This is a release PR bumping the OpenFGA .NET SDK from version 0.8.0 to 0.9.0. The release includes a new server-side BatchCheck() method, a breaking change renaming the existing BatchCheck() to ClientBatchCheck(), and a bug fix for ApiToken credentials causing reserved header exceptions.
Key Changes:
- Version numbers updated from 0.8.0 to 0.9.0 across project files and constants
- CHANGELOG.md updated with v0.9.0 release notes including added features, breaking changes, and bug fixes
- Updated unreleased section to compare against v0.9.0
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/OpenFga.Sdk/OpenFga.Sdk.csproj | Updated package version from 0.8.0 to 0.9.0 |
| src/OpenFga.Sdk/Constants/FgaConstants.cs | Updated SdkVersion and UserAgent constants to 0.9.0 |
| CHANGELOG.md | Added v0.9.0 release notes and updated unreleased section comparison |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Added
BatchCheck()method using/batch-checkAPI endpointChanged
BatchCheck()renamed toClientBatchCheck()BatchCheck()method requires OpenFGA server v1.8.0+Fixed
What problem is being solved?
How is it being solved?
What changes are made to solve it?
References
Review Checklist
mainSummary by CodeRabbit
New Features
Chores
✏️ Tip: You can customize this high-level summary in your review settings.