Skip to content

Commit

Permalink
docs(v1.5.3): add v1.5.3 release notes to CHANGELOG (#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
miparnisari committed Apr 16, 2024
1 parent b2fdf4b commit ebf3998
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@ Try to keep listed changes to a concise bulleted list of simple explanations of

## [Unreleased]

## [1.5.3] - 2024-04-16

[Full changelog](https://github.com/openfga/openfga/compare/v1.5.2...v1.5.3)

### Added

* Apply tags to requests that have been intentionally throttled (https://github.com/openfga/openfga/pull/1531). This will add a new log field titled "throttled" to such requests.

### Fixed

* Panic that occurred on Check API with some authorization models and tuples (https://github.com/openfga/openfga/pull/1517)

### Changed

* [Modular Models (Schema 1.2)](https://openfga.dev/docs/modeling/modular-models) support is enabled by default and the experimental flag for it has been dropped (https://github.com/openfga/openfga/pull/1520)
* Bumped to Go 1.21.9 (https://github.com/openfga/openfga/pull/1523)

### Security

* Patch [CVE-2024-31452](https://github.com/openfga/openfga/security/advisories/GHSA-8cph-m685-6v6r) - a critical issue where Check and ListObjects APIs returns incorrect results for some models and tuples. See the CVE report for more details.

## [1.5.2] - 2024-04-03

[Full changelog](https://github.com/openfga/openfga/compare/v1.5.1...v1.5.2)
Expand Down Expand Up @@ -989,7 +1010,8 @@ no tuple key instead.
* Memory storage adapter implementation
* Early support for preshared key or OIDC authentication methods

[Unreleased]: https://github.com/openfga/openfga/compare/v1.5.2...HEAD
[Unreleased]: https://github.com/openfga/openfga/compare/v1.5.3...HEAD
[1.5.3]: https://github.com/openfga/openfga/releases/tag/v1.5.3
[1.5.2]: https://github.com/openfga/openfga/releases/tag/v1.5.2
[1.5.1]: https://github.com/openfga/openfga/releases/tag/v1.5.1
[1.5.0]: https://github.com/openfga/openfga/releases/tag/v1.5.0
Expand Down

0 comments on commit ebf3998

Please sign in to comment.