Releases: stackkit/laravel-google-cloud-tasks-queue
Releases · stackkit/laravel-google-cloud-tasks-queue
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
v3.1.2
Fixes $keyOrKeyArray must be an instance of Firebase\JWT\Key key or an array of Firebase\JWT\Key keys
v3.1.1: Merge pull request #51 from stackkit/bugfix/openid-audience
Fix 'audience does not match'
v3.1.0: Merge pull request #49 from stackkit/feature/dispatch-deadline
Add support for dispatch deadline