Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

33 lines (20 loc) · 1.45 KB

Changelog

v0.2.0

0.2.0 (2025-03-18)

  • feat: improved error handling (#90) - thanks to @holgerstolzenberg for this!
  • feat(deps)!: update java SDK version (#94)

Warning

This version includes version 0.8.1 of the OpenFGA Java SDK, which contains breaking changes to the OpenFGA Java SDK related to the SDK's batch check implementation. Please see #94 for additional information.

v0.1.0

0.1.0 (2025-01-03)

  • feat: add support for additional properties and support telemetry (#80) - big shout out and thanks to @dheid for this!
  • fix: use AutoConfiguration instead (#64) - thanks @eddumelendez!
  • feat!: update OpenFGA Java version and spring version dependencies (#74)

Warning

This version includes version 0.7.2 of the OpenFGA Java SDK, which contains breaking changes to the OpenFGA Java SDK. Please see #66 for additional information.

v0.0.1

0.0.1 (2024-04-09)

This is an initial beta release of the OpenFGA Spring Boot Starter. It provides:

  • autoconfiguration of an OpenFga client
  • exposes an fga bean to enable adding simple FGA checks to standard Spring Security method security.

For usage instructions, see the README.