Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pkg/go": "0.3.0",
"pkg/js": "0.2.1",
"pkg/java": "0.2.0-beta.2"
"pkg/java": "0.3.0"
}

2 changes: 1 addition & 1 deletion pkg/go/.release-please-trigger
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions pkg/java/.release-please-trigger
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Release-As 0.3.0 requested at 2026-07-06T05:55:32Z
16 changes: 16 additions & 0 deletions pkg/java/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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 on lines 3 to 22
Added:
Expand Down
2 changes: 1 addition & 1 deletion pkg/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
apply from: 'publish.gradle'

group = 'dev.openfga'
version = '0.2.0-beta.2' // x-release-please-version
version = '0.3.0' // x-release-please-version

repositories {
mavenCentral()
Expand Down
1 change: 1 addition & 0 deletions pkg/js/.release-please-trigger
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Release-As 0.3.0 requested at 2026-07-06T05:55:32Z