Skip to content

Latest commit

 

History

History
151 lines (69 loc) · 9.87 KB

CHANGELOG.md

File metadata and controls

151 lines (69 loc) · 9.87 KB

Changelog

1.9.0 (2024-08-07)

Features

Bug Fixes

  • cancel request context when timeout exceeded (#244) (298bc02)
  • upgrade cloudevents to latest if on go1.18 or later (#248) (d341ae5), closes #247

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)

1.8.0 (2023-09-26)

Features

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

Bug Fixes

1.7.4 (2023-06-06)

Bug Fixes

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

1.7.3 (2023-05-10)

Bug Fixes

  • attempt to log panic error in one logging entry (#197) (df1a83d)

1.7.2 (2023-05-08)

Bug Fixes

  • wrap panic message when log to stderr (#195) (a1541ce)

1.7.1 (2023-04-24)

Bug Fixes

  • add new line to panic stack trace so Error Reporting can ingest the log (#190) (76466dd)

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)

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)

1.5.3 (2022-02-10)

Bug Fixes

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

1.5.2 (2021-11-24)

Bug Fixes

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

1.5.1 (2021-11-17)

Bug Fixes

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

1.5.0 (2021-11-10)

Features

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

Bug Fixes

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

1.4.0 (2021-11-02)

Features

Bug Fixes

  • use standard RFC3339 time formatting (#89) (8218243)

1.3.0 (2021-10-19)

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)

1.2.1 (2021-09-07)

Bug Fixes

  • update Firebase Auth subject in CloudEvent conversion (#68) (c36839b)