Releases: authzed/authzed-go
Releases · authzed/authzed-go
v0.11.0
What's Changed
- generates vtprotobuf equal by @vroldanbet in #153
- Bump github.com/jzelinskie/stringz from 0.0.2 to 0.0.3 by @dependabot in #157
- Bump golang.org/x/sync from 0.4.0 to 0.5.0 by @dependabot in #154
- Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 by @dependabot in #158
- Update API for new relationship filters by @josephschorr in #163
- Regenerate for API change for optional resource type by @josephschorr in #164
- feat: Add retry logic for bulk imports based on work in the zed CLI by @chancesm in #165
- fix: issue with switch when err is nil by @ryaneorth in #166
- Use centralized Go version in CI by @alecmerdler in #168
- Include CheckBulkPermissions API by @alecmerdler in #167
- Update authzed-go for the check tracing changes in API by @josephschorr in #169
- Bump github.com/envoyproxy/protoc-gen-validate from 1.0.2 to 1.0.4 by @dependabot in #160
- change update cadence to weekly / update github actions by @vroldanbet in #170
- Bump actions/checkout from 3 to 4 by @dependabot in #172
- Bump github/codeql-action from 2 to 3 by @dependabot in #173
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #175
- Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.18.0 to 2.19.1 by @dependabot in #162
New Contributors
- @chancesm made their first contribution in #165
- @ryaneorth made their first contribution in #166
- @alecmerdler made their first contribution in #168
Full Changelog: v0.10.1...v0.11.0
v0.10.1
What's Changed
- generate protos for new serialization error reason by @vroldanbet in #147
- update to latest grpcutil commit by @vroldanbet in #148
- several updates by @vroldanbet in #149
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- add support for multiple slashes in object and caveat names by @jakedt in #140
- Regenerate authzed-go for experimental bulk check API by @josephschorr in #141
- update client code example by @vroldanbet in #143
- Update API ref and generated files for schema size change by @josephschorr in #144
- remove streaming bulk check by @vroldanbet in #145
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- Add support for limits on delete relationships API by @josephschorr in #107
- Add experimental bulk write API support by @jakedt in #108
- Prepare for merge queue by @vroldanbet in #111
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.2 by @dependabot in #100
- update to tag 125e39e67bf60b2d19c4de15aaa69cb1bcbda28c by @jakedt in #114
- add magefiles by @vroldanbet in #115
- runs mage deps:update and gen:proto by @vroldanbet in #116
- bring in zedtokens on schema API responses by @jakedt in #117
- regen: introduce reason max relationship context size by @vroldanbet in #118
- add overlap key constant and helpers by @ecordell in #120
- move tools into a separate magefiles module by @ecordell in #119
- Update API to include LookupSubjects cursors and limits by @josephschorr in #125
- Regenerate protos for new error reason for CREATE failure by @josephschorr in #126
- Regenerate to add depth exceeded error and durations to check traces by @josephschorr in #127
- Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #124
- mage: generate buf metadata with protos by @jzelinskie in #130
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- buf: add protoc-gen-vtproto by @jzelinskie in #70
- generate code for caveat API changes by @vroldanbet in #71
- Regenerate protos for the new error details enumeration by @josephschorr in #73
- Regenerate protos to add new error reason by @josephschorr in #77
- generate PermissionService with caveat context by @vroldanbet in #75
- Regenerate to add the new type error reason by @josephschorr in #78
- Regenerate API and add additional validation testing by @josephschorr in #79
- Regenerate API code with new WriteRelationships error reasons by @josephschorr in #84
- Add additional API fields for caveats on LookupSubjects by @josephschorr in #85
- Regenerate for API updates to enable debugging of caveats by @josephschorr in #89
- Regenerate to add caveat name to debug info by @josephschorr in #90
- Regenerate API for new error reason for caveat expr eval failure by @josephschorr in #93
- Fix #96 - fix example API call in README.md by @DGuhr in #97
- Add support for extended IDs and some cleanup by @josephschorr in #102
- Re-add t.Parallel after verifying tests properly report failures by @josephschorr in #104
- Update for cursor support in LookupResources by @josephschorr in #105
- Bring in cursor support on read relationships by @josephschorr in #106
New Contributors
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Switch buf diff to use the shared action by @josephschorr in #61
- Regenerate API for debug protos and add request and response headers by @josephschorr in #62
- Organize GitHub workflows closer to SpiceDB by @jzelinskie in #63
- add dependabot, trivy, update deps, and fix vulns in deps by @vroldanbet in #64
- Bump github.com/stretchr/testify from 1.7.0 to 1.8.0 by @dependabot in #65
- Update authzed-go for LookupSubjects API changes by @josephschorr in #66
- Update protos to buf tag 6bf58783fdc3ed33da39a728e2538c1cb58da34e by @samkim in #69
- Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.11.2 to 2.11.3 by @dependabot in #68
- Bump google.golang.org/grpc from 1.48.0 to 1.49.0 by @dependabot in #67
New Contributors
- @vroldanbet made their first contribution in #64
- @dependabot made their first contribution in #65
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Update API validation to include the pipe character by @josephschorr in #56
- Switch to the shared actions by @josephschorr in #58
- Add headers for requesting and receiving the server version by @josephschorr in #57
- Remove the v0 API (except developer) by @josephschorr in #59
- Switch buf to use local tooling by @josephschorr in #60
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- pkg/responsemetadata: zero default on error by @jzelinskie in #50
- Update API for recent validation regex change by @josephschorr in #54
- Deprecate v0 API by @samkim in #55
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
What's Changed
- V1 example by @jakedt in #34
- .github: add CLA workflow by @jzelinskie in #35
- .github: upgrade buf action, remove local plugins by @jzelinskie in #37
- bump buf reference to the latest proto definitions by @jonwhitty in #36
- README: update examples to v1 by @jzelinskie in #39
- Add responsemeta package that defines metadata on SpiceDB API responses by @josephschorr in #40
- feat: embed v1 Watch client by @jon-whit in #41
- Update api for wildcard support by @josephschorr in #42
- Regenerate protos for API update for wildcard and add additional v0 handwritten validation by @josephschorr in #43
- Update API for missing validation on SubjectReference by @josephschorr in #44
- Ensure wildcard subject object IDs are not used with non-empty relations by @josephschorr in #47
- Bump protos by @samkim in #46
- update validation to allow 3 char object types and relations by @ecordell in #48
New Contributors
- @jonwhitty made their first contribution in #36
- @jon-whit made their first contribution in #41
- @samkim made their first contribution in #46
- @ecordell made their first contribution in #48
Full Changelog: v0.3.0...v0.4.0