Skip to content

Releases: GoogleCloudPlatform/functions-framework-dart

package:functions_framework v0.4.3+1

13 Aug 00:20
8926a9a
Compare
Choose a tag to compare
  • Migrate from package:gcp to package:google_cloud.

package:dartfn v0.4.6

13 Aug 01:07
9a78430
Compare
Choose a tag to compare
  • Ignore file cleanup.
  • Require Dart 3.0
  • Support package:http v1

package:google_cloud v0.2.0

12 Aug 23:15
6e6ee15
Compare
Choose a tag to compare
  • First release replacing package:gcp.

package:gcp v0.2.0

12 Aug 23:41
973949e
Compare
Choose a tag to compare
  • 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).

package:functions_framework_builder v0.4.10

04 Jul 01:45
b291e0a
Compare
Choose a tag to compare
  • Allow the latest package:functions_framework.

package:functions_framework v0.4.3

04 Jul 01:34
3e90163
Compare
Choose a tag to compare
  • Support application/protobuf event encoding.

package:functions_framework_builder v0.4.9

03 Jul 22:59
6a954ab
Compare
Choose a tag to compare
  • Support the latest package:analyzer.

package:gcp v0.1.1

15 Jun 21:30
d51c4b9
Compare
Choose a tag to compare
  • Require Dart 3.0
  • Support package:http v1

package:functions_framework v0.4.2

15 Jun 21:23
78d0ce5
Compare
Choose a tag to compare
  • Requires Dart 3.0.0.
  • Support package:http v1

functions_framework-v0.3.1

29 Dec 02:26
8397fc8
Compare
Choose a tag to compare
Pre-release
  • 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).