File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9- ## [ 2.1.2] - 2020-02-23
9+ ## [ 2.1.3] - 2021-04-23
10+ ### Changed
11+ - Change gunicorn loglevel to error ([ #122 ] )
12+
13+ ### Added
14+ - Add support for background to CloudEvent conversion ([ #116 ] )
15+
16+ ## [ 2.1.2] - 2021-02-23
1017### Added
1118- Add crash header to 500 responses ([ #114 ] )
1219
@@ -94,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
94101### Added
95102- Initial release
96103
97- [ Unreleased ] : https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v2.1.2...HEAD
104+ [ Unreleased ] : https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v2.1.3...HEAD
105+ [ 2.1.3 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.1.3
98106[ 2.1.2 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.1.2
99107[ 2.1.1 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.1.1
100108[ 2.1.0 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.1.0
@@ -113,6 +121,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113121[ 1.0.1 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.1
114122[ 1.0.0 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.0
115123
124+ [ #122 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/122
125+ [ #116 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/116
116126[ #114 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/114
117127[ #107 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/107
118128[ #105 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/105
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ pip install functions-framework
4545Or, for deployment, add the Functions Framework to your ` requirements.txt ` file:
4646
4747```
48- functions-framework==2.1.2
48+ functions-framework==2.1.3
4949```
5050
5151## Quickstarts
Original file line number Diff line number Diff line change 2525
2626setup (
2727 name = "functions-framework" ,
28- version = "2.1.2 " ,
28+ version = "2.1.3 " ,
2929 description = "An open source FaaS (Function as a service) framework for writing portable Python functions -- brought to you by the Google Cloud Functions team." ,
3030 long_description = long_description ,
3131 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments