Releases: stackkit/laravel-google-cloud-tasks-queue
Releases · stackkit/laravel-google-cloud-tasks-queue
v3.4.1-rc1
Full Changelog: v3.4.0...v3.4.1-rc1
v3.4.0
Add support for Laravel 10
What's Changed
- Update to Laravel 10 by @marickvantuil in #93
- Bring back support for Laravel 6 and 7 by @marickvantuil in #94
Full Changelog: v3.3.3...v3.4.0
v3.3.3
What's Changed
- Provide extra info when pushing tasks to non-https URL by @marickvantuil in #82
- Fix bug making it possible to task handler under specific circumstances by @marickvantuil in #85
Full Changelog: v3.3.1...v3.3.3
v3.3.2
What's Changed
- Bugfix: task retries by @marickvantuil in #58
- 3.x by @marickvantuil in #76
- Provide extra info when pushing tasks to non-https URL by @marickvantuil in #82
- 3.x by @marickvantuil in #83
Full Changelog: v3.3.1...v3.3.2
v3.3.1
What's Changed
- Handle jobs that are not CloudTaskJobs gracefully by @Tarpsvo in #74
- Update CHANGELOG.md by @marickvantuil in #75
Full Changelog: v3.3.0...v3.3.1
v3.3.0: Merge pull request #70 from stackkit/feature/job-releasing
v3.3.0-beta1: Merge pull request #70 from stackkit/feature/job-releasing
Job releasing
Add support for dispatching after commit & add task handler request validation
Merge pull request #69 from stackkit/bugfix/dispatch-after-commit Respect after_commit when set through config
v3.2.0: Merge pull request #62 from dshafik/patch-1
Support encryption, avoid double __unserialize call
v3.1.4
Merge pull request #58 from stackkit/master Bugfix: task retries