Skip to content

v1.18.0-beta21

Compare
Choose a tag to compare
@npolshakova npolshakova released this 11 Sep 18:22
· 32 commits to main since this release
f8ad1b1

Dependency Bumps

  • solo-io/cloud-builders has been upgraded to 0.9.3.
  • solo-io/cloud-builders has been upgraded to 0.9.3.
  • solo-io/cloud-builders has been upgraded to 0.9.3.
  • solo-io/cloud-builders has been upgraded to 0.9.3.
  • golang/go has been upgraded to go1.22.7.

New Features

  • Adds new validationPolicy option for JWT configuration to allow configuring ALLOW_MISSING if token is missing, request is still accepted. The existing API flag allow_missing_or_failed is not sufficient for this use case. (#8728)
  • Add API support for Azure OpenAI Token based auth with the AI Gateway. (solo-io/solo-projects#6856)
  • Introduce a new DirectResponse v1alpha1 API to allow users to configure direct response routes with the Kubernetes Gateway API integration. Now, users can configure a direct response action for an HTTPRoute via an extensionRef filter to this new API. (#9774)
  • Expose max_buffered_{rx/tx}_bytes, record_headers_received_time and record_downstream_connection settings for the Tap filter config. (#9656)