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 configuringALLOW_MISSING
if token is missing, request is still accepted. The existing API flagallow_missing_or_failed
is not sufficient for this use case. (#8728) - Add API support for Azure OpenAI Token based auth with the AI Gateway. (https://github.com/solo-io/solo-projects/issues/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)