Skip to content

Commit cc42aae

Browse files
authored
release: Release functions_framework 0.10.0 (#104)
1 parent f4b70f7 commit cc42aae

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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.

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 = "0.9.0".freeze
20+
VERSION = "0.10.0".freeze
2121
end

0 commit comments

Comments
 (0)