Releases: authzed/authzed-java
v1.1.1
This doesn't have any functionality changes. We figured out that we were publishing maven versions that have v
s in the prefix, which sonatype doesn't recognize as a valid version string. This fixes that.
What's Changed
- Fix publish step to strip v from version by @tstirrat15 in #118
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Bump peter-evans/create-pull-request from 6.1.0 to 7.0.5 in the github-actions group by @dependabot in #107
- updates version in README and snippet by @vroldanbet in #111
- Make tests match authzed-dotnet by @tstirrat15 in #112
- Bump the gradle group across 1 directory with 3 updates by @dependabot in #109
- Update API to v1.38.0 by @github-actions in #116
- Bump the gradle group with 4 updates by @dependabot in #115
Full Changelog: v1.0.0...v1.1.0
v1.0.0
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
- Upgrade protobuf-java to 0.48.2 by @davidjgoss in #106
New Contributors
- @davidjgoss made their first contribution in #106
Full Changelog: v0.12.0...v1.0.0
v0.12.0
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
What's Changed
- Bump to most recent protobuf-java by @tstirrat15 in #104
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
- Bump protoc and gRPC versions for generated code by @tstirrat15 in #99
New Contributors
- @tstirrat15 made their first contribution in #99
Full Changelog: 0.10.0...v0.11.0
0.10.0
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
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
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
becomesBulkImportRelationshipsRequest
PermissionService.CheckPermissionRequest
becomesCheckPermissionRequest
Core.ObjectReference
becomesObjectReference
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
What's Changed
- Bump grpcVersion from 1.55.1 to 1.57.2 by @dependabot in #57
- Bump com.google.protobuf from 0.9.3 to 0.9.4 by @dependabot in #51
- Add api update workflow by @samkim in #56
- Update regex to match README by @samkim in #58
- Escape character in api workflow by @samkim in #59
- Fix string in api workflow by @samkim in #60
- Fix api workflow regex by @samkim in #61
- Enable automatic updates of client lib in response to api_update by @samkim in #63
- small refactor and add lookup resources test by @vroldanbet in #73
- Add javadoc step to deploy workflow by @samkim in #75
- Update README.md with javadoc link by @samkim in #76
- Bump actions/setup-java from 3 to 4 by @dependabot in #71
- Bump peter-evans/create-pull-request from 4.0.4 to 5.0.2 by @dependabot in #66
- Bump actions/setup-node from 3 to 4 by @dependabot in #69
- Update API to v1.30.0 by @github-actions in #77
- Bump actions/checkout from 3 to 4 by @dependabot in #65
- Bump grpcVersion from 1.57.2 to 1.62.2 by @dependabot in #78
New Contributors
- @github-actions made their first contribution in #77
Full Changelog: 0.6.0...0.7.0