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
6
6
7
7
## [ Unreleased]
8
8
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
10
17
### Added
11
18
- Add crash header to 500 responses ([ #114 ] )
12
19
@@ -94,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
94
101
### Added
95
102
- Initial release
96
103
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
98
106
[ 2.1.2 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.1.2
99
107
[ 2.1.1 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.1.1
100
108
[ 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
113
121
[ 1.0.1 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.1
114
122
[ 1.0.0 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.0
115
123
124
+ [ #122 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/122
125
+ [ #116 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/116
116
126
[ #114 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/114
117
127
[ #107 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/107
118
128
[ #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
45
45
Or, for deployment, add the Functions Framework to your ` requirements.txt ` file:
46
46
47
47
```
48
- functions-framework==2.1.2
48
+ functions-framework==2.1.3
49
49
```
50
50
51
51
## Quickstarts
Original file line number Diff line number Diff line change 25
25
26
26
setup (
27
27
name = "functions-framework" ,
28
- version = "2.1.2 " ,
28
+ version = "2.1.3 " ,
29
29
description = "An open source FaaS (Function as a service) framework for writing portable Python functions -- brought to you by the Google Cloud Functions team." ,
30
30
long_description = long_description ,
31
31
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments