Releases: antonmashko/taskq
Releases · antonmashko/taskq
v1.2.5
v1.2.4
What's Changed
- GitHub actions by @antonmashko in #6
- added len(update) validation by @antonmashko in #7
- Bump actions/checkout from 2 to 3 by @dependabot in #8
- Bump actions/setup-go from 2 to 3 by @dependabot in #9
- Improving Task Runner by @antonmashko in #10
New Contributors
- @dependabot made their first contribution in #8
Full Changelog: v1.1.2...v1.2.4
TaskQ 1.1.2
- By default TaskQ will spawn a new worker (goroutine) per each enqueued task;
- Created a separate constructor for creating TaskQ with Worker Pool (taskq.Pool)
- Improved Graceful shutdown
- Bug fixing
- Docs and examples
What's Changed
- workers pool by @antonmashko in #3
- Fixing ctx wait type by @antonmashko in #4
- Improving spawning time by @antonmashko in #5
Full Changelog: v1.0.2...v1.1.2