From 657ea51a7918ab3fa733bd5d9ea11af4bf6099a6 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 18 Jan 2022 13:11:08 -0800 Subject: [PATCH] chore: release functions_framework 1.1.0 (#127) --- CHANGELOG.md | 7 +++++++ lib/functions_framework/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc4aeb6..55ead11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.1.0 (2022-01-17) + +* Increase default max thread pool size to 8. +* Return 204 when a GET request is sent to an event function, to support health checks. +* Flush stdout and stderr streams at the end of each request. +* Format the error backtrace. + ## 1.0.1 (2021-09-10) * FIXED: Update legacy event conversion to set the correct types for firebase database events diff --git a/lib/functions_framework/version.rb b/lib/functions_framework/version.rb index e443e90..19cd007 100644 --- a/lib/functions_framework/version.rb +++ b/lib/functions_framework/version.rb @@ -17,5 +17,5 @@ module FunctionsFramework # Version of the Ruby Functions Framework # @return [String] # - VERSION = "1.0.1".freeze + VERSION = "1.1.0".freeze end