Skip to content

Releases: GoogleCloudPlatform/functions-framework-go

v1.8.1

14 Feb 19:34
70d403b
Compare
Choose a tag to compare

1.8.1 (2024-02-14)

Bug Fixes

  • Add GCP error reporting log format to cloudevent functions and include panic message in stack trace. (#230) (0a89bb4)

v1.8.0

27 Sep 22:56
953b08e
Compare
Choose a tag to compare

1.8.0 (2023-09-26)

Features

  • Added instructions for binding locally. (#215) (8e6bded)

Bug Fixes

v1.7.4

06 Jun 22:07
1e6a7be
Compare
Choose a tag to compare

1.7.4 (2023-06-06)

Bug Fixes

  • add new line to panic stack trace so Error Reporting can ingest the log (#203) (1a50c23)

v1.7.0

18 Apr 20:39
33b6d94
Compare
Choose a tag to compare

1.7.0 (2023-04-18)

Features

  • Add support for strongly typed function signature (#168) (06264b6)
  • Allow registering multiple functions with one server for local testing (#154) (fcc3f61)
  • configure security score card action (#169) (e038fee)

v1.6.1

13 Aug 00:58
308f812
Compare
Choose a tag to compare

1.6.1 (2022-08-12)

Features

Bug Fixes

  • adding a check for null http handler before starting the server (#138) (5d5bf7a)
  • log CloudEvent function errors to stderr (#132) (ac973b4)
  • remove obsolete blank prints (#144) (5c7091f)

v1.5.3

12 Feb 02:21
93aa0c5
Compare
Choose a tag to compare

1.5.3 (2022-02-10)

Bug Fixes

  • return generic error message when function panics (#111) (e25c08a)

functions-framework-go v1.5.2

24 Nov 17:20
8482938
Compare
Choose a tag to compare

Bug Fixes

  • make metadata.FromContext work again (#103) (2714714)

functions-framework-go v1.5.1

17 Nov 23:15
d441889
Compare
Choose a tag to compare

Bug Fixes

  • minimize dependencies on 3P libraries (#101) (f5c1abd)

functions-framework-go v1.5.0

11 Nov 01:38
b421ea6
Compare
Choose a tag to compare

Features

  • move declarative function API into functions package (#99) (8f488f2)

Bug Fixes

  • let CloudEvent functions be registered multiple times (#95) (0e41555)

functions-framework-go v1.3.0

21 Oct 20:51
4104626
Compare
Choose a tag to compare

Features

  • enable converting CloudEvent requests to Background Event requests (#86) (c2a9921)

Bug Fixes

  • make event marshaling HTTP error codes consistent (#85) (b475137)
  • update 'upcasting' pubsub and firebase event conversion (#84) (1e4b705)
  • use latest conformance test GitHub Action to fix tests (#82) (f5f92b9)