Releases: GoogleCloudPlatform/esp-v2
Releases · GoogleCloudPlatform/esp-v2
Endpoints Runtime Release 2.6.0
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:
Endpoints Runtime Release 2.5.0
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
andhttp2_port
flags
Endpoints Runtime Release 2.4.0
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
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
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
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.