Functions Framework Go Versions Save

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

v1.4.0

2 years ago

Features

Bug Fixes

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

v1.3.0

2 years ago

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)

v1.2.1

2 years ago

Bug Fixes

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

v1.2.0

3 years ago

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

3 years ago

Go Functions Framework v1.1.0

Changes:

  • Introduce CloudEvents signature type
  • Introduce Register**FunctionContext(context.Context, string, <function type>) error registration 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