Skip to content

Releases: kreait/gcp-metadata-php

1.3.2

21 Jun 22:22
367fc08
Compare
Choose a tag to compare

Raised minimum version of Guzzle to address CVE-2022-31090 and CVE-2022-31091

1.3.1

13 Jun 07:17
f5ee63c
Compare
Choose a tag to compare

Raised minimum version of Guzzle to address CVE-2022-31042

1.3.0

26 May 09:40
fd10454
Compare
Choose a tag to compare
  • Dropped support for PHP <7.4
  • Raised minimum versions of Guzzle to fix CVE-2022-29248

1.2.0

26 May 16:56
d9a1afe
Compare
Choose a tag to compare
  • Added support for Guzzle 7
  • Raised minimum required Guzzle 6 version from 6.0 to 6.3.3
  • Added support for PHP 8
  • Dropped support for PHP <7.2

1.1.0

19 Mar 18:33
1.1.0
7ab206b
Compare
Choose a tag to compare
  • Use IP address instead of hostname for the Google Metadata service to avoid slow requests when not on Compute Engine
  • The availability status of the Metadata Service is now cached to save requests
  • Configured the underlying HTTP client to be less resilient, but faster

1.0.1

28 Jul 13:58
1.0.1
9bc4b87
Compare
Choose a tag to compare

Bugfixes

  • Changed Kreait\Error to Kreait\GcpMetadata\Error (noone uses this library yet, so I'll pretend it's a non-breaking change :)

1.0

27 Jul 11:37
1.0
8725cc9
Compare
Choose a tag to compare
1.0

Initial release