Skip to content

Releases: GoogleCloudPlatform/esp-v2

Endpoints Runtime Release 2.42.0

27 Feb 22:13
Compare
Choose a tag to compare

Docker images:

GKE/GCE: gcr.io/endpoints-release/endpoints-runtime:2.42.0
Cloud Run: gcr.io/endpoints-release/endpoints-runtime-serverless:2.42.0

Changes from release 2.41.0:

  • Add flag --disable_jwt_audience_service_name_check (#779)
  • update go version to 1.18 (#780)

Endpoints Runtime Release 2.41.0

11 Jan 16:53
d75445e
Compare
Choose a tag to compare

Docker images:

GKE/GCE: gcr.io/endpoints-release/endpoints-runtime:2.41.0
Cloud Run: gcr.io/endpoints-release/endpoints-runtime-serverless:2.41.0

Changes from release 2.40.0:

  • Increase ServiceControl Check cache duration (#773)
  • Bug Fix for not using custom SA in flag "--service_account_key" for tracing (#772)
  • Bug Fix for writing trace_id in the endpoint log when trace is disabled (#769)
  • Add flag "--client_ip_from_forwarded_header" to enable extracting client IP from forward header (#764)
  • Add keep-alive for upstream http2 connection for 30s interval and 10s timeout (#763)

Endpoints Runtime Release 2.40.0

05 Dec 17:17
a37b73c
Compare
Choose a tag to compare

Docker images:

GKE/GCE: gcr.io/endpoints-release/endpoints-runtime:2.40.0
Cloud Run: gcr.io/endpoints-release/endpoints-runtime-serverless:2.40.0

Changes from release 2.39.0:

  • Add two transcoding flags: "transcoding_stream_newline_delimited" and "transcoding_case_insensitive_enum_parsing" (#760)
  • Enable jwt cache by default for jwt authentication. (#759)
  • Update envoy to the top of the tree at 11/30/2022 (#758)
  • Increase ID token refetch buffer (#757)
  • Update to Envoy 1.24.0 (#755)
  • Add two jwt_authn flags: "jwt_cache_size" and "jwks_async_fetch_fast_listener" (#753)

Endpoints Runtime Release 2.39.0

18 Oct 18:57
f28616e
Compare
Choose a tag to compare

Docker images:

GKE/GCE: gcr.io/endpoints-release/endpoints-runtime:2.39.0
Cloud Run: gcr.io/endpoints-release/endpoints-runtime-serverless:2.39.0

Changes from release 2.3780:

  • Add a flag "--backend_cluster_maximum_requests" (#736)
  • fix build_envoy_image failure (#737)
  • Update gcloud_build_image script to be more safe. (#730)
  • Enforce the default http rule (#725)
  • Add option TranscodingRejectCollision for transcoding. Default is false. (#723

Endpoints Runtime Release 2.38.0

26 Jul 21:48
464dee0
Compare
Choose a tag to compare

Docker images:

GKE/GCE: gcr.io/endpoints-release/endpoints-runtime:2.38.0
Cloud Run: gcr.io/endpoints-release/endpoints-runtime-serverless:2.38.0

Uses Envoy version 1.23.0

Changes from release 2.37.0:

  • Upgrade envoy to v1.23.0 (#720)
  • Update to latest service_control_client (#713)

Endpoints Runtime Release 2.37.0

16 Jun 19:02
Compare
Choose a tag to compare

The release build was produced at 471c7f1

Docker images:

GKE/GCE: gcr.io/endpoints-release/endpoints-runtime:2.37.0
Cloud Run: gcr.io/endpoints-release/endpoints-runtime-serverless:2.37.0

Uses Envoy version 1.22.0

Changes from release 2.36.0:

  • Added two new options to flag backend_dns_lookup_family and changed its default to "v4preferred" (#705)
  • Update base alpine image to 3.16 (#703)
  • Update service-control-client to 05/31/2022 (#697)

Endpoints Runtime Release 2.36.0

26 Apr 02:23
Compare
Choose a tag to compare

The release build was produced at 86ec820

Docker images:

GKE/GCE: gcr.io/endpoints-release/endpoints-runtime:2.36.0
Cloud Run: gcr.io/endpoints-release/endpoints-runtime-serverless:2.36.0

Uses Envoy version 1.22.0

Changes from release 2.35.0:

  • Update Envoy to v1.22.0 (#684)
  • Added response gzip,brotli compression (#675)

Endpoints Runtime Release 2.35.0

23 Mar 03:04
Compare
Choose a tag to compare

The release build was produced at 90a962b

Docker images:

GKE/GCE: gcr.io/endpoints-release/endpoints-runtime:2.35.0
Cloud Run: gcr.io/endpoints-release/endpoints-runtime-serverless:2.35.0

Uses Envoy version 1.21.1

Changes from release 2.34.0:

  • Update Envoy to v1.21.1 (#670)
  • Remove envoy runtime flag preserve_downstream_scheme (#667)
  • Correctly escape user-provided regex paths (#664)
  • Expose the --config-yaml envoy flag (#662)

Endpoints Runtime Release 2.34.0

01 Feb 22:20
8c8c42d
Compare
Choose a tag to compare

The release build was produced at 8c8c42d

Docker images:

GKE/GCE: gcr.io/endpoints-release/endpoints-runtime:2.34.0
Cloud Run: gcr.io/endpoints-release/endpoints-runtime-serverless:2.34.0

Uses Envoy version 1.21.0

Changes from release 2.33.0:

  • Expose flag --ads_named_pipe (#658)
  • Update Envoy to v1.21.0 (#653)
  • Support url templates with variables without wildcard (#654)

Endpoints Runtime Release 2.33.0

06 Jan 01:44
Compare
Choose a tag to compare

The release build was produced at 9fa9304.

Docker images:

GKE/GCE: gcr.io/endpoints-release/endpoints-runtime:2.33.0
Cloud Run: gcr.io/endpoints-release/endpoints-runtime-serverless:2.33.0

Uses Envoy version 1.20.0

Changes from release 2.32.0:

  • Support http.rules in the service config for gRPC transcoding (#640)
  • Update help text for flag --enable_strict_transport_security (#642)
  • Disallow colon in url wildcard path segment for route match (#639)
  • Update docker base image to use alpine:3.15 (#638)