You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@google-cloud/functions-framework

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/functions-framework - npm Package Versions

2345

4.0.0

Diff
g
google-wombot
published 4.0.0 •

Changelog

Source

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)
g
google-wombot
published 3.5.1 •

Changelog

Source

3.5.1 (2025-03-27)

Bug Fixes

  • correct handling of IGNORED_ROUTES set to empty (4799207)
g
google-wombot
published 3.5.0 •

Changelog

Source

3.5.0 (2025-03-27)

Features

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

Bug Fixes

  • deps: downgrade @types/express to v4 (d40a514)
g
google-wombot
published 3.4.6 •

Changelog

Source

3.4.6 (2025-03-04)

Bug Fixes

g
google-wombot
published 3.4.5 •

Changelog

Source

3.4.5 (2024-12-26)

Bug Fixes

  • fix trace context pattern, remove trace id and respect logging span id field. (#667) (0fb00a5)
g
google-wombot
published 3.4.4 •

Changelog

Source

3.4.4 (2024-12-19)

Bug Fixes

  • do not call render in the errorHandler (#665) (9206893)
g
google-wombot
published 3.4.3 •

Changelog

Source

3.4.3 (2024-12-12)

Bug Fixes

  • Fix typings for functions.cloudEvent to include callback. (#631) (47cd4c6)
g
google-wombot
published 3.4.2 •

Changelog

Source

3.4.2 (2024-07-22)

Bug Fixes

  • Don't set severity level for text log. (#625) (5bd82de)
g
google-wombot
published 3.4.1 •

Changelog

Source

3.4.1 (2024-07-09)

Bug Fixes

  • if execution id support requested for node 12, fail open and drop execution id support instead of crashing out (#618) (47003fd)
  • parse structured logs, and handle ANSI escape codes in logs (#620) (33a7266)
g
google-wombot
published 3.4.0 •

Changelog

Source

3.4.0 (2024-04-29)

Features

Bug Fixes

  • etag should not be set on any response (#571) (89a3abb)
  • framework fails to shutdown gracefully when exit code is a string (#545) (5355069)