Skip to content

Commit

Permalink
release(go): v0.2.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Nov 25, 2024
1 parent c53aaf7 commit 352f164
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pkg/go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## pkg/go/v0.2.0-beta.3

### [v0.2.0-beta.3](https://github.com/openfga/language/compare/pkg/go/v0.2.0-beta.2...pkg/go/v0.2.0-beta.3) (2024-11-25)

Added:

- Ability to visualize graph in reverse (i.e. the direction of a Check request) (#345)
- Model graph now has edges for computed usersets (#342)
- Model graph now includes cycle detection (#344)
- Model graph now exposes extra getters (#379)

Fixed:

- Error when a model file is provided as part of a modular model (#386) - thanks @fsedano!
- Model graphing now correctly tracks wildcard relation types (#356)
- Validation of Object IDs is aligned with the OpenFGA server (#348)

## pkg/go/v0.2.0-beta.2

### [v0.2.0-beta.2](https://github.com/openfga/language/compare/pkg/go/v0.2.0-beta.1...pkg/go/v0.2.0-beta.2) (2024-09-09)
Expand Down

0 comments on commit 352f164

Please sign in to comment.