Skip to content

release: v0.11.0#215

Closed
openfga-releaser-bot[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main
Closed

release: v0.11.0#215
openfga-releaser-bot[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main

Conversation

@openfga-releaser-bot

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.11.0 (2026-05-14)

⚠ BREAKING CHANGES

  • remove excluded users from ListUsers response (#64)
  • remove excluded users from ListUsers response
  • v0.3.0: support for conditions and some breaking changes (#36)
  • v0.3.0: support for conditions and some breaking changes
  • allow overriding store id per request
  • support conditions
  • regenerate based on api@061d8d8d395fd4791215d1fb4886bc3fcdc2d637
  • rename TypeDefinitions interface to WriteAuthorizationModelRequest

Added

  • add batch check telemetry attribute (#181) (a7d2019)
  • add OpenFgaClient wrapping OpenFgaApi (a9086b8)
  • add retries to client credential requests (c16208a)
  • add retries to client credential requests (#51) (3205d9c)
  • add StreamedListObjects support (#156) (cf92422)
  • add support for consistency param (b8d1210)
  • add support for exporting metrics (ecb0914)
  • add support for exporting metrics (#69) (ba3c108)
  • add support for ListObjects API endpoint (1318771)
  • add support for modular models metadata (450b688)
  • add support for modular models metadata (#53) (5509927)
  • add support for specifying consistency parameter (#70) (f020bc6)
  • add write conflict resolution options (#136) (774dda0)
  • allow overriding store id per request (2de496f)
  • Allow the api token issuer to be a fully qualified url with a path component (#151) (e7a67f3)
  • ApiExecutor for raw requests (#176) (1099b78)
  • batch check fallback to client level authmodel ID (#199) (733c4c3)
  • config: update auth opts & allow no storeId for certain requests (ced4960)
  • dotnet-sdk: Added support for an interface on the client (#168) (c119407)
  • draft releases, version verification, and reusable workflows (#210) (04b5ad1)
  • enable FromJson use in Client methods (#180) (8939070)
  • Implement server-side BatchCheck using /batch-check endpoint (#150) (8483107)
  • initial commit (ea77389)
  • per-request custom headers (#133) (e5c46f5)
  • release automation configs (#193) (ec3acde)
  • report a per http call metric (#173) (66b8d2f)
  • streaming api executor (#189) (6bebdf7)
  • support .NET Standard 2.0 (#122) (7f6db0a)
  • support Retry-After headers (#139) (874130c)
  • support conditions (545a0e3)
  • support list users (3f3e5b8)
  • support list users (#57) (cc110af)
  • support nuget prereleases (#109) (f88bbec)
  • use ApiUrl and deprecate ApiSchema and ApiHost (a0d4234)
  • validate that store id and auth model id in ulid format (7c82d78)

Fixed

  • ClientListObjects.ContextualTuples is now ClientTupleKey[] (02c4f15)
  • add ClientCreateStoreOptions (1c17c24)
  • add contents read perm to publish workflow (fd16e9c)
  • add contents read permission to publish workflow (#166) (fd16e9c)
  • client: read all tuples (ea615e8)
  • client: read all tuples (#32) (2b64d9e)
  • ClientWriteAssertions (812d2f6)
  • code coverage reporting (e7feab8)
  • code coverage reporting (ce5eb04)
  • code coverage reporting (9dadff1)
  • deserializng nullable DateTime (3f69211)
  • do not crash in error handling when storeId missing (2c2358f)
  • do not retry on <5xx (except 429), 501 (1147282)
  • evaluate client creds token expiry period in seconds instead of ms (7f72628)
  • evaluate client creds token expiry period in seconds instead of ms (#20) (bb06e2c)
  • exception when using the same configuration with multiple clients (802ce9c)
  • fix example makefile to run openfga (2fefac1)
  • fixes to Client Write and the README (f6800b1)
  • interface for ClientListObjects (47708a6)
  • lock token exchange flow so at most one can be active at the sam… (#213) (35d10f4)
  • lower the min version of system.* dependencies and cleaned up unnecessary ones (#144) (b1ea748)
  • patch consistency preference unspecified due to conflict (013193f)
  • relax flaky retry after test (#161) (7fe66c0)
  • Remove dependecy to OpenTelemetry.Api (f46064f)
  • remove fromJson override for CreateStore (#188) (fa436b7)
  • resolve ApiToken reserved header exception (#146) (#152) (f1bc1e0)
  • resolve issue deserializing enums / release v0.0.3 (93ee4af)
  • throw an error if no relations provided to ListRelations (c530ed7)
  • update links to SECURITY.md (6af7419)
  • update SDK contributing docs (8c65c30)
  • update stores links (3c2935d)
  • use correct content type for token request (003d525)
  • use correct content type for token request (#43) (cf1bdc6)
  • use interface instead of class for ClientCreateStore (87a08d1)

Documentation

  • add FromJson usage examples to README (#185) (95ad5ff)
  • sync docs changes (2098f13)
  • Use invite link for Discord Server in README (9475442)
  • Use invite link for Discord Server in README (#28) (0f62bbb)

Miscellaneous

  • regenerate based on api@061d8d8d395fd4791215d1fb4886bc3fcdc2d637 (fa43463)
  • remove excluded users from ListUsers response (8da4653)
  • remove excluded users from ListUsers response (#64) (8ffebc0)
  • rename TypeDefinitions interface to WriteAuthorizationModelRequest (7a9b236)
  • v0.3.0: support for conditions and some breaking changes (8c77f04)
  • v0.3.0: support for conditions and some breaking changes (#36) (27514de)
  • v0.4.0 (#65) (85bcbfa)

This PR was generated with Release Please. See documentation.

Copilot AI review requested due to automatic review settings May 14, 2026 06:41
@openfga-releaser-bot openfga-releaser-bot Bot requested a review from a team as a code owner May 14, 2026 06:41

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.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@dosubot

dosubot Bot commented May 14, 2026

Copy link
Copy Markdown

Related Knowledge

1 document with suggested updates is ready for review.

OpenFGA's Space

Retry-After Header and Retry Strategy
View Suggested Changes
@@ -177,7 +177,7 @@
 ---
 
 ### .NET SDK
-**Version Introduced:** v0.8.0 (Current version: v0.10.1)  
+**Version Introduced:** v0.8.0 (Current version: v0.11.0)  
 **[Changelog](https://github.com/openfga/dotnet-sdk/pull/142)**
 
 #### Retry-After Handling
@@ -212,7 +212,7 @@
 - All `OpenFgaApi` methods now accept an optional `IRequestOptions` parameter. Update direct API calls accordingly.
 - The base client request options interface was renamed from `ClientRequestOptions` to `IClientRequestOptions`. Update any references or implementations.
 - The maximum allowed `MaxRetry` is now enforced at 15.
-- Upgrade to v0.10.1+ for the latest features and fixes, including improved streaming retry behavior.
+- Upgrade to v0.11.0+ for the latest features and fixes, including improved streaming retry behavior.
 
 ---
 

[Accept] [Edit] [Decline]

How did I do? Any feedback?  Join Discord

@SoulPancake

Copy link
Copy Markdown
Member

This got auto created by the previous merge run
And since we moved to draft releases by default, it didn't have a tag so it walked the entire history
Need to evaluate whether we can/should do it with draft: true this way
@rhamzeh

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