Functions Framework Go Versions Save

FaaS (Function as a service) framework for writing portable Go functions

v1.8.1

2 months ago

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

7 months ago

1.8.0 (2023-09-26)

Features

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

Bug Fixes

v1.7.4

11 months ago

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

1 year ago

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

1 year ago

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.6.0

1 year ago

1.6.0 (2022-08-05)

Features

Bug Fixes

  • adding a check for null http handler before starting the server (#138) (5d5bf7a)
  • Allow registering multiple functions with one server for local testing. (#143) (3cab285)
  • log CloudEvent function errors to stderr (#132) (ac973b4)
  • remove obsolete blank prints (#144) (5c7091f)

v1.5.3

2 years ago

1.5.3 (2022-02-10)

Bug Fixes

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

v1.5.2

2 years ago

Bug Fixes

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

v1.5.1

2 years ago

Bug Fixes

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

v1.5.0

2 years ago

Features

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

Bug Fixes

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