Skip to content

Releases: openfga/spring-boot-starter

v0.3.0

15 Dec 18:55
v0.3.0
798cad8

Choose a tag to compare

0.3.0 (2025-12-15)

  • feat: improved error handling
  • chore: update dependencies

What's Changed

  • chore(deps): bump fossas/fossa-action from 1.5.0 to 1.6.0 by @dependabot[bot] in #97
  • chore(deps): bump gradle/actions from 4.3.0 to 4.3.1 by @dependabot[bot] in #98
  • chore(deps): bump actions/setup-java from 4.7.0 to 4.7.1 by @dependabot[bot] in #101
  • fix: fix branding by @ttrzeng in #102
  • chore(deps): bump org.testcontainers:openfga from 1.20.5 to 1.21.0 in /examples/servlet by @dependabot[bot] in #104
  • chore(deps): bump org.springframework.boot from 3.4.3 to 3.4.5 in /examples/servlet by @dependabot[bot] in #103
  • chore(deps): bump org.testcontainers:openfga from 1.21.0 to 1.21.3 in /examples/servlet by @dependabot[bot] in #112
  • chore(deps): bump gradle/actions from 4.3.1 to 4.4.1 by @dependabot[bot] in #111
  • chore(deps): bump fossas/fossa-action from 1.6.0 to 1.7.0 by @dependabot[bot] in #107
  • chore(deps): bump org.springframework.boot from 3.4.5 to 3.5.3 in /examples/servlet by @dependabot[bot] in #113
  • chore(ci): update sonatype publishing URL and env secrets by @rhamzeh in #114
  • chore(deps): bump org.springframework.boot from 3.5.3 to 3.5.4 in /examples/servlet by @dependabot[bot] in #115
  • Update SECURITY-INSIGHTS by @aaguiarz in #117
  • chore(ci): grant write access to job publishing github pkg by @aaguiarz in #118
  • chore(deps): bump gradle/actions from 4.4.1 to 4.4.2 by @dependabot[bot] in #116
  • Potential fix for code scanning alert no. 4: Workflow does not contain permissions by @aaguiarz in #119
  • Potential fix for code scanning alert no. 3: Workflow does not contain permissions by @aaguiarz in #120
  • chore(ci): remove semgrep workflow by @rhamzeh in #121
  • chore(deps): bump gradle/actions from 4.4.2 to 4.4.3 by @dependabot[bot] in #126
  • Update SECURITY-INSIGHTS by @aaguiarz in #127
  • chore(deps): bump gradle/actions from 4.4.3 to 4.4.4 by @dependabot[bot] in #128
  • chore(deps): bump org.springframework.boot from 3.5.4 to 3.5.5 in /examples/servlet by @dependabot[bot] in #125
  • chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #122
  • Fix typo in examples in README.md by @gezapeti in #124
  • chore(deps): bump actions/setup-java from 4.7.1 to 5.0.0 by @dependabot[bot] in #123
  • chore(deps): bump gradle/actions from 4.4.4 to 5.0.0 by @dependabot[bot] in #129
  • chore(ci): make dependabot updates grouped & weekly by @rhamzeh in #130
  • chore(sdk): upgrade to SDK 0.9.1 by @holgerstolzenberg in #131
  • chore(deps): bump actions/checkout from 5.0.0 to 5.0.1 in the dependencies group by @dependabot[bot] in #134
  • chore(sdk): upgrade to SDK v0.9.4 by @SoulPancake in #135
  • chore(ci): remove failing FOSSA workflow by @SoulPancake in #136
  • chore(deps): bump org.springframework.boot from 3.5.6 to 3.5.7 in /examples/servlet in the dependencies group by @dependabot[bot] in #133
  • chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in #137
  • release v0.3.0 by @SoulPancake in #138

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

18 Mar 20:23
v0.2.0
761f9fc

Choose a tag to compare

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.
This version also removes the OpenFgaCheckException, replaced with OpenFgaException. See #90 for additional information.

0.1.0

06 Jan 20:11
v0.1.0
168e36e

Choose a tag to compare

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.

0.0.1

09 Apr 20:53
v0.0.1
f256b3a

Choose a tag to compare

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