Skip to content

release: v0.4.1 - #192

Merged
SoulPancake merged 3 commits into
mainfrom
release-please--branches--release
Aug 13, 2026
Merged

release: v0.4.1#192
SoulPancake merged 3 commits into
mainfrom
release-please--branches--release

Conversation

@openfga-releaser-bot

@openfga-releaser-bot openfga-releaser-bot Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.4.1 (2026-08-12)

Note

This release establishes the Spring Boot 3.4 baseline for the upcoming Jackson 3 / Spring Boot 4 work. Spring Boot 4 is not yet supported — the PropertyMapper fix below only removes one binary incompatibility. Progress is tracked in #184.

Added

  • support contextual tuples and context in checks (#169) (bb47703)
  • support initial model and tuple loading (#171) (30ebb9d)

Fixed

  • bump openfga-sdk to 0.9.11 and use transactions() API (0821c03), closes #186
  • example: make sure to use Gradle wrapper 9.6.1 for example (96a1ca4), closes #183
  • example: use Java plugin instead of 'java-library' (659f973), closes #183
  • jackson: fix deprecation for spring 4.1 baseline with ObjectMapper (1e67e02)
  • spring-boot: do not rely on internal property mapper API (c35bf9d)
  • spring: make PropertyMapper usage Spring Boot 4 compatible (4547db3), closes #183

Documentation

  • document openfga.initialization properties in README (e3403b9)

This PR was generated with Release Please. See documentation.

@openfga-releaser-bot
openfga-releaser-bot Bot requested a review from a team as a code owner August 12, 2026 19:33
@openfga-releaser-bot
openfga-releaser-bot Bot changed the base branch from release to main August 12, 2026 19:33
Updated version number and fixed links in changelog.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Release-please generated release PR to publish v0.4.1, updating all version references across the build, publishing metadata, examples, and documentation so the repository is consistent for the new release.

Changes:

  • Bump starter version references from 0.4.0 → 0.4.1 in Gradle build/publish files and the servlet example.
  • Update README installation snippets to reference 0.4.1.
  • Update release metadata files (changelog + release-please manifest) for the 0.4.1 release entry.

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
README.md Updates dependency snippets to reference 0.4.1.
publish.gradle Updates POM version metadata to 0.4.1.
examples/servlet/build.gradle Updates example dependency to 0.4.1.
CHANGELOG.md Adds/updates the 0.4.1 release entry.
build.gradle Updates project version to 0.4.1.
.release-please-manifest.json Updates release-please manifest version to 0.4.1.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread CHANGELOG.md
@SoulPancake
SoulPancake added this pull request to the merge queue Aug 13, 2026
Merged via the queue into main with commit 54be539 Aug 13, 2026
39 of 45 checks passed
@SoulPancake
SoulPancake deleted the release-please--branches--release branch August 13, 2026 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(3 of 5) Update servlet example off disableTransactions to transactions(false)

4 participants