From 5652d6062b5ba74692f298c1e2aef6bd0ccc831a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 10:20:29 -0800 Subject: [PATCH] chore(main): release 3.4.5 (#668) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e414b96..58adafda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/functions-framework?activeTab=versions +## [3.4.5](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v3.4.4...v3.4.5) (2024-12-26) + + +### Bug Fixes + +* fix trace context pattern, remove trace id and respect logging span id field. ([#667](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/667)) ([0fb00a5](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/0fb00a5a548555376b3ac81b2393a6f878b18a03)) + ## [3.4.4](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v3.4.3...v3.4.4) (2024-12-19) diff --git a/package-lock.json b/package-lock.json index 5eefcc88..1f908f91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-cloud/functions-framework", - "version": "3.4.4", + "version": "3.4.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@google-cloud/functions-framework", - "version": "3.4.4", + "version": "3.4.5", "license": "Apache-2.0", "dependencies": { "@types/express": "^5.0.0", diff --git a/package.json b/package.json index 2d5eb289..253afd99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/functions-framework", - "version": "3.4.4", + "version": "3.4.5", "description": "FaaS (Function as a service) framework for writing portable Node.js functions", "engines": { "node": ">=10.0.0"