Skip to content

Releases: GoogleCloudPlatform/functions-framework-php

v1.4.1

03 Oct 21:26
a556a03
Compare
Choose a tag to compare

1.4.1 (2024-10-02)

Miscellaneous Chores

  • deps: update oskarstark/php-cs-fixer-ga:latest docker digest to 0c86f44 (#201) (df1a53c)

v1.4.0

20 Sep 02:10
d6c5625
Compare
Choose a tag to compare

1.4.0 (2024-09-20)

Features

  • add environment variable for configuring max_execution_time (#185) (fd1ca55)

Bug Fixes

  • drop support for php 8.0 and earlier, add testing for php 8.3 (1926fae)
  • use full import paths from vendor for new composer (#163) (fb92e9e)

Miscellaneous Chores

  • deps: update actions/checkout action to v4 (#176) (a90c0f3)
  • deps: update actions/dependency-review-action action to v3 (#177) (bbbdfef)
  • deps: update actions/dependency-review-action action to v4 (#188) (a3eb48c)
  • deps: update actions/setup-go action to v5 (#183) (a81f023)
  • deps: update all non-major dependencies (#175) (f1b4ac1)
  • deps: update all non-major dependencies (#182) (ceb2acb)
  • deps: update all non-major dependencies (#187) (1dc699f)
  • deps: update dependency psr/http-message to v2 (#189) (9f4b045)
  • deps: update github/codeql-action action to v3 (#191) (7d1ba36)
  • deps: update googlecloudplatform/functions-framework-conformance digest to e42b153 (#157) (85aed77)
  • deps: update nick-invision/retry action to v3 (#192) (c0873b4)
  • deps: update oskarstark/php-cs-fixer-ga:latest docker digest to 665532c (#174) (1ad568d)
  • deps: update oskarstark/php-cs-fixer-ga:latest docker digest to 83b093a (#181) (02f1777)
  • deps: update oskarstark/php-cs-fixer-ga:latest docker digest to 8ad55ef (#158) (3f0a3e0)
  • deps: update oskarstark/php-cs-fixer-ga:latest docker digest to 9702a9f (#186) (8cfaeca)
  • deps: update oskarstark/php-cs-fixer-ga:latest docker digest to dff3928 (#171) (4aef2ea)
  • deps: update oskarstark/php-cs-fixer-ga:latest docker digest to febc59e (#179) (e3af608)
  • deps: update shivammathur/setup-php digest to 6d7209f (#180) (4faaea7)
  • deps: update shivammathur/setup-php digest to 81cd5ae (#172) (e32b8fe)
  • deps: update shivammathur/setup-php digest to c541c15 (#195) (ebf37e1)
  • disable integration test on forks (#165) (ed91598)
  • fix CI (#200) (06f5d8b)
  • remove self from blunderbuss.yml (#173) (d6cc80f)
  • run buildpack tests on pull (#153) (8606f4c)
  • Update blunderbuss.yml (#164) (6496941)
  • Update blunderbuss.yml (#196) (e3a4d65)
  • Update blunderbuss.yml (#197) (c2c095d)
  • Update harden runner and fix ci errors. (#160) (1e26c21)
  • Update scorecard.yml (#199) (347098a)

v1.3.0

11 Jul 20:53
c95d90f
Compare
Choose a tag to compare

1.3.0 (2023-06-26)

Features

Bug Fixes

  • correct content-type headers on typed function response (#152) (2a99824)

Miscellaneous Chores

  • add conformance test coverage for typed function signature (#151) (4a4abeb)
  • add missing endpoint to allow list (#146) (284e581)
  • add security scorecard to readme (#143) (d9ab518)
  • apply recommended egress policy (#144) (aa2a0e8)
  • deps: update oskarstark/php-cs-fixer-ga:latest docker digest to 27a50ce (#147) (6408db2)
  • deps: update shivammathur/setup-php digest to c5fc0d8 (#148) (bd0d24c)
  • refactor includes in favor of autoload-dev (#149) (dfd5cb4)
  • update buildpack integrations tests (#150) (8c5bb47)

v1.2.0

25 May 21:24
72da9b3
Compare
Choose a tag to compare

1.2.0 (2023-05-25)

Features

Miscellaneous Chores

v1.1.0

10 Nov 19:59
7e84ad4
Compare
Choose a tag to compare
  • feat: introduce declarative function signatures (#116)
  • add CloudEventSdkCompliant for wrapping CloudEvent into CloudEventInterface (#113)

v1.0.0

14 Sep 17:47
494730f
Compare
Choose a tag to compare

Initial release corresponding with GA release of GCF PHP 7.4.

Features

  • Support for local development workflows using PubSub emulator (#106)

v0.8.0

27 Aug 17:19
c8930e7
Compare
Choose a tag to compare

Features

  • register GCS stream wrapper in router.php when the package exists (#75)
  • allow guzzle/psr 2.0 (#102)

Fixes

  • Firebase RTDB event types have ".ref" not ".document" (#107)

v0.7.2

09 Mar 22:31
1bf9f42
Compare
Choose a tag to compare

Bug Fixes

  • fix: update background to CloudEvent conversion (#73)
  • fix: conformance tests, support JSON serialization of CloudEvents (#72)
  • fix: datacontenttype handling in binary mode events (#71)

Documentation

  • chore: update example and documentation to PHP 7.4. (#69)
  • chore: add documentation on deploying to GCF (#61)

v0.7.1

10 Nov 17:04
010835c
Compare
Choose a tag to compare

Bug Fixes

  • allow array data when parsing binary event (#63)

v0.7.0

06 Nov 21:03
86cdead
Compare
Choose a tag to compare

Features

  • add handling for exceptions (#62)
  • add support for structured events (#59)