We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b6847d commit 657ea51Copy full SHA for 657ea51
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## 1.0.1 (2021-09-10)
11
12
* FIXED: Update legacy event conversion to set the correct types for firebase database events
lib/functions_framework/version.rb
@@ -17,5 +17,5 @@ module FunctionsFramework
17
# Version of the Ruby Functions Framework
18
# @return [String]
19
#
20
- VERSION = "1.0.1".freeze
+ VERSION = "1.1.0".freeze
21
end
0 commit comments