Skip to content

Releases: authzed/authzed-go

v1.1.1

13 Nov 17:16
a9582f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

01 Nov 17:18
d740bc0
Compare
Choose a tag to compare

What's Changed

  • Regenerate API for 53e6b1087a076a9802ed2218f3a43404f779a1ff which includes transaction metadata by @josephschorr in #246
  • Update API for recent changes to BulkImport by @josephschorr in #247
  • Bump google.golang.org/grpc from 1.66.2 to 1.67.0 in the go-mod group by @dependabot in #243
  • Bump the go-mod-magefiles group across 1 directory with 4 updates by @dependabot in #244
  • Bump the go-mod-magefiles group in /magefiles with 2 updates by @dependabot in #248
  • Bump google.golang.org/grpc from 1.67.0 to 1.67.1 in the go-mod group by @dependabot in #249
  • Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 in the go-mod group by @dependabot in #250
  • Bump the go-mod-magefiles group in /magefiles with 2 updates by @dependabot in #251
  • Flesh out client tests by @tstirrat15 in #252

Full Changelog: v1.0.0...v1.1.0

v1.0.0

03 Oct 17:13
baaa202
Compare
Choose a tag to compare

Why this release?

This release doesn't bring any breaking changes or new functionality. Rather, it's a signal that the client has reached a v1 level of maturity.

What's Changed

Nothing since the v0.16.0 release.

New Contributors

Full Changelog: v0.15.0...v1.0.0

v0.16.0

26 Sep 23:18
baaa202
Compare
Choose a tag to compare

This release brings ImportBulk and ExportBulk into the PermissionsService.

What's Changed

  • Bump github.com/golangci/golangci-lint from 1.60.1 to 1.60.3 in the go-mod group by @dependabot in #234
  • Bump the go-mod-magefiles group in /magefiles with 2 updates by @dependabot in #233
  • Bump github.com/bufbuild/buf from 1.38.0 to 1.39.0 in /magefiles in the go-mod-magefiles group by @dependabot in #236
  • Bump google.golang.org/grpc from 1.65.0 to 1.66.0 in the go-mod group by @dependabot in #235
  • Take security patch in 1.22.7 by @tstirrat15 in #238
  • Bump the go-mod group with 3 updates by @dependabot in #241
  • Add a test, add to README, add test running by @tstirrat15 in #245
  • Bump to API Version 1.37 by @tstirrat15 in #242

New Contributors

Full Changelog: v0.15.0...v0.16.0

v0.15.0

19 Aug 22:33
74feeb3
Compare
Choose a tag to compare

What's Changed

  • bump docker to address CVE marked by scanners by @vroldanbet in #224
  • Bump github.com/docker/docker from 27.1.0+incompatible to 27.1.1+incompatible in /magefiles in the go_modules group across 1 directory by @dependabot in #225
  • Bump the go-mod-magefiles group across 1 directory with 6 updates by @dependabot in #232
  • regenerate clients for api v1.35.0 by @ecordell in #230
  • Bump the go-mod group across 1 directory with 7 updates by @dependabot in #231

Full Changelog: v0.14.0...v0.15.0

v0.14.0

29 Jul 17:39
9539d4d
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/samber/lo from 1.39.0 to 1.44.0 in the go-mod group by @dependabot in #213
  • Bump google.golang.org/grpc from 1.64.0 to 1.65.0 in the go-mod group by @dependabot in #215
  • Bump google.golang.org/grpc from 1.64.0 to 1.64.1 in /magefiles in the go_modules group by @dependabot in #216
  • regenerates materialize API - adds BreakingSchemaChange event by @vroldanbet in #214
  • Bump github.com/samber/lo from 1.44.0 to 1.45.0 in the go-mod group by @dependabot in #218
  • regenerates materialize API - adds optional revision in LookupPermissionSets by @vroldanbet in #217
  • Bump the go-mod group with 2 updates by @dependabot in #219
  • Bump golang.org/x/vuln from 1.1.2 to 1.1.3 in /magefiles in the go-mod-magefiles group by @dependabot in #220
  • Bump the go-mod group with 3 updates by @dependabot in #222
  • Bump the go-mod-magefiles group in /magefiles with 2 updates by @dependabot in #221

Full Changelog: v0.13.0...v0.14.0

v0.13.0

29 Jun 21:21
4b9e985
Compare
Choose a tag to compare

What's Changed

  • Bump the go-mod-magefiles group in /magefiles with 3 updates by @dependabot in #203
  • Bump the go-mod group with 2 updates by @dependabot in #202
  • Bump the go-mod-magefiles group in /magefiles with 2 updates by @dependabot in #204
  • generate Authzed Materialize v0 Go client code by @vroldanbet in #205
  • Add error reason for wildcard uses by @josephschorr in #206
  • Bump the go-mod group with 2 updates by @dependabot in #207
  • Bump the go-mod-magefiles group in /magefiles with 2 updates by @dependabot in #208
  • Bump the go-mod-magefiles group in /magefiles with 2 updates by @dependabot in #210
  • Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 in the go-mod group by @dependabot in #209
  • Bump github.com/bufbuild/buf from 1.33.0 to 1.34.0 in /magefiles in the go-mod-magefiles group by @dependabot in #211
  • regenerate authzed-go after API 1.34 by @vroldanbet in #212

Full Changelog: v0.12.0...v0.13.0

v0.12.0

24 May 19:56
bff1901
Compare
Choose a tag to compare

What's Changed

  • RequestID utilities by @alecmerdler in #176
  • Remove TODO for duplicated request ID definition by @alecmerdler in #177
  • Bump github.com/golangci/golangci-lint from 1.56.2 to 1.57.1 by @dependabot in #178
  • enables dependabot update grouping by @vroldanbet in #181
  • Bump the go-mod group with 2 updates by @dependabot in #182
  • Bump github.com/docker/docker from 25.0.4+incompatible to 25.0.5+incompatible in /magefiles by @dependabot in #183
  • Bump the go-mod group with 2 updates by @dependabot in #184
  • Bump google.golang.org/grpc from 1.63.0 to 1.63.2 in the go-mod group by @dependabot in #185
  • Update authzed-go for API changes removing hard coded limits by @josephschorr in #186
  • Bump golang.org/x/vuln from 1.0.4 to 1.1.0 in the go-mod group by @dependabot in #188
  • Update generated protos for experimental reflection APIs by @josephschorr in #189
  • Modify the experimental reflection APIs slightly to return more infor… by @josephschorr in #190
  • Bump golang.org/x/net from 0.22.0 to 0.23.0 in /magefiles in the go_modules group across 1 directory by @dependabot in #187
  • Update for recent changes in experimental reflection API by @josephschorr in #191
  • Bump the go-mod group with 2 updates by @dependabot in #192
  • Bump the go-mod-magefiles group in /magefiles with 7 updates by @dependabot in #193
  • Further updates to experimental reflection APIs by @josephschorr in #194
  • Further updates to experimental reflection APIs by @josephschorr in #195
  • Regenerate for experimental count relationships API by @josephschorr in #196
  • Bump the go-mod-magefiles group in /magefiles with 2 updates by @dependabot in #197
  • Bump the go-mod group with 2 updates by @dependabot in #198
  • Bump the go-mod-magefiles group in /magefiles with 3 updates by @dependabot in #200
  • Bump the go-mod group with 5 updates by @dependabot in #199
  • Update API for count relationships changes by @josephschorr in #201

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

v0.11.1

19 Mar 15:11
34b3fbd
Compare
Choose a tag to compare

What's Changed

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

v0.11.0

19 Mar 15:03
6b6cf68
Compare
Choose a tag to compare

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

Full Changelog: v0.10.1...v0.11.0