Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: GoogleCloudPlatform/functions-framework-conformance

v1.8.7

10 Jul 17:52
c7b9c87
Compare
Choose a tag to compare

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

Full Changelog: v1.8.6...v1.8.7

v1.8.6

12 Sep 17:02
72a4f36
Compare
Choose a tag to compare

Client

Fix: Set the FUNCTION_SIGNATURE_TYPE env var as event when legacyevent is passed as function type flag

v1.8.5

13 Jul 17:18
64d4646
Compare
Choose a tag to compare

Client

  • Add support for the specification of a custom builder image to use via new -builder-url flag.

v1.8.4

10 Jul 23:45
fae8c2f
Compare
Choose a tag to compare

Client

  • Adds support for specifying runtime version using the builder-runtime-version flag.

v1.8.3

23 Jun 22:50
5f2a796
Compare
Choose a tag to compare

Client

  • Added FUNCTION_SIGNATURE_TYPE to the set of env vars populated at runtime.

v1.8.2

23 Jun 18:45
2f5f319
Compare
Choose a tag to compare

Client

  • Added conformance tests for new typed declarative function signature that interoperates with http triggers.

v1.8.1

09 Jun 20:13
0a94dc6
Compare
Choose a tag to compare

Client

  • Change builder image used to the language specific unified builder used in prod.

v1.8.0

05 Nov 00:01
1975792
Compare
Choose a tag to compare

Client

  • Update builder image path

v1.7.0

11 Aug 20:40
42e1d91
Compare
Choose a tag to compare

Actions

  • Add cache-path parameter to actions/client/install Action

v1.6.0

10 Aug 17:42
c52662e
Compare
Choose a tag to compare

Client

  • Add -envs flag to add runtime env vars to the function run