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
TL;DR: The condition field on rules is now optional.
condition
Actions required:
Update the cts with the information on : #71
cts
On strongly typed clients, update types in query rules, as the condition field in rules is now optional
Python test suite update
The text was updated successfully, but these errors were encountered:
As confirmed by @nunomaduro, not only condition becomes optional, but also condition.anchoring, condition.pattern and condition.context.
condition.anchoring
condition.pattern
condition.context
Sorry, something went wrong.
No branches or pull requests
TL;DR: The
condition
field on rules is now optional.Actions required:
Update the
cts
with the information on : #71On strongly typed clients, update types in query rules, as the
condition
field in rules is now optionalPython test suite update
The text was updated successfully, but these errors were encountered: