Skip to content

Commit 657ea51

Browse files
chore: release functions_framework 1.1.0 (#127)
1 parent 1b6847d commit 657ea51

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.1.0 (2022-01-17)
4+
5+
* Increase default max thread pool size to 8.
6+
* Return 204 when a GET request is sent to an event function, to support health checks.
7+
* Flush stdout and stderr streams at the end of each request.
8+
* Format the error backtrace.
9+
310
## 1.0.1 (2021-09-10)
411

512
* FIXED: Update legacy event conversion to set the correct types for firebase database events

lib/functions_framework/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ module FunctionsFramework
1717
# Version of the Ruby Functions Framework
1818
# @return [String]
1919
#
20-
VERSION = "1.0.1".freeze
20+
VERSION = "1.1.0".freeze
2121
end

0 commit comments

Comments
 (0)