Skip to content

Latest commit

 

History

History
95 lines (68 loc) · 14.3 KB

CHANGELOG.md

File metadata and controls

95 lines (68 loc) · 14.3 KB

Changelog

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)

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)

1.2.0 (2023-05-25)

Features

Miscellaneous Chores