Skip to content

Commit e4bf8df

Browse files
chore(main): release 4.0.0
1 parent 3d2095c commit e4bf8df

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [4.0.0](https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v3.5.0...v4.0.0) (2024-02-14)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* avoid long running process when request timeout ([#309](https://github.com/GoogleCloudPlatform/functions-framework-python/issues/309))
13+
14+
### Bug Fixes
15+
16+
* avoid long running process when request timeout ([#309](https://github.com/GoogleCloudPlatform/functions-framework-python/issues/309)) ([3d2095c](https://github.com/GoogleCloudPlatform/functions-framework-python/commit/3d2095cd8d0814b44bc2351ea02d39febdba9314))
17+
718
## [3.5.0](https://github.com/GoogleCloudPlatform/functions-framework-python/compare/v3.4.0...v3.5.0) (2023-11-28)
819

920

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name="functions-framework",
28-
version="3.5.0",
28+
version="4.0.0",
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",

0 commit comments

Comments
 (0)