File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### v0.10.0 / 2021-06-01
4+
5+ * ADDED: Support raw pubsub events sent by the pubsub emulator
6+ * FIXED: Set proper response content-type charset when a function returns a string (plain text) or hash (JSON)
7+ * FIXED: Properly handle conversion of non-ascii characters in legacy event strings
8+
39### v0.9.0 / 2021-03-18
410
511* BREAKING CHANGE: Servers are configured as single-threaded in production by default, matching the current behavior of Google Cloud Functions.
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 = "0.9 .0" . freeze
20+ VERSION = "0.10 .0" . freeze
2121end
You can’t perform that action at this time.
0 commit comments