Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c95d90f

Browse files
authoredJul 11, 2023
chore(main): release 1.3.0 (#145)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4a4abeb commit c95d90f

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/GoogleCloudPlatform/functions-framework-php/compare/v1.2.0...v1.3.0) (2023-06-26)
4+
5+
6+
### Features
7+
8+
* implement typed function signature ([#141](https://github.com/GoogleCloudPlatform/functions-framework-php/issues/141)) ([a925ca4](https://github.com/GoogleCloudPlatform/functions-framework-php/commit/a925ca45efce9a99ea3420a542514757107d6ef3))
9+
10+
11+
### Bug Fixes
12+
13+
* correct content-type headers on typed function response ([#152](https://github.com/GoogleCloudPlatform/functions-framework-php/issues/152)) ([2a99824](https://github.com/GoogleCloudPlatform/functions-framework-php/commit/2a99824f547d5407bbe639753ee97249b0b2de6f))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* add conformance test coverage for typed function signature ([#151](https://github.com/GoogleCloudPlatform/functions-framework-php/issues/151)) ([4a4abeb](https://github.com/GoogleCloudPlatform/functions-framework-php/commit/4a4abebd95f1368bcef3da18087f197482907111))
19+
* add missing endpoint to allow list ([#146](https://github.com/GoogleCloudPlatform/functions-framework-php/issues/146)) ([284e581](https://github.com/GoogleCloudPlatform/functions-framework-php/commit/284e5812f2eac0514e1d974d7f62c37b6611548d))
20+
* add security scorecard to readme ([#143](https://github.com/GoogleCloudPlatform/functions-framework-php/issues/143)) ([d9ab518](https://github.com/GoogleCloudPlatform/functions-framework-php/commit/d9ab518fd8d86a439c2312e5d584ec5af336b485))
21+
* apply recommended egress policy ([#144](https://github.com/GoogleCloudPlatform/functions-framework-php/issues/144)) ([aa2a0e8](https://github.com/GoogleCloudPlatform/functions-framework-php/commit/aa2a0e87484974a7e997c7b2a831dd496b2b05bd))
22+
* **deps:** update oskarstark/php-cs-fixer-ga:latest docker digest to 27a50ce ([#147](https://github.com/GoogleCloudPlatform/functions-framework-php/issues/147)) ([6408db2](https://github.com/GoogleCloudPlatform/functions-framework-php/commit/6408db2bce395f5613d0eadb26c401e77cf816eb))
23+
* **deps:** update shivammathur/setup-php digest to c5fc0d8 ([#148](https://github.com/GoogleCloudPlatform/functions-framework-php/issues/148)) ([bd0d24c](https://github.com/GoogleCloudPlatform/functions-framework-php/commit/bd0d24c545bb514a1d1837f033900860a74c9d5a))
24+
* refactor includes in favor of autoload-dev ([#149](https://github.com/GoogleCloudPlatform/functions-framework-php/issues/149)) ([dfd5cb4](https://github.com/GoogleCloudPlatform/functions-framework-php/commit/dfd5cb4499ab1e9adfe3d94c10bc6daa81ca29ef))
25+
* update buildpack integrations tests ([#150](https://github.com/GoogleCloudPlatform/functions-framework-php/issues/150)) ([8c5bb47](https://github.com/GoogleCloudPlatform/functions-framework-php/commit/8c5bb471254d9e62d81ebe6e7dbc5e0728863acf))
26+
327
## [1.2.0](https://github.com/GoogleCloudPlatform/functions-framework-php/compare/v1.1.0...v1.2.0) (2023-05-25)
428

529

‎composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
"guzzlehttp/guzzle": "^7.2"
2222
},
2323
"autoload-dev": {
24-
"files": ["tests/common/types.php"]
24+
"files": [
25+
"tests/common/types.php"
26+
]
2527
},
2628
"bin": [
2729
"router.php"

0 commit comments

Comments
 (0)
Please sign in to comment.