Skip to content

Releases: stackkit/laravel-google-cloud-tasks-queue

v3.5.0

09 Apr 13:45
c08d48d

Choose a tag to compare

What's Changed

  • set a name for the cloud task based on display name and UUID by @i386 in #100

Full Changelog: v3.4.1...v3.5.0

v3.4.1

09 Mar 21:21
73a6ed7

Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.4.1

v3.4.1-rc1

17 Feb 13:47

Choose a tag to compare

v3.4.1-rc1 Pre-release
Pre-release

Full Changelog: v3.4.0...v3.4.1-rc1

v3.4.0

08 Feb 20:34
2282462

Choose a tag to compare

Add support for Laravel 10

What's Changed

Full Changelog: v3.3.3...v3.4.0

v3.3.3

07 Dec 20:22
a4d3efa

Choose a tag to compare

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

19 Nov 14:24
eebe0d6

Choose a tag to compare

What's Changed

Full Changelog: v3.3.1...v3.3.2

v3.3.1

22 Oct 10:36
b0fdb29

Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.3.1

v3.3.0: Merge pull request #70 from stackkit/feature/job-releasing

15 Oct 15:08
069c30e

Choose a tag to compare

v3.3.0-beta1: Merge pull request #70 from stackkit/feature/job-releasing

30 Sep 12:29
069c30e

Choose a tag to compare

Add support for dispatching after commit & add task handler request validation

02 Sep 14:11
d54ba2e

Choose a tag to compare

Merge pull request #69 from stackkit/bugfix/dispatch-after-commit

Respect after_commit when set through config