Skip to content

Releases: GoogleCloudPlatform/functions-framework-nodejs

v5.0.2

18 Feb 19:09
255019d

Choose a tag to compare

5.0.2 (2026-02-18)

Bug Fixes

  • correct deprecated API usage and source comment typos (#741) (8d3ac85)
  • deps: bump qs from 6.14.1 to 6.15.0 (#739) (6c6b444)

v5.0.1

10 Feb 18:32
82fec65

Choose a tag to compare

5.0.1 (2026-02-06)

Bug Fixes

v5.0.0

30 Dec 23:28
c933d97

Choose a tag to compare

5.0.0 (2025-12-30)

⚠ BREAKING CHANGES

  • update dependency express to v5 (#726)

Miscellaneous Chores

v4.0.1

20 Nov 00:37
34e75c8

Choose a tag to compare

v4.0.1 Pre-release
Pre-release

4.0.1 (2025-11-20)

Bug Fixes

  • add release-assets.githubusercontent.com to allowed domains (#713) (4cd1b2b)
  • update microsoft/api-extractor to 7.55.0 (#712) (8e565c8)

Breaking Changes

  • update dependency express to v5 (#715)

v4.0.0

29 Apr 16:34

Choose a tag to compare

4.0.0 (2025-04-28)

⚠ BREAKING CHANGES

  • upgrade all dependencies
  • delete the undocumented "typed" function signature
  • drop support for old nodejs versions

Bug Fixes

  • delete the undocumented "typed" function signature (c0714e7)

Miscellaneous Chores

  • drop support for old nodejs versions (c0714e7)
  • upgrade all dependencies (c0714e7)

v3.5.1

27 Mar 21:27

Choose a tag to compare

3.5.1 (2025-03-27)

Bug Fixes

  • correct handling of IGNORED_ROUTES set to empty (4799207)

v3.5.0

27 Mar 20:17

Choose a tag to compare

3.5.0 (2025-03-27)

Features

  • adds a new ignored-routes config option (70f68e9)

Bug Fixes

  • deps: downgrade @types/express to v4 (d40a514)

v3.4.6

04 Mar 19:26
a941cd1

Choose a tag to compare

3.4.6 (2025-03-04)

Bug Fixes

v3.4.5

02 Jan 18:20
5652d60

Choose a tag to compare

3.4.5 (2024-12-26)

Bug Fixes

  • fix trace context pattern, remove trace id and respect logging span id field. (#667) (0fb00a5)

v3.4.4

20 Dec 18:47
a40b32a

Choose a tag to compare

3.4.4 (2024-12-19)

Bug Fixes

  • do not call render in the errorHandler (#665) (9206893)