Skip to content

Latest commit

 

History

History
82 lines (38 loc) · 5.43 KB

CHANGELOG.md

File metadata and controls

82 lines (38 loc) · 5.43 KB

Changelog

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)