Skip to content

v1.1.2

Compare
Choose a tag to compare
@alexdrydew alexdrydew released this 26 Jan 11:25
· 283 commits to main since this release
4d338a9

Bugfixes:

  • Methods for the batch creation of tasks, task suites or user bonuses could create duplicate items in case of unstable connection:
    • TolokaClient.create_tasks_async, TolokaClient.create_task_suites_async and TolokaClient.create_user_bonuses_async as well as TolokaClient.create_tasks, TolokaClient.create_task_suites with async_mode=True now guaranteed to create not more than one batch of items for a single function call.
    • TolokaClient.create_user_bonuses and TolokaClient.create_user_bonus are guaranteed to create not more than one batch of items for a single function call but may raise an exception if there was an attempt to create the same batch of items for the second time due to the unstable connection.