Skip to content

Releases: authzed/authzed-java

v1.0.0

03 Oct 17:11
8073d7c
Compare
Choose a tag to compare

v1.0.0

This is not a breaking change or new functionality. Rather, it's an indication that this library has reached v1 maturity.

What's Changed

New Contributors

Full Changelog: v0.12.0...v1.0.0

v0.12.0

26 Sep 22:30
807efce
Compare
Choose a tag to compare

This release moves ImportBulk and ExportBulk into the PermissionsService.

What's Changed

  • Update API to v1.37.0 by @github-actions in #105

Full Changelog: v0.11.1...v0.12.0

v0.11.1

11 Sep 16:18
ed57dac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

05 Sep 15:24
edf094d
Compare
Choose a tag to compare

What's Changed

  • Bump protoc and gRPC versions for generated code by @tstirrat15 in #99

New Contributors

Full Changelog: 0.10.0...v0.11.0

0.10.0

30 Aug 09:59
eb43b75
Compare
Choose a tag to compare

What's Changed

  • Bump the gradle group with 3 updates by @dependabot in #97
  • Update API to v1.35.0 by @github-actions in #98

Full Changelog: 0.9.0...0.10.0

0.9.0

01 Jul 21:51
2b175eb
Compare
Choose a tag to compare

What's Changed

  • Bump the gradle group with 3 updates by @dependabot in #92
  • Update API to v1.34.0 by @github-actions in #93
  • Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 in the github-actions group by @dependabot in #95
  • Bump the gradle group with 3 updates by @dependabot in #94
  • Fix release workflow by @samkim in #96

Full Changelog: 0.8.0...0.9.0

0.8.0

24 May 20:01
006e81f
Compare
Choose a tag to compare

Warning

This release introduces breaking API changes: the gRPC generator for Java has been changed to turn nested classes into top-level classes. This makes the code less verbose by eliminating *OuterClass classes, which disappear and as a result, their nested types become independent, top-level types.

If you import via import com.authzed.api.v1.*;, the changes can be handled doing search & replace.

This is not an exhaustive list, but some of the examples you'll find:

  • ExperimentalServiceOuterClass.BulkImportRelationshipsRequest becomes BulkImportRelationshipsRequest
  • PermissionService.CheckPermissionRequest becomes CheckPermissionRequest
  • Core.ObjectReference becomes ObjectReference

What's Changed

  • update deps with latest release by @vroldanbet in #79
  • Bump peter-evans/create-pull-request from 5.0.2 to 6.0.2 by @dependabot in #84
  • Bump gradle/wrapper-validation-action from 1 to 2 by @dependabot in #82
  • Bump MathieuSoysal/Javadoc-publisher.yml from 2.4.0 to 2.5.0 by @dependabot in #83
  • Bump gradle/wrapper-validation-action from 2 to 3 by @dependabot in #86
  • Bump peter-evans/create-pull-request from 6.0.2 to 6.0.5 by @dependabot in #85
  • Bump grpcVersion from 1.62.2 to 1.63.0 by @dependabot in #87
  • add dependabot grouping by @vroldanbet in #89
  • Bump io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0 by @dependabot in #88
  • generate less verbose inner classes by @vroldanbet in #81
  • Update API to v1.33.0 by @github-actions in #91

Full Changelog: 0.7.0...0.8.0

0.7.0

19 Mar 15:27
538a8b8
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @github-actions made their first contribution in #77

Full Changelog: 0.6.0...0.7.0

0.6.0

06 Sep 15:50
68c2d0d
Compare
Choose a tag to compare

What's Changed

  • references 0.5.0 release in readme by @vroldanbet in #47
  • chore(docs): Update grpc version in docs to match version used in library by @JasonYao in #53
  • Update buf api to version supporting bulk check by @samkim in #55

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

08 Jun 20:19
5898f3a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.5.0