Skip to content

release: pkg/java v0.3.0 - #626

Closed
openfga-releaser-bot[bot] wants to merge 5 commits into
mainfrom
release-please--branches--release--components--pkg/java
Closed

release: pkg/java v0.3.0#626
openfga-releaser-bot[bot] wants to merge 5 commits into
mainfrom
release-please--branches--release--components--pkg/java

Conversation

@openfga-releaser-bot

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.3.0 (2026-07-06)

Added

  • allow '-' and '/' in object IDs (#624) (e9a8cce), closes #437
  • allow '/' and '.' in type and relation names (#254) (8862530)
  • language: added unit test for java (2e0fb5d)
  • lanuage: added objectId regex for go and java (6bb8f13)

Fixed

Miscellaneous

  • pkg/java: release 0.3.0 (c7f5a0f)

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 July 6, 2026 05:57
@openfga-releaser-bot
openfga-releaser-bot Bot requested a review from a team as a code owner July 6, 2026 05:57
@openfga-releaser-bot
openfga-releaser-bot Bot changed the base branch from release to main July 6, 2026 05:57
Removed the release note for version 0.3.0 from the changelog.
Copilot AI review requested due to automatic review settings July 6, 2026 05:59
@SoulPancake

Copy link
Copy Markdown
Member

Will recreate this after go pkg release

@SoulPancake SoulPancake closed this Jul 6, 2026
@SoulPancake
SoulPancake deleted the release-please--branches--release--components--pkg/java branch July 6, 2026 06:00

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

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/java Gradle project version to 0.3.0 and update the release manifest accordingly.
  • Add pkg/java 0.3.0 changelog 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 thread pkg/java/CHANGELOG.md
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)

Comment thread pkg/java/CHANGELOG.md
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update the Validation rules to account for allowing more characters

3 participants