You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
2.2.0 - 2024-11-18
Updated
Updated the FileEventV2 model to all existing fields at this time. For example, the recently added responseControls response object is now available on the model.
Updated EventQuery objects to allow filtering by any string by removing the requirement that filter terms and values must match explicitly defined fields. This allows end users to filter by fields recently added to the file event response without requiring an SDK update.
client.actors.v1.get_actor_by_name now defaults to prefer_parent=True. Previously, it defaulted to False.