Skip to content

Commit

Permalink
release: release new versions of go, js and java
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh committed Sep 6, 2024
1 parent 9a78e9b commit 3f1bf51
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 12 deletions.
16 changes: 14 additions & 2 deletions pkg/go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Changelog

## v0.2.0-beta.0
## pkg/go/v0.2.0-beta.1

### [pkg/go/v0.2.0-beta.0](https://github.com/openfga/language/tree/a3958b8187145f3a1f98f1d7334ba49411521cc8/pkg/go) (2024-06-12)
### [v0.2.0-beta.1](https://github.com/openfga/language/compare/pkg/go/v0.2.0-beta.0...pkg/go/v0.2.0-beta.1) (2024-09-06)

Added:
- Add `getModuleForObjectTypeRelation` utility method (#336)
- Add `isRelationAssignable` utility method (#336)
- Add utility validators for tuple fields and condition names (#294)
- Add an initial implementation of a model graph (#307,#308,#309,#310,#316,#317,#321,#322,#330)

Note: this version does not include the validation logic that the JS and Java ports have. See issue: https://github.com/openfga/language/issues/99

## pkg/go/v0.2.0-beta.0

### [v0.2.0-beta.0](https://github.com/openfga/language/tree/a3958b8187145f3a1f98f1d7334ba49411521cc8/pkg/go) (2024-06-12)

- Initial release

Expand Down
15 changes: 14 additions & 1 deletion pkg/java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Changelog

## pkg/java/v0.2.0-beta.2

### [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)

Added:
- Add `getModuleForObjectTypeRelation` utility method (#336)
- Add `isRelationAssignable` utility method (#336)
- Add utility validators for tuple fields and condition names (#294)

- Fixed:
- `tupleuserset-not-direct` is now prioritized above `no-entrypoint` error (#314)
- correct based index for reported errors that was causing the wrong location to be highlighted (#331)

## pkg/java/v0.2.0-beta.1

### [pkg/java/v0.2.0-beta.1](https://github.com/openfga/language/tree/7b8d22c70355fb7a0796b17d18eafaaa6360759b/pkg/java) (2024-06-13)
### [v0.2.0-beta.1](https://github.com/openfga/language/tree/7b8d22c70355fb7a0796b17d18eafaaa6360759b/pkg/java) (2024-06-13)

- Initial release
2 changes: 1 addition & 1 deletion pkg/java/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publishing {
group = 'dev.openfga'
artifactId = 'openfga-language'
name = 'openfga-language'
version = 'v0.2.0-beta.1'
version = 'v0.2.0-beta.2'
description = 'OpenFGA Language package: transformers, validators and more'
url = 'https://openfga.dev'
licenses {
Expand Down
25 changes: 20 additions & 5 deletions pkg/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,32 @@
# Changelog

## v0.2.0-beta.19
## pkg/js/v0.2.0-beta.20

### [pkg/js/v0.2.0-beta.19](https://github.com/openfga/language/compare/a3958b8187145f3a1f98f1d7334ba49411521cc8...b7ca69293497250f2ef6e6824eef391269d2944f) (2024-07-25)
### [v0.2.0-beta.20](https://github.com/openfga/language/compare/pkg/js/v0.2.0-beta.19...pkg/js/v0.2.0-beta.20) (2024-09-06)

Added:

- Add `getModuleForObjectTypeRelation` utility method (#336)
- Add `isRelationAssignable` utility method (#336)

Fixed:

- correct reported location of errors in some cases (#127)
- `tupleuserset-not-direct` is now prioritized above `no-entrypoint` error (#314)
- condition name is now correctly restrict to 50 characters (#320)

## pkg/js/v0.2.0-beta.19

### [v0.2.0-beta.19](https://github.com/openfga/language/compare/pkg/js/v0.2.0-beta.18...pkg/js/v0.2.0-beta.19) (2024-07-25)

Added:

- migrated validation code for store files (#286)
- getModulesFromJSON: function to get modules from json (#287)

## v0.2.0-beta.18
## pkg/js/v0.2.0-beta.18

### [pkg/js/v0.2.0-beta.18](https://github.com/openfga/language/compare/34a1a85f8307547cfd44d270472c317cc64962dd...6bf7c3e4910b7acc1ff80d8c66a8e1277e949fe6) (2024-06-12)
### [v0.2.0-beta.18](https://github.com/openfga/language/compare/34a1a85f8307547cfd44d270472c317cc64962dd...6bf7c3e4910b7acc1ff80d8c66a8e1277e949fe6) (2024-06-12)

Fixed:

Expand All @@ -21,7 +36,7 @@ Added:

- Implement fga.mod transformer (#243)

## v0.2.0-beta.17
## pkg/js/v0.2.0-beta.17

### [v0.2.0-beta.17](https://github.com/openfga/language/compare/f45e80a9f169370f7cbeb5da9d147e5ff0e7305e...7b0b7f08393b13d8c53509447ff6e3847542eefc) (2024-04-12)

Expand Down
4 changes: 2 additions & 2 deletions pkg/js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfga/syntax-transformer",
"version": "0.2.0-beta.19",
"version": "0.2.0-beta.20",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand Down

0 comments on commit 3f1bf51

Please sign in to comment.