Releases: stackkit/laravel-google-cloud-scheduler
Releases · stackkit/laravel-google-cloud-scheduler
v3.0.1
What's Changed
- fix: Fixes wrong config key in service provider by @andrew-broberg-five9 in #31
- feat: Add support for caching of certificates by @andrew-broberg-five9 in #32
New Contributors
- @andrew-broberg-five9 made their first contribution in #31
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
Please see UPGRADING.md
on how to update.
Added
- You may now optionally disable token verification or task handler route registration using
cloud-tasks.disable_token_verification
andcloud-tasks.disable_task_handler
config option, respectively.
Full Changelog: v2.0.5...v3.0.0
v3.0.0-beta.2
wip
v3.0.0-beta.1
Full Changelog: v2.0.5...v3.0.0-beta.1
v2.0.5
v2.0.4
v2.0.3
What's Changed
- Downgrade phpseclib back to 2.x by @marickvantuil in #23
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Fix mention of cloud tasks in the readme by @mkarnicki in #17
- Update test to work with new Artisan command output by @marickvantuil in #18
- Test package with PHP 8.2 and Laravel 10 by @marickvantuil in #22
New Contributors
- @mkarnicki made their first contribution in #17
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Fix conflicting facade accessor by @marickvantuil in #16
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Merge pull request #15 from stackkit/feature/use-google-own-openid-ve…