Skip to content

release: v0.9.0 - #162

Merged
SoulPancake merged 4 commits into
mainfrom
release/v0.9.0
Dec 2, 2025
Merged

release: v0.9.0#162
SoulPancake merged 4 commits into
mainfrom
release/v0.9.0

Conversation

@SoulPancake

@SoulPancake SoulPancake commented Dec 1, 2025

Copy link
Copy Markdown
Member

Description

Added

  • feat: add server-side BatchCheck() method using /batch-check API endpoint

Changed

Fixed

What problem is being solved?

How is it being solved?

What changes are made to solve it?

References

Review Checklist

  • I have clicked on "allow edits by maintainers".
  • I have added documentation for new/changed functionality in this PR or in a PR to openfga.dev [Provide a link to any relevant PRs in the references section above]
  • The correct base branch is being used, if not main
  • I have added tests to validate that the change in functionality is working as expected

Summary by CodeRabbit

  • New Features

    • Added server-side BatchCheck() support using the /batch-check API endpoint for batch checking operations.
  • Chores

    • Version bumped to 0.9.0.

✏️ Tip: You can customize this high-level summary in your review settings.

Copilot AI review requested due to automatic review settings December 1, 2025 17:32
@SoulPancake
SoulPancake requested a review from a team as a code owner December 1, 2025 17:32
@coderabbitai

coderabbitai Bot commented Dec 1, 2025

Copy link
Copy Markdown

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

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

Note

Other AI code review bot(s) detected

CodeRabbit 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.

Walkthrough

This 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

Cohort / File(s) Change Summary
Release 0.9.0 Version Bump
CHANGELOG.md, src/OpenFga.Sdk/Constants/FgaConstants.cs, src/OpenFga.Sdk/OpenFga.Sdk.csproj
Updated version from 0.8.0 to 0.9.0 across changelog (new section with BatchCheck feature entry), public constants (SdkVersion, UserAgent), and project metadata.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • release: v0.6.0 #125 — Prior release bump PR that similarly updates SDK version and user-agent constants along with project Version metadata.

Suggested labels

release

Suggested reviewers

  • evansims

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 title 'release: v0.9.0' directly and clearly summarizes the main change—a version release bump. It accurately reflects the primary changeset which updates version constants, package metadata, and changelog for v0.9.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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.

❤️ Share

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

@dosubot

dosubot Bot commented Dec 1, 2025

Copy link
Copy Markdown

Related Documentation

Checked 6 published document(s) in 1 knowledge base(s). No updates required.

How did I do? Any feedback?  Join Discord

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.0 instead:

-### [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

📥 Commits

Reviewing files that changed from the base of the PR and between 8483107 and 9ddd901.

📒 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.csproj
  • src/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.

SdkVersion and UserAgent are consistently bumped to 0.9.0 and match the project versioning; no further changes needed here.

Comment thread src/OpenFga.Sdk/OpenFga.Sdk.csproj

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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.

Comment thread CHANGELOG.md Outdated
@SoulPancake
SoulPancake added this pull request to the merge queue Dec 2, 2025
Merged via the queue into main with commit c4f85e5 Dec 2, 2025
23 checks passed
@SoulPancake
SoulPancake deleted the release/v0.9.0 branch December 2, 2025 17:13
This was referenced Jan 26, 2026
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.

3 participants