Skip to content

Releases: ingenerator/cloud-tasks-wrapper

v0.5.9 Support PHP 8.4

23 Jul 08:24
143cda0

Choose a tag to compare

What's Changed

Full Changelog: v0.5.8...v0.5.9

v0.5.8

17 Dec 10:41
8221bf0

Choose a tag to compare

  • Require google/protobuf 4.x instead of 3.x
  • Drop support for psr/http-message<2, ingenerator/php-utils<2, ingenerator/oidc-token-verifier<1
  • Drop support for PHP 8.1

v0.5.7 Support PHP 8.3

01 Oct 18:57
130fa7c

Choose a tag to compare

What's Changed

Full Changelog: v0.5.6...v0.5.7

Require new google/gax:^1.29.1 InsecureCredentialsWrapper for emulator use

28 Feb 15:30
0d04ff5

Choose a tag to compare

Google have moved the InsecureCredentialsWrapper class to google/gax 1.29.1 (from google/cloud-core) as part of the followup to the gax release that broke the version of this class in cloud-core.

This package now requires google/gax directly (which is not a new requirement, because google/cloud-tasks already requires it). This replaces the previous suggestion to include cloud-core for emulator use (and the runtime check that the class existed), so consuming projects no longer need to explicitly require google/cloud-core just to use a Cloud Tasks emulator.

Support psr/http-message:^2.0

15 Feb 13:29
c14fd44

Choose a tag to compare

Merge pull request #19 from ingenerator/0.5-support-http-message-2

Support psr/http-message:^2.0

v0.5.4

07 Feb 16:17
ff204d1

Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.5.4

v0.5.3

27 Oct 06:29
33e4bbb

Choose a tag to compare

What's Changed

  • Additionally support oidc-token-verifier:^1.0 by @craig410 in #17

Full Changelog: v0.5.2...v0.5.3

v0.5.2

15 Aug 06:10
c8c950e

Choose a tag to compare

What's Changed

  • Use InsecureCredentialsWrapper for emulator by @craig410 in #16

Full Changelog: v0.5.1...v0.5.2

0.5.1 - more flexible task dispatch options, PHP version support

30 Mar 09:44
c6ac8f4

Choose a tag to compare

What's Changed

  • Update PHP supported versions by @acoulton in #14
  • Support a custom audience for cloud tasks auth tokens by @acoulton in #13
  • Support specifying a custom_handler_url for a task despatch by @acoulton in #15

Full Changelog: v0.5.0...v0.5.1

v0.5.0 Support PHP 8.1

17 Oct 09:37
84483bb

Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.5.0