Releases: GoogleCloudPlatform/functions-framework-go
Releases · GoogleCloudPlatform/functions-framework-go
v1.9.0
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
v1.8.1
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
1.8.0 (2023-09-26)
Features
- Added instructions for binding locally. (#215) (8e6bded)
Bug Fixes
v1.7.4
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.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.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
1.5.3 (2022-02-10)
Bug Fixes
- return generic error message when function panics (#111) (e25c08a)
functions-framework-go v1.5.2
functions-framework-go v1.5.1
functions-framework-go v1.5.0
Features
- move declarative function API into
functions
package (#99) (8f488f2)
Bug Fixes
- let CloudEvent functions be registered multiple times (#95) (0e41555)