@@ -12,6 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
### Added
13
13
- Support ` cloudevent ` signature type ([ #55 ] , [ #56 ] )
14
14
15
+ ## [ 1.6.0] - 2020-08-19
16
+ ### Changed
17
+ - Add legacy GCF Python 3.7 behavior ([ #77 ] )
18
+
19
+ ### Added
20
+ - Improve documentation around Dockerfiles ([ #70 ] )
21
+
15
22
## [ 1.5.0] - 2020-07-06
16
23
### Changed
17
24
- Framework will consume entire request before responding ([ #66 ] )
@@ -75,6 +82,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
75
82
76
83
[ Unreleased ] : https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v2.0.0...HEAD
77
84
[ 2.0.0 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v2.0.0
85
+ [ 1.6.0 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.6.0
78
86
[ 1.5.0 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.5.0
79
87
[ 1.4.4 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.4.4
80
88
[ 1.4.3 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.4.3
@@ -88,7 +96,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
96
[ 1.0.1 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.1
89
97
[ 1.0.0 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/releases/tag/v1.0.0
90
98
99
+ [ #77 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/77
91
100
[ #76 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/76
101
+ [ #70 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/70
92
102
[ #66 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/66
93
103
[ #61 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/61
94
104
[ #56 ] : https://github.com/GoogleCloudPlatform/functions-framework-python/pull/56
0 commit comments