release: pkg/java v0.3.0 - #626
Closed
openfga-releaser-bot[bot] wants to merge 5 commits into
Closed
Conversation
Release-As: 0.4.0
Release-As: 0.3.0
Release-As: 0.3.0
Removed the release note for version 0.3.0 from the changelog.
Member
|
Will recreate this after go pkg release |
SoulPancake
deleted the
release-please--branches--release--components--pkg/java
branch
July 6, 2026 06:00
Contributor
There was a problem hiding this comment.
Pull request overview
This PR is an automated Release Please change set to publish pkg/java version 0.3.0 in the OpenFGA Language monorepo (Java package release orchestration via manifest + Gradle version + changelog updates).
Changes:
- Bump
pkg/javaGradle project version to0.3.0and update the release manifest accordingly. - Add
pkg/java0.3.0changelog entry for recent validation-related features/fixes. - Update/add Release Please trigger marker files (note: this PR currently includes trigger changes for other packages too).
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| pkg/js/.release-please-trigger | Adds a Release Please trigger marker for JS (currently appears inconsistent with this Java-only release PR). |
| pkg/java/CHANGELOG.md | Adds the 0.3.0 release notes for the Java package. |
| pkg/java/build.gradle | Bumps Java package version to 0.3.0. |
| pkg/java/.release-please-trigger | Adds a Release Please trigger marker for the Java release. |
| pkg/go/.release-please-trigger | Updates the Go Release Please trigger marker (currently appears inconsistent with this Java-only release PR). |
| .release-please-manifest.json | Updates the manifest to reflect pkg/java at 0.3.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
3
to
22
| ## pkg/java/v0.2.0-beta.2 | ||
|
|
||
| ## [0.3.0](https://github.com/openfga/language/compare/pkg/java/v0.2.0-beta.2...pkg/java/v0.3.0) (2026-07-06) | ||
|
|
||
|
|
||
| ### Added | ||
|
|
||
| * allow '-' and '/' in object IDs ([#624](https://github.com/openfga/language/issues/624)) ([e9a8cce](https://github.com/openfga/language/commit/e9a8cce18daf33b83d394a20daf96292c1bf9a54)), closes [#437](https://github.com/openfga/language/issues/437) | ||
| * allow '/' and '.' in type and relation names ([#254](https://github.com/openfga/language/issues/254)) ([8862530](https://github.com/openfga/language/commit/88625300b642f9b51fd0140f7190e702658abd09)) | ||
| * **language:** added unit test for java ([2e0fb5d](https://github.com/openfga/language/commit/2e0fb5d18ee3d66911ff33ac7ae3329e870507fb)) | ||
| * **lanuage:** added objectId regex for go and java ([6bb8f13](https://github.com/openfga/language/commit/6bb8f13568e42cd98d473b924a747537e5dc32cd)) | ||
|
|
||
|
|
||
| ### Fixed | ||
|
|
||
| * fix validation of object IDs ([#348](https://github.com/openfga/language/issues/348)) ([dc0d9f1](https://github.com/openfga/language/commit/dc0d9f1e83a164a95e2a0352128a3a8fb373250f)) | ||
| * **language:** fix java lint issue ([23f369d](https://github.com/openfga/language/commit/23f369d63fddc45653f67177d8d42c9168e4f8d8)) | ||
|
|
||
| ### [v0.2.0-beta.2](https://github.com/openfga/language/compare/pkg/java/v0.2.0-beta.1...pkg/java/v0.2.0-beta.2) (2024-09-06) | ||
|
|
| * allow '-' and '/' in object IDs ([#624](https://github.com/openfga/language/issues/624)) ([e9a8cce](https://github.com/openfga/language/commit/e9a8cce18daf33b83d394a20daf96292c1bf9a54)), closes [#437](https://github.com/openfga/language/issues/437) | ||
| * allow '/' and '.' in type and relation names ([#254](https://github.com/openfga/language/issues/254)) ([8862530](https://github.com/openfga/language/commit/88625300b642f9b51fd0140f7190e702658abd09)) | ||
| * **language:** added unit test for java ([2e0fb5d](https://github.com/openfga/language/commit/2e0fb5d18ee3d66911ff33ac7ae3329e870507fb)) | ||
| * **lanuage:** added objectId regex for go and java ([6bb8f13](https://github.com/openfga/language/commit/6bb8f13568e42cd98d473b924a747537e5dc32cd)) |
| @@ -1 +1 @@ | |||
| Release-As 0.3.0 requested at 2026-06-16T04:10:20Z | |||
| Release-As 0.4.0 requested at 2026-07-06T05:55:31Z | |||
| @@ -0,0 +1 @@ | |||
| Release-As 0.3.0 requested at 2026-07-06T05:55:32Z | |||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
0.3.0 (2026-07-06)
Added
Fixed
Miscellaneous
This PR was generated with Release Please. See documentation.