Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update announcement
Browse files Browse the repository at this point in the history
aaguiarz committed Apr 26, 2024
1 parent 9c7a703 commit 6d4ee12
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions blog/modular-models-announcement.md
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@
title: Modular Models
description: Modular Models
slug: modular-models-announcement
date: 2024-03-29
date: 2024-04-25
authors: eharris
tags: [openfga,features]
image: https://openfga.dev/img/og-rich-embed.png
hide_table_of_contents: false
---
# Release Candidate for Modular Models
# Modular Models for OpenFGA

Modular models aims to improve the model authoring experience when multiple teams are maintaining a model, such as:

@@ -19,20 +19,17 @@ With modular models, a single model can be separated across multiple files allow

## How to use it?

Modular models is currently shipped as an experimental feature while we gather feedback, in order for you to try it out.
Modular models is available in the last version of OpenFGA. To use it you need to:

* Update to the [v0.3.0 release](https://github.com/openfga/cli/releases/tag/v0.3.0) of the CLI
* With the CLI you will be able to write your modular model and test it against a store file you have, but you will not be able to write your model to any OpenFGA server that does not enable this feature.
* Update to [v0.2.20](https://github.com/openfga/vscode-ext/releases/tag/v0.2.20) of the VS Code Extension
* Download [v1.5.1](https://github.com/openfga/openfga/releases/tag/v1.5.1) of OpenFGA
* As this is currently experimental, you will need to start OpenFGA with `openfga run --experimental enable-modular-models`.
* Update to [v0.2.21](https://github.com/openfga/vscode-ext/releases/tag/v0.2.21) of the VS Code Extension
* Download [v1.5.3](https://github.com/openfga/openfga/releases/tag/v1.5.3) of OpenFGA
* Check out the modular models sample store in the [sample-stores repo](https://github.com/openfga/sample-stores/tree/main/stores/modular)
* Review the [documentation for this feature](https://openfga.dev/docs/modeling/modular-models)
* Check a [demo video in Youtube](https://youtu.be/oeqroL8-wCQ)

## What's next?

We intend to move this feature out of RC within the next few weeks, so as we gather feedback we'll deal with any issues that arise and look to improve upon any areas of the developer experience as needed.

Looking beyond the near term, modular models allows us to implement [additional API authorization options for OpenFGA](https://github.com/openfga/roadmap/issues/30).

## Reach out!

0 comments on commit 6d4ee12

Please sign in to comment.