Skip to content

Releases: GoogleCloudPlatform/functions-framework-nodejs

v3.1.2

06 Jun 19:08
978054b
Compare
Choose a tag to compare

3.1.2 (2022-06-06)

Bug Fixes

v3.1.1

27 Apr 15:18
aa58c87
Compare
Choose a tag to compare

3.1.1 (2022-04-22)

Bug Fixes

  • deps: Move @types/express to dependencies (#457) (1682e07)
  • deps: update dependency cloudevents to v6 (#451) (33d6a5b)

v3.1.0

31 Mar 22:04
199c6b7
Compare
Choose a tag to compare

3.1.0 (2022-03-31)

Features

  • Disable Express eTag response header for consistent FF behaviour across FF runtimes (#439) (07668f6)

Bug Fixes

  • deps: update dependency minimist to v1.2.6 [security] (#432) (32bb723)

v3.0.0

15 Feb 21:33
0bc6c13
Compare
Choose a tag to compare

3.0.0 (2022-02-15)

⚠ BREAKING CHANGES

  • send correct response code on exception (#427)

Bug Fixes

  • send correct response code on exception (#427) (5d996fe)

v2.1.1

01 Feb 16:01
7034c37
Compare
Choose a tag to compare

2.1.1 (2022-02-01)

Bug Fixes

@google-cloud/functions-framework v2.1.0

07 Dec 00:33
bcfc183
Compare
Choose a tag to compare

Features

  • add testing helpers and instructions (#392) (9c25913)
  • update to latest version of clouevents sdk (#402) (bd36243)

@google-cloud/functions-framework v2.0.0

10 Nov 21:52
9a38839
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • remove eventarc cloudevent types (#385)
  • update the build to use api-extractor types (#383)
  • use snake case for generated cloudevent files (#382)
  • rename cloudevent to CloudEvent (#379)
  • Add type annotation for Request.rawBody
  • move function wrapping earlier (#335)
  • This commit refactors the SignatureType enum into an array of strings declared as const. This allows the SignatureType type to be expressed as a union type, which works a bit better when parsing a users provided string.

Features

  • add google CloudEvent types (#376) (292ade9)
  • enable traceparent header for cloudevents (#336) (aba9cb4)
  • generate cloudevent types from googleapis/google-cloudevents (#371) (7617801)
  • introduce declarative function signatures (#347) (db1ba9e)
  • update the build to use api-extractor types (#383) (752c49c)

Bug Fixes

Reverts

Code Refactoring

@google-cloud/functions-framework v2.0.0-beta.1

30 Oct 00:02
Compare
Choose a tag to compare

BREAKING CHANGES

  • Add type annotation for Request.rawBody
  • move function wrapping earlier (#335)
  • This commit refactors the SignatureType enum into an array of strings declared as const. This allows the SignatureType type to be expressed as a union type, which works a bit better when parsing a users provided string.

Features

  • enable traceparent header for cloudevents (#336) (aba9cb4)
  • generate cloudevent types from googleapis/google-cloudevents (#371) (7617801)
  • introduce declarative function signatures (#347) (db1ba9e)

Bug Fixes

Code Refactoring

@google-cloud/functions-framework v1.10.0

20 Sep 16:12
42a3552
Compare
Choose a tag to compare

Features

@google-cloud/functions-framework v1.9.0

25 Jun 18:48
eda3233
Compare
Choose a tag to compare

Features

Bug Fixes