Skip to content

Conversation

@tstirrat15
Copy link
Contributor

Description

This brings in changes that enable use expiration in composable schema syntax.

Changes

  • Bump to v1.41.0

Testing

Review.

Comment on lines +135 to +138
func (wc wasmClient) ComputablePermissions(ctx context.Context, in *v1.ComputablePermissionsRequest, opts ...grpc.CallOption) (*v1.ComputablePermissionsResponse, error) {
client := v1.NewSchemaServiceClient(wc.conn)
return client.ComputablePermissions(ctx, in, opts...)
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes are bringing in the new endpoints into the wasm client. We don't actually use them yet, though.

github.com/authzed/authzed-go v1.3.1-0.20250221193325-56375fd9bd96
github.com/authzed/grpcutil v0.0.0-20240123194739-2ea1e3d2d98b
github.com/authzed/spicedb v1.40.1
github.com/authzed/spicedb v1.41.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the primary change.

@tstirrat15 tstirrat15 merged commit 1467df1 into main Mar 4, 2025
11 checks passed
@tstirrat15 tstirrat15 deleted the bring-in-1.41.0 branch March 4, 2025 17:36
@github-actions github-actions bot locked and limited conversation to collaborators Mar 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants