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
Retrieval of features via the Java SDK should not require reference to the feature version
Validation error is thrown if feature provided has no version:
message: "Feature id 'project/feature' has invalid format. Expected format: <project>/<feature-name>:<feature-version>."
Request for feature without version
Let feature versions be optional. Relevant code is here.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected Behavior
Retrieval of features via the Java SDK should not require reference to the feature version
Current Behavior
Validation error is thrown if feature provided has no version:
Steps to reproduce
Request for feature without version
Specifications
Possible Solution
Let feature versions be optional. Relevant code is here.
The text was updated successfully, but these errors were encountered: