Skip to content

Releases: GoogleCloudPlatform/functions-framework-go

functions-framework-go v1.5.1

17 Nov 23:15
d441889

Choose a tag to compare

Bug Fixes

  • minimize dependencies on 3P libraries (#101) (f5c1abd)

functions-framework-go v1.5.0

11 Nov 01:38
b421ea6

Choose a tag to compare

Features

  • move declarative function API into functions package (#99) (8f488f2)

Bug Fixes

  • let CloudEvent functions be registered multiple times (#95) (0e41555)

functions-framework-go v1.3.0

21 Oct 20:51
4104626

Choose a tag to compare

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)

functions-framework-go v1.2.1

17 Sep 17:07
c889515

Choose a tag to compare

Bug Fixes

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

v1.2.0

06 Nov 23:37
fed3577

Choose a tag to compare

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

14 Aug 00:04
551723b

Choose a tag to compare

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