December 19th, 2024
Changelog (v2.166.0)
New
Bulk User Upload via CSV
Organization admins can now add multiple users to their workspace in one go by uploading a CSV file. The CSV must include two columns:
- Email: The email address of each user.
- Role: The role assigned to each user, either ADMIN or USER.
New SDK feature: Event Tracking
Track actions performed in a project through the Python SDK by requesting and filtering events using parameters like dates, users, or event IDs. Payloads are also available for some event types. For more details, see our Python SDK documentation.
Stay tuned—these events will soon be available in the Kili app, and we plan to introduce new event types in future updates!
Change
New SDK method: assign_assets_to_labelers
We’ve introduced the assign_assets_to_labelers
method to streamline asset assignment to users.
Deprecation of the
to_be_labeled_by
parameterAs a result, the
to_be_labeled_by_array parameter
in theupdate_properties_in_assets
method is now deprecated. Please ensure you adopt the new method for assigning assets.