Skip to content

Commit

Permalink
chore: release functions_framework 1.1.0 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 18, 2022
1 parent 1b6847d commit 657ea51
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/functions_framework/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 657ea51

Please sign in to comment.