Skip to content

Releases: GoogleCloudPlatform/functions-framework-ruby

functions_framework: v1.4.1

28 Jun 19:04
57bf511
Compare
Choose a tag to compare

1.4.1 (2023-06-27)

Bug Fixes

  • enable typed function compatibility with http signature (#174)

functions_framework: v1.4.0

16 Jun 20:39
2b60f4a
Compare
Choose a tag to compare

1.4.0 (2023-06-16)

Features

  • implement typed function signature (#158)

functions_framework: v1.3.0

06 Apr 16:44
18daa5a
Compare
Choose a tag to compare

1.3.0 (2023-04-05)

Features

  • configure security scorecard (#148)
  • Support for Puma 6 and Rack 3 (#152)

functions_framework: v1.2.0

25 Aug 22:07
d935462
Compare
Choose a tag to compare

1.2.0 (2022-08-25)

Features

  • Increase maximum concurrent requests for the server to 1000 (#138)
  • Update minimum Ruby version to 2.6 (#145)

Bug Fixes

  • Set default max_threads back to 16 (#143)

functions_framework: v1.1.0

19 Jan 00:00
657ea51
Compare
Choose a tag to compare

1.1.0 (2022-01-17)

Features

  • Increase default max thread pool size to 8 (#125) (3e5da5e)
  • Return 204 from GET requests to an event function, to support health checks (#128) (f87ce40)

Bug Fixes

  • Flush stdout and stderr streams at the end of each request (#126) (1b6847d)
  • Format the error backtrace (a23620f)

Release functions_framework 1.0.1

13 Sep 20:32
0d90470
Compare
Choose a tag to compare
functions_framework/v1.0.1

chore: release functions_framework 1.0.1 (#116)

functions_framework 1.0.0

07 Jul 23:55
6446eb2
Compare
Choose a tag to compare

v1.0.0 / 2021-07-07

  • Bumped the version to 1.0.
  • Removed the "preview" notices for Google Cloud Functions since the Ruby runtime is now GA.

functions_framework 0.11.0

28 Jun 17:17
5a02784
Compare
Choose a tag to compare

v0.11.0 / 2021-06-28

  • UPDATED: Update CloudEvents dependency to 0.5 to get fixes for JSON formatting cases
  • FIXED: Updated Pub/Sub and Firebase event conversion logic to better align to Eventarc

functions_framework 0.10.0

01 Jun 18:44
cc42aae
Compare
Choose a tag to compare

v0.10.0 / 2021-06-01

  • ADDED: Support raw pubsub events sent by the pubsub emulator
  • FIXED: Set proper response content-type charset when a function returns a string (plain text) or hash (JSON)
  • FIXED: Properly handle conversion of non-ascii characters in legacy event strings

functions_framework 0.9.0

18 Mar 22:35
3f417e1
Compare
Choose a tag to compare

v0.9.0 / 2021-03-18

  • BREAKING CHANGE: Servers are configured as single-threaded in production by default, matching the current behavior of Google Cloud Functions.
  • FIXED: Fixed conversion of Firebase events to CloudEvents to conform to the specs used by Cloud Functions and Cloud Run.
  • FIXED: Fixed an error when reading a global set to a Minitest::Mock. This will make it easier to write tests that use mocks for global resources.