functions-framework-go

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

APACHE-2.0 License

Stars
438
Committers
22

Bot releases are hidden (Show)

functions-framework-go - v1.6.1

Published by anniefu about 2 years ago

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)
functions-framework-go - v1.2.0

Published by mtraver almost 4 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
functions-framework-go - v1.1.0

Published by roffjulie about 4 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