✅ Added
- Re-introduced
Filter.none
. It should not be used with queryChannels or search, it's only valid for queryUsers to get all users #285 Filter.contains
operator for all endpoints #285Filter.custom
to be able to use new operators before our SDK is updated #285
Please make sure to provide a valid operator.
Example:.custom("contains", key: "teams", value: "red")
queryUsers
now supportsPagination.limit
andPagination.offset
#288