Skip to content

Releases: cloudendpoints/esp

Endpoints Runtime Release 1.18.0

10 May 22:46
Compare
Choose a tag to compare

Docker image: gcr.io/endpoints-release/endpoints-runtime:1.18.0

Changes from release 1.17.0

  • Separated location related changes
  • Added condition to check non_gcp and service_account_key
  • Fixed metadata configuration for GCP
  • Fix typo in the default CORS headers.
  • Returns Status::OK when metadata service is not available (#386)

Endpoints Runtime Release 1.17.0

23 Apr 18:18
Compare
Choose a tag to compare

Docker images: gcr.io/endpoints-release/endpoints-runtime:1.17.0

Changes from release 1.16.0

  • Fixed a metric reporting problem when setting default location (#377)
  • Fixed a gRPC transcoding hang problem when data is buffered by SSL (#374)
  • Removed unnecessary optimization and warning message when fetching metadata (#371)

Endpoints Runtime Release 1.16.0

23 Apr 18:20
d07f3cb
Compare
Choose a tag to compare

Docker image: gcr.io/endpoints-release/endpoints-runtime:1.16.0

Changes from release 1.15.0

  • Add new args for CORS
  • Use always when adding CORS headers, make cors preset available for both http and grpc
  • Make client_body_buffer_size configurable

Endpoints Runtime Release 1.15.0

07 Mar 19:24
2114dea
Compare
Choose a tag to compare

Docker image: gcr.io/endpoints-release/endpoints-runtime:1.15.0

Changes from release 1.14.0

  • Added client IP address extraction for GAE Flex (#359)

Endpoints Runtime Release 1.14.0

01 Mar 23:07
Compare
Choose a tag to compare

Docker image: gcr.io/endpoints-release/endpoints-runtime:1.14.0

Changes from release 1.13.0

  • add --worker-processes argument to scale nginx workers with number of cores
  • Fixed the args.rollout_id not defined bug when --service_json_path is specified
  • Not to set default location (#353)

Endpoints Runtime Release 1.13.0

24 Jan 22:46
454c381
Compare
Choose a tag to compare

The release build was produced at 454c381.

Docker image: gcr.io/endpoints-release/endpoints-runtime:1.13.0

Changes from release 1.12.0

  • Add option to generate self-signed certificate at start
  • Added enable_websocket argument to start_esp
  • Remove X-Endpoint-API-UserInfo header from clients (#339)
  • support "grpc-status-details-bin" (#334)

Endpoints Runtime Release 1.12.0

15 Dec 01:45
Compare
Choose a tag to compare

The release build was produced at 82d23ce.
The Docker image released is:
gcr.io/endpoints-release/endpoints-runtime:1.12.0

Changes from release 1.11.0:

  • Fix transcoding issue with h2 (#320)
  • Fix possible segmentation fault in rewrite rule debugging mode (#318)
  • Change skip_service_control not to skip auth. (#311)

Endpoints Runtime Release 1.11.0

07 Nov 08:22
d10ae51
Compare
Choose a tag to compare

The release build was produced at d10ae51.

The Docker image released is: gcr.io/endpoints-release/endpoints-runtime:1.11.0

Changes from release 1.10.0:

  • Added --rewrite argument supporting rewrite rule
  • Added --client_max_body_size argument
  • Added --transcoding_always_print_primitive_fields true/false (#227)
  • Added always_print_primitive_fields experimental option (#295)
  • Added rewrite rule support instead of basepath match (#292)

Endpoints Runtime Release 1.10.0

24 Oct 22:35
Compare
Choose a tag to compare

The release build was produced at 50d5355.

The Docker image is: gcr.io/endpoints-release/endpoints-runtime:1.10.0

Changes from release 1.9.0:

  • Fix a bug in path match for OPTIONS. (#285)
  • Bare minimum support for gRPC-Web. (#283)

Endpoints Runtime Release 1.9.0

27 Sep 23:52
Compare
Choose a tag to compare

The release build was produced at 0d1059c.

The Docker image is: gcr.io/endpoints-release/endpoints-runtime:1.9.0

Changes from release 1.8.0

  • Add start_esp options to allow more characters in HTTP headers
  • Add --check_metadata option to disable checking metadata service
  • Add --pid_file flag to configure PID file location.
  • Add the support of JWK keys without the alg field (#274)