Endpoints Runtime Release 2.17.0
The release build was produced at a92c6af
Docker images:
- GKE/GCE: gcr.io/endpoints-release/endpoints-runtime:2.17.0
- Cloud Run: gcr.io/endpoints-release/endpoints-runtime-serverless:2.17.0
Changes from release 2.16.0:
- Support GCP deployment with service account key (#308)
- Add default location in Report call for non_gcp (#307)
- Set API version in autogenerated CORS methods (#311)
- Better naming of healthz and cors operations (#302)
- Add ApiKeyState into report log entry (#305)
- Fix error with reporting invalid API Keys (#295)
- Remove grpc_stats filter (#299)
- Cleanup un-used metrics in report (#296, #300)
- Reduce noise of Envoy logs with
--enable_debug(#293)