Functions Framework Dart Versions Save

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

dartfn-v0.4.6

9 months ago
  • Ignore file cleanup.
  • Require Dart 3.0
  • Support package:http v1

functions_framework-v0.4.3+1

9 months ago
  • Migrate from package:gcp to package:google_cloud.

gcp-v0.2.0

9 months ago
  • Last release. Replaced by package:google_cloud.
  • cloudLoggingMiddleware uses structured logs (jsonPayload) when message is of type Map. All other messages are logged as text (textPayload).

google_cloud-v0.2.0

9 months ago
  • First release replacing package:gcp.

functions_framework_builder-v0.4.10

10 months ago
  • Allow the latest package:functions_framework.

functions_framework-v0.4.3

10 months ago
  • Support application/protobuf event encoding.

functions_framework_builder-v0.4.9

10 months ago
  • Support the latest package:analyzer.

gcp-v0.1.1

10 months ago
  • Require Dart 3.0
  • Support package:http v1

functions_framework-v0.4.2

10 months ago
  • Requires Dart 3.0.0.
  • Support package:http v1

functions_framework-v0.3.1

3 years ago
  • functions_framework.dart
    • RequestContext
      • Added request property to access original request.
      • Deprecated headers and headersAll - use request instead.
  • Fix exception on Windows due to SIGTERM handler (#153).