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)