What's new in Traefik Hub?
April 2025
What's New
Multi-Tenant Installation on Kubernetes
Traefik Hub now supports deploying multiple, isolated gateway instances on a single Kubernetes cluster. By configuring specific namespaces for each instance, you can achieve resource isolation, simplify deployments aligned with team structures, and maintain consistent API management across different environments within the same cluster.
Learn more about this feature in the multi-tenancy documentation.
OpenAPI v3.1.x Support
Traefik Hub now supports OpenAPI v3.1.x, in addition to Swagger v2.0 and OpenAPI v3.0.x. Swagger v2 specifications are automatically converted to OpenAPI v3.1 upon processing, ensuring consistency across your API documentation within the Hub.
See the OpenAPI documentation for more details.
March 2025
What's New
New Middleware: Semantic Cache
We introduced a Semantic Cache middleware for the AI Gateway, allowing you to store and retrieve responses based on semantic similarity. If a similar request appears, the middleware returns the cached result immediately instead of calling the AI backend again. This feature helps reduce latency and saves on provider costs.
Learn more about this middleware in it's documentation page.
New Middleware: Content Guard
Content Guard is a middleware that protects sensitive data across both AI and API Gateway environments by blocking or masking content before it reaches any upstream service. It helps ensure that confidential data is safeguarded in all scenarios, whether processing AI-specific traffic or general API requests.
Learn more about this middleware in it's documentation page.
Reference Secrets as Credentials Storage in the AI Gateway
We now allow you to specify tokens in the AIService resource as securely stored credentials in a Kubernetes Secret instead of embedding them directly in YAML (previous token
field).
This approach improved security and aligns with centralized governance over secret management.
For more details, see our updated AI Gateway documentation and the relevant example manifest changes.
Traefik Hub Integration Now Available on Nutanix NKP
Traefik Proxy is now the default ingress controller in Nutanix Kubernetes Platform (NKP). You can upgrade your NKP cluster to Traefik Hub API Gateway and API Management to unlock advanced enterprise features, including centralized API governance, enhanced security, and dynamic routing. For more details on the upgrade process and benefits, please read our blog post and refer to the Nutanix NKP Installation Guide.
API, APIVersion & APIBundle Resources: New title
& description
fields
API
, APIVersion
, and APIBundle
resources now support dedicated title
and description
fields. For API
and APIVersion
resources, these fields override the values from the OpenAPI specification, allowing you to present tailored content in the API portal.
For APIBundle
resources, you can now specify a custom title
to display a more user-friendly name on the portal.
See the API, APIVersion & APIBundle documentation for more information.
Resource Ownership & Editability in the Dashboard
Traefik Hub now distinguishes between resources created through the Online Dashboard and those managed externally (via GitOps), to prevent accidental modifications and conflicting changes. The following changes have been made:
- Resources created via the dashboard remain fully editable, while those managed externally become read-only.
- Visual indicators have been added: read-only resources display a Kubernetes icon, whereas editable resources show a monitor-like icon.
For more details on how resource ownership is handled in the Dashboard now, please refer to the Online Dashboard documentation.
February 2025
What's New
New AI Providers: DeepSeek & QWen
Traefik Hub AI Gateway now supports two additional AI providers:
- DeepSeek
- QWen
Both AI providers use the OpenAI API structure with a different base URL and models.
To configure these new AI providers in Traefik Hub, please visit the AIService reference page.
Updated OpenAI Implementation
The OpenAI integration in Traefik Hub AI Gateway has been enhanced with support a custom baseUrl
option for OpenAI-compatible AI services.
New Feature: API Mocking for Expanded API Development & Testing
Traefik Hub is evolving beyond API runtime management to support a comprehensive API Development and Testing use case. This enhancement empowers API developers and platform engineers to:
- Rapidly prototype and test API designs using live API mocks generated via Microcks.
- Refine gateway settings and security policies in a safe, sandboxed environment.
- Iterate quickly based on real-world testing feedback before full-scale production deployment.
For a detailed guide on setting up and leveraging these capabilities, please refer to our On-Premises API Mocking guide.
Including an API Plan is Mandatory in Managed Subscription
A Managed Subscription must always include an API Plan. Even unlimited plans must be explicitly defined, there are no more implicit unlimited plans to improve governance and avoid unwanted misconfiguration scenarios. For existing Traefik Hub Kubernetes deployments, upgrade your cluster to version 34.3.0 or later of the Traefik Helm chart and also upgrade your CRDs to the new version that introduces this change.
Please see upgrading instructions for more information.
Compatibility Matrix
This release comes with the following components:
Component | Version |
---|---|
Traefik Hub | v3.14.1 |
Helm Chart | v34.4.0 |
Traefik Proxy | v3.3.4 |
Coraza WAF | v3.3.2 |
OWASP CRS | v4.7.0 |
Static Analyzer | v1.4.0 |
Kubernetes Gateway API | v1.2.1 |
Bug Fixes Timeline
-
2025-02-11: Traefik Hub v3.11.1 was released with the following fixes:
- Fixed empty API column in the subscription table on the API portal.
- Fixed AI gateway panic when using Gemini with OTel.
-
2025-02-18: Traefik Hub v3.13.0 was released with the following updates:
- Bump Go version from v1.23.0 to v1.23.6.
- Add CORS support for API & API version resources.
- New
baseUrl
option for the OpenAI provider in the Traefik Hub AI Gateway. - New
title
option for the API Bundle, similar to the API and API Version CRDs.
-
2025-02-26: Traefik Hub v3.14.1 was released with the following updates:
- Bump Traefik Proxy to v3.3.4
- New Windows FIPS 140-2 build with
microsoft/go
- Add search functionality in the available APIs list on the Portal UI.
January 2025
What’s New
New Feature: Self-Service Subscriptions (API Management)
We are excited to introduce Self-Service Subscriptions, which empower API consumers to directly subscribe their applications to APIs—or entire API Bundle—through the API Portal.
Key Highlights:
- Instant Access: API consumers can subscribe immediately, reducing time-to-integration.
- Bundle Support: Subscribe to multiple APIs at once via a bundle subscription workflow.
- Coexistence with Managed Subscriptions: If a self-service subscription coexists with a managed subscription, the self-service plan takes precedence, but unsubscribing reactivates the managed one.
- Streamlined Portal Subscription Flow: A user-friendly interface in the API Portal lets consumers quickly select an application and confirm a plan, simplifying the overall onboarding process.
For more details, see Self-Service Subscriptions.
New Feature: Block Requests to Undocumented Paths and Methods (API Management)
We’ve introduced a validateRequestMethodAndPath
option for both API
and APIVersion
resources, preventing “zombie” or “shadow” endpoints by blocking requests to paths and methods not defined in your OpenAPI specification.
This helps strengthen security and maintain a well documented API surface.
For more information about the validateRequestMethodAndPath
feature, see the API & APIVersion documentation.
Bug Fixes
- We fixed the CVE-2024-53259 vulnerability in Traefik Hub v3.9.0.