22.4.0
What's Changed
- Added Query.containsAny(attribute, value[]) to filter resources where the attribute contains any of the given values.
- Added Query.containsAll(attribute, value[]) to filter resources where the attribute contains all of the given values.
- Updated Query.contains documentation to clarify behavior: string attributes are matched by substring, and for array attributes use containsAny/containsAll.
Full Changelog: 22.3.1...22.4.0