We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With the addition of the new protos (flagd.evaluation.v1, flagd.sync.v1), we must update all clients (flagd providers) to use these endpoints.
In Java the associated code is already being generated by the build process, we must simply use the new classes generated with the new protos.
new protos in buf: https://buf.build/open-feature/flagd new proto source: https://github.com/open-feature/flagd-schemas/tree/main/protobuf/flagd
The text was updated successfully, but these errors were encountered:
Fixed with #683
Sorry, something went wrong.
chore(deps): update github/codeql-action digest to 4254f3a (open-feat…
7e100de
…ure#621) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
toddbaert
No branches or pull requests
With the addition of the new protos (flagd.evaluation.v1, flagd.sync.v1), we must update all clients (flagd providers) to use these endpoints.
In Java the associated code is already being generated by the build process, we must simply use the new classes generated with the new protos.
new protos in buf: https://buf.build/open-feature/flagd
new proto source: https://github.com/open-feature/flagd-schemas/tree/main/protobuf/flagd
The text was updated successfully, but these errors were encountered: