Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to most recent spicedb version #476

Merged
merged 1 commit into from
Mar 4, 2025
Merged

Bump to most recent spicedb version #476

merged 1 commit into from
Mar 4, 2025

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/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.

2 participants