Skip to content

Endpoints Runtime Release 2.40.0

Compare
Choose a tag to compare
@qiwzhang qiwzhang released this 05 Dec 17:17
· 102 commits to master since this release
a37b73c

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)