From cfec7b616c50083119e9d29bff3acdbf0fe1e6cc Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:08:53 -0700 Subject: [PATCH] chore(main): release 1.9.0 (#245) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Jeremy Fehr <117788025+jrmfg@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 619b94a..cf3f71a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.9.0](https://github.com/GoogleCloudPlatform/functions-framework-go/compare/v1.8.1...v1.9.0) (2024-08-07) + + +### Features + +* add structured log writer ([#246](https://github.com/GoogleCloudPlatform/functions-framework-go/issues/246)) ([b8c2a57](https://github.com/GoogleCloudPlatform/functions-framework-go/commit/b8c2a57f1f2a52db0a5f279874fca74d50e19691)) + + +### Bug Fixes + +* cancel request context when timeout exceeded ([#244](https://github.com/GoogleCloudPlatform/functions-framework-go/issues/244)) ([298bc02](https://github.com/GoogleCloudPlatform/functions-framework-go/commit/298bc02b72b75580a4b1e758f5503eb35fd39245)) +* upgrade cloudevents to latest if on go1.18 or later ([#248](https://github.com/GoogleCloudPlatform/functions-framework-go/issues/248)) ([d341ae5](https://github.com/GoogleCloudPlatform/functions-framework-go/commit/d341ae5fe7fb1b6aa39608adfb2aaaa520224002)), closes [#247](https://github.com/GoogleCloudPlatform/functions-framework-go/issues/247) + ## [1.8.1](https://github.com/GoogleCloudPlatform/functions-framework-go/compare/v1.8.0...v1.8.1) (2024-02-14)