v1.1.2
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
andTolokaClient.create_user_bonuses_async
as well asTolokaClient.create_tasks
,TolokaClient.create_task_suites
withasync_mode=True
now guaranteed to create not more than one batch of items for a single function call.TolokaClient.create_user_bonuses
andTolokaClient.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.