Releases: GoogleCloudPlatform/functions-framework-go
Releases · GoogleCloudPlatform/functions-framework-go
functions-framework-go v1.5.1
functions-framework-go v1.5.0
functions-framework-go v1.3.0
Features
Bug Fixes
functions-framework-go v1.2.1
v1.2.0
Go Functions Framework v1.2.0
Changes:
- Support background to CloudEvent conversion
- Improvements to log flushing on Cloud Functions
- Log error message and flush logs before writing HTTP response to ensure traces are visible in Cloud Logging
- Only flush logs after HTTP execution if running on GCF
v1.1.0
Go Functions Framework v1.1.0
Changes:
- Introduce CloudEvents signature type
- Introduce
Register**FunctionContext(context.Context, string, <function type>) errorregistration functions to improve compile-time validation - Deprecate
Register**Function(string, interface{})registration functions - Improvements to log flushing on Cloud Functions
- Dependency upgrades
- cloud.google.com/go: v0.53.0 -> v0.63.0
- github.com/cloudevents/sdk-go: v1.0.0 -> v2.2.0