Taskiq

Latest version: v0.11.5

Safety actively analyzes 638396 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 11

0.11.0

What's Changed
* Add scheduler pre_send exception handling by stinovlas in https://github.com/taskiq-python/taskiq/pull/254
* Add missing CLI options documentation by stinovlas in https://github.com/taskiq-python/taskiq/pull/255
* Update task patterns by stinovlas in https://github.com/taskiq-python/taskiq/pull/257
* Fixed spelling by zmarffy in https://github.com/taskiq-python/taskiq/pull/264
* Set uvloop for current thread explicitly. by ivaaahn in https://github.com/taskiq-python/taskiq/pull/270
* fix typo in taskiq-with-aiohttp.md by suspiciousRaccoon in https://github.com/taskiq-python/taskiq/pull/276
* Removed startup event. by s3rius in https://github.com/taskiq-python/taskiq/pull/266
* feat: reuse pydantic v2 TypeAdapter instance by unights in https://github.com/taskiq-python/taskiq/pull/284
* Added non-string labels in tasks. by s3rius in https://github.com/taskiq-python/taskiq/pull/243
* Docs update by s3rius in https://github.com/taskiq-python/taskiq/pull/285

New Contributors
* stinovlas made their first contribution in https://github.com/taskiq-python/taskiq/pull/254
* zmarffy made their first contribution in https://github.com/taskiq-python/taskiq/pull/264
* ivaaahn made their first contribution in https://github.com/taskiq-python/taskiq/pull/270
* suspiciousRaccoon made their first contribution in https://github.com/taskiq-python/taskiq/pull/276
* unights made their first contribution in https://github.com/taskiq-python/taskiq/pull/284

**Full Changelog**: https://github.com/taskiq-python/taskiq/compare/0.10.4...0.11.0

0.10.4

What's Changed
* Fixed docs release workflow by s3rius in https://github.com/taskiq-python/taskiq/pull/252
* Added skip-first-run option for scheduler. by s3rius in https://github.com/taskiq-python/taskiq/pull/253


**Full Changelog**: https://github.com/taskiq-python/taskiq/compare/0.10.3...0.10.4

0.10.3

What's Changed
* Added shutdown for schedule sources. by s3rius in https://github.com/taskiq-python/taskiq/pull/231
* Added pickle serializer. by s3rius in https://github.com/taskiq-python/taskiq/pull/232
* Doc updates by kevinhikaruevans in https://github.com/taskiq-python/taskiq/pull/236
* Changed deprecated logger.warn to logger.warning by DeanNeaht in https://github.com/taskiq-python/taskiq/pull/237
* Scheduled task is a pydantic model now. by s3rius in https://github.com/taskiq-python/taskiq/pull/234
* Added ack config. by s3rius in https://github.com/taskiq-python/taskiq/pull/249

⚠️ Contains breaking changes ⚠️ if you were using `ScheduledTask` directly, please make sure your code is compatible with pydantic becuase of 234. This is the last change planned change to scheduling API for now.

New Contributors
* kevinhikaruevans made their first contribution in https://github.com/taskiq-python/taskiq/pull/236
* DeanNeaht made their first contribution in https://github.com/taskiq-python/taskiq/pull/237

**Full Changelog**: https://github.com/taskiq-python/taskiq/compare/0.10.2...0.10.3

0.10.2

What's Changed
* Set event loop for current thread explicltly. by s3rius in https://github.com/taskiq-python/taskiq/pull/230

⚠️ Also, we're trying to get in the awesome-python list. If you like the project, please vote for it in this [PR](https://github.com/vinta/awesome-python/pull/2406).

**Full Changelog**: https://github.com/taskiq-python/taskiq/compare/0.10.1...0.10.2

0.10.1

What's Changed
* Added unschedule possibility. by s3rius in https://github.com/taskiq-python/taskiq/pull/226
* Added depdencies override as in fastapi. by s3rius in https://github.com/taskiq-python/taskiq/pull/228


**Full Changelog**: https://github.com/taskiq-python/taskiq/compare/0.10.0...0.10.1

0.10.0

:rotating_light: Breaking release :rotating_light:

This release is primary focused on scheduler. If you don't use TaskiqScheduler or you don't have custom ScheduleSource. This release won't break anything. Otherwise you might need to update your ScheduleSource.

This release changes ScheduledTask. Please remove `source` field from Schedule sources.

What's Changed
* Added new serializers. by s3rius in https://github.com/taskiq-python/taskiq/pull/217
* Removed source from the TaskiqSchedule. by s3rius in https://github.com/taskiq-python/taskiq/pull/218
* Now running tasks are stored in memory. by s3rius in https://github.com/taskiq-python/taskiq/pull/220
* Added API for easy-scheduling. by s3rius in https://github.com/taskiq-python/taskiq/pull/219
* Fixed when messages are acked. by s3rius in https://github.com/taskiq-python/taskiq/pull/222
* Fixed codecov delta calculations for PRs. by s3rius in https://github.com/taskiq-python/taskiq/pull/223
* Simplified scheduler. by s3rius in https://github.com/taskiq-python/taskiq/pull/221
* Added tests for python 3.12. by s3rius in https://github.com/taskiq-python/taskiq/pull/224
* Lint fixes. by s3rius in https://github.com/taskiq-python/taskiq/pull/225



**Full Changelog**: https://github.com/taskiq-python/taskiq/compare/0.9.3...0.10.0

Page 2 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.