Skip to content

Releases: GoogleCloudPlatform/esp-v2

Endpoints Runtime Release 2.6.0

04 Mar 19:22
031dcb0
Compare
Choose a tag to compare

The release build was produced at 031dcb0

Docker image: gcr.io/endpoints-release/endpoints-runtime-serverless:2.6.0

Changes from release 2.5.0:

  • Signal ready only when all tokens are successfully retried (#37)
  • Include SA email in fetched iam id token (#40)
  • Add TLS support for downstream (#32)
  • Support HTTP protocols (#36)
  • Remove backend protocol flag (#31)
  • Support auto binding for grpc transcoding (#33)

Endpoints Runtime Release 2.5.0

21 Feb 01:27
f971a9a
Compare
Choose a tag to compare

Cloud Run image: gcr.io/endpoints-release/endpoints-runtime-serverless:2.5.0

Changes from release 2.4.0:

  • Auto-generate JWT Audience if no audiences are set in service config
  • Retry after failed token fetch
  • Handle disable_auth in endpoint service config
  • Add listener_port and http2_port flags

Endpoints Runtime Release 2.4.0

21 Feb 01:26
Compare
Choose a tag to compare

Cloud Run image: gcr.io/endpoints-release/endpoints-runtime-serverless:2.4.0

Changes from release 2.2.0:

  • Fix a crash on race condition during config change.
  • Fix CORS bug by adding a CORS route for Envoy cors filter
  • Support root path / in service config.
  • Increase max program size limit for regex matching in Envoy
  • Support http, https, grpc and grpcs scheme in BackendRule address
  • Use IAM with delegation in backend auth and service control
  • Support deadlines in BackendRule
  • Add trace events when checking service control cache

Endpoints Runtime Release 2.2.0

21 Feb 01:25
Compare
Choose a tag to compare

Cloud Run image: gcr.io/endpoints-release/endpoints-runtime-serverless:2.2.0

Changes from release 2.1.0:

  • Fix bug in support for multiple services (APIs) in one service config
  • Update CORS selector display names with path suffix instead of index
  • Support additional_binding options for gRPC-JSON transcoding
  • Fix bug in OpenID Connect Discovery
  • Add x509 support for JWT authentication
  • Deprecated --enable_backend_routing flag; automatically set based on service configuration

Endpoints Runtime Release 2.1.0

21 Feb 01:23
Compare
Choose a tag to compare

Cloud Run image: gcr.io/endpoints-release/endpoints-runtime-serverless:2.1.0

Changes from release 2.0.0:

  • Add support for healthz
  • Support multiple services(apis) in one service config
  • Solve the permission denied when opening /etc/endpoints/service.json
  • Improve error message if service config is not found
  • Handle missing :path or :method headers in service control filter

Endpoints Runtime Release 2.0.0

18 Dec 19:20
Compare
Choose a tag to compare

The release build was produced at 8bdac43

Cloud Run image: gcr.io/endpoints-release/endpoints-runtime-serverless:2.0.0

This is the first ESPv2 release. It only supports deploying in Cloud Run.