-
Notifications
You must be signed in to change notification settings - Fork 117
site: v0.4 release notes #1456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
site: v0.4 release notes #1456
Conversation
Signed-off-by: Erica Hughberg <[email protected]>
Signed-off-by: Erica Hughberg <[email protected]>
Signed-off-by: Erica Hughberg <[email protected]>
Signed-off-by: Erica Hughberg <[email protected]>
| "badge": "Latest", | ||
| "badge": "Stable", | ||
| "badgeType": "milestone" | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add to navigation
"next": { "version": "v0.4.x Series", "path": "/release-notes/v0.4" },
| ] | ||
| }, | ||
| { | ||
| "title": "First-Party Anthropic Provider", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not only the first party but also Anthropic on AWS Bedrock made it to this release #1418
| { | ||
| "title": "Event-driven reconciliation", | ||
| "description": "ReferenceGrant changes automatically trigger reconciliation of affected routes, ensuring security policies are always up-to-date." | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is redundant and not for release note
| "items": [ | ||
| { | ||
| "title": "AWS SDK default credential chain", | ||
| "description": "Support for AWS SDK's default credential chain including IRSA (IAM Roles for Service Accounts), EKS Pod Identity, EC2 Instance Profiles, and environment variables, eliminating need for static credentials." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "description": "Support for AWS SDK's default credential chain including IRSA (IAM Roles for Service Accounts), EKS Pod Identity, EC2 Instance Profiles, and environment variables, eliminating need for static credentials." | |
| "description": "Support for AWS SDK's default credential chain including IRSA (IAM Roles for Service Accounts), EKS Pod Identity, EC2 Instance Profiles, and environment variables, eliminating need for static credentials or OIDC settings" |
| { | ||
| "title": "Azure CLI auto-configuration", | ||
| "description": "Standalone CLI auto-configuration from <code>AZURE_OPENAI_API_KEY</code> and <code>AZURE_OPENAI_ENDPOINT</code> environment variables, compatible with Elastic and other Azure-based deployments." | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to clarify what CLI here refers to
| { | |
| "title": "Azure CLI auto-configuration", | |
| "description": "Standalone CLI auto-configuration from <code>AZURE_OPENAI_API_KEY</code> and <code>AZURE_OPENAI_ENDPOINT</code> environment variables, compatible with Elastic and other Azure-based deployments." | |
| } | |
| { | |
| "title": "aigw CLI auto-configuration for Azure OpenAI", | |
| "description": "aigw CLI auto-configuration from <code>AZURE_OPENAI_API_KEY</code> and <code>AZURE_OPENAI_ENDPOINT</code> environment variables, compatible with Elastic and other Azure-based deployments." | |
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well i think we can delete this entry as it overlaps with the entry "Multi-provider auto-configuration" in "Standalone Mode and CLI" section below. Autoconfig hasn't existed in v0.3 in the first place so yeh
| "title": "Legacy <code>/v1/completions</code> endpoint", | ||
| "description": "Full pass-through support for OpenAI's legacy <code>/v1/completions</code> endpoint with complete tracing and metrics implementation, ensuring backward compatibility and comprehensive observability." | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i am not sure if this falls into this observability category. it is the same layer as /image/generations above
| { | ||
| "title": "Environment variable substitution", | ||
| "description": "Support for environment variable substitution in configuration files, enabling dynamic configuration and secrets management in standalone deployments." | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not a new so let's delete
| { | |
| "title": "Environment variable substitution", | |
| "description": "Support for environment variable substitution in configuration files, enabling dynamic configuration and secrets management in standalone deployments." | |
| }, |
| "title": "Route-level header mutations", | ||
| "description": "New <code>headerMutation</code> field in <code>AIGatewayRouteRuleBackendRef</code> enables per-route header manipulation with smart merge logic when combined with backend-level mutations. Essential for GCP provisioned throughput and other advanced routing scenarios." | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not only the route level but also wehave AIServiceBackend level (4bfaf91) one, and they are both new in v0.4.
Description
v0.4 Release notes
Related Issues/PRs (if applicable)
N/A
Special notes for reviewers (if applicable)
@envoyproxy/ai-gateway-maintainers, please review the release notes for accuracy