Releases: GoogleCloudPlatform/functions-framework-conformance
Releases · GoogleCloudPlatform/functions-framework-conformance
v1.8.7
What's Changed
- build(deps): bump github.com/go-git/go-git/v5 from 5.8.1 to 5.11.0 by @dependabot[bot] in #133
- build(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot[bot] in #134
- build(deps): bump @actions/core from 1.2.6 to 1.9.1 in /action by @dependabot[bot] in #116
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /action by @dependabot[bot] in #127
- build(deps): bump github.com/containerd/containerd from 1.7.2 to 1.7.11 by @dependabot[bot] in #132
- build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot[bot] in #139
- build(deps): bump github.com/opencontainers/runc from 1.1.7 to 1.1.14 by @dependabot[bot] in #145
- build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by @dependabot[bot] in #146
- build(deps): bump golang.org/x/net from 0.19.0 to 0.33.0 by @dependabot[bot] in #148
- build(deps): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.13.0 by @dependabot[bot] in #149
- chore: Configure Renovate by @renovate-bot in #142
- fix(deps): update module github.com/cloudevents/sdk-go/v2 to v2.15.2 [security] by @renovate-bot in #150
- chore(deps): update dependency @types/node to v14.18.63 by @renovate-bot in #151
- chore: Update go.mod to use 1.21.13 by @akerekes in #153
- chore(deps): update actions/cache action to v4 by @renovate-bot in #158
- chore(deps): update actions/upload-artifact action to v4 by @renovate-bot in #162
- fix: Update buildpack-integration-test.yml by @akerekes in #165
- fix: update builer image url by @akerekes in #177
New Contributors
- @renovate-bot made their first contribution in #142
- @akerekes made their first contribution in #153
Full Changelog: v1.8.6...v1.8.7
v1.8.6
Client
Fix: Set the FUNCTION_SIGNATURE_TYPE env var as event when legacyevent is passed as function type flag
v1.8.5
Client
- Add support for the specification of a custom builder image to use via new
-builder-url
flag.
v1.8.4
Client
- Adds support for specifying runtime version using the
builder-runtime-version
flag.
v1.8.3
Client
- Added
FUNCTION_SIGNATURE_TYPE
to the set of env vars populated at runtime.
v1.8.2
Client
- Added conformance tests for new
typed
declarative function signature that interoperates withhttp
triggers.
v1.8.1
Client
- Change builder image used to the language specific unified builder used in prod.