File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed
Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ python3 -m pip install gcp-docuploader
1212gem install --no-document toys
1313
1414python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
15- toys release perform -v --enable-docs --enable-rad < /dev/null
15+ toys release perform -v --enable-docs < /dev/null
Original file line number Diff line number Diff line change 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-
103## 1.0.1 (2021-09-10)
114
125* FIXED: Update legacy event conversion to set the correct types for firebase database events
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ module FunctionsFramework
1717 # Version of the Ruby Functions Framework
1818 # @return [String]
1919 #
20- VERSION = "1.1.0 " . freeze
20+ VERSION = "1.0.1 " . freeze
2121end
You can’t perform that action at this time.
0 commit comments