Skip to content

Commit c5dc8fd

Browse files
authored
fix(blog)!: rename 'stronger' to 'query' consistency options (#802)
1 parent 7b669e3 commit c5dc8fd

2 files changed

+5
-5
lines changed

blog/fine-grained-news-2024-07.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ We value your feedback and invite you to participate in our [2024 OpenFGA Commun
2323
**Latest Features**
2424

2525

26-
- We’ve introduced consistency options for query requests. This new, experimental, feature provides more flexibility and control over how queries are executed, enhancing the accuracy and reliability of query results. [Learn more about this update](https://openfga.dev/blog/stronger-consistency-options-announcement).
26+
- We’ve introduced consistency options for query requests. This new, experimental, feature provides more flexibility and control over how queries are executed, enhancing the accuracy and reliability of query results. [Learn more about this update](https://openfga.dev/blog/query-consistency-options-announcement).
2727

2828

2929
- We’re now publishing images to `ghcr.io/openfga/openfga` as an alternative to DockerHub, thanks to the contribution from [@JAORMX](https://github.com/JAORMX). This provides an additional option for accessing and deploying our containers. [Read more](https://github.com/openfga/openfga/pull/1775).

blog/stronger-consistency-options-announcement.md blog/query-consistency-options-announcement.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Stronger Consistency Query Options
3-
description: Stronger Consistency Query Options
4-
slug: stronger-consistency-options-announcement
2+
title: Query Consistency Options in OpenFGA
3+
description: Query Consistency Options in OpenFGA
4+
slug: query-consistency-options-announcement
55
date: 2024-07-30
66
authors: aaguiar
77
tags: [openfga,features]
88
image: https://openfga.dev/img/og-rich-embed.png
99
hide_table_of_contents: false
1010
---
11-
# Stronger Consistency Query Options in OpenFGA
11+
# Query Consistency Options in OpenFGA
1212

1313
OpenFGA query APIs now allows to specify the desired consistency of query results. By default, OpenFGA does not use a cache. However, when caching is enabled, it applies to all requests. This means that any changes in permissions won't be reflected in authorization checks during the cache TTL period.
1414

0 commit comments

Comments
 (0)