Skip to content

Commit 817c233

Browse files
chore(main): release 5.0.4 (#773)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8b780fc commit 817c233

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://www.npmjs.com/package/@google-cloud/functions-framework?activeTab=versions
66

7+
## [5.0.4](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v5.0.3...v5.0.4) (2026-06-24)
8+
9+
10+
### Bug Fixes
11+
12+
* decode only the viewed bytes of Uint8Array log data ([#772](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/772)) ([8b780fc](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/8b780fc9e9f9a105543e661c58b1202a6804038a))
13+
714
## [5.0.3](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v5.0.2...v5.0.3) (2026-06-22)
815

916

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/functions-framework",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
44
"description": "FaaS (Function as a service) framework for writing portable Node.js functions",
55
"engines": {
66
"node": ">=10.0.0"

0 commit comments

Comments
 (0)