authzed / authzed-java

Official SpiceDB client library for JVM languages
https://docs.authzed.com/reference/api
Apache License 2.0
19 stars 8 forks source link

Generated LookupSubjectsRequest missing optional_concrete_limit in v0.5.0 #48

Closed andresanches closed 1 year ago

andresanches commented 1 year ago

LookupSubjectsRequest in the v1 api schema describes the field optional_concrete_limit that was not included in the generated java classes when v0.5.0 was published.

Interestingly, the similarly named optional_limit field in the LookupResourcesRequest counterpart was included in the respective generated code.

I've attached PermissionService.zip with the generated code in case it helps.

vroldanbet commented 1 year ago

@andresanches the optional_concrete_limit is part of an API change that hasn't been released yet in SpiceDB. Unfortunately buf landing page always shows the latest change, but it does not represent the same API that the latest SpiceDB version is using. We've been working with the buf team to find a solution. cc @jzelinskie

andresanches commented 1 year ago

Understood, thanks the quick response! Feel free to either close this issue or keep it open until the feature is released so others know this is a known issue.

jzelinskie commented 1 year ago

https://github.com/authzed/api/issues/71