API7 Enterprise Release Notes
3.9.9
Release Date: 2026-04-10
Features
Control Plane
- Upstream labels are now persisted and returned correctly via the API. Previously, labels set on upstreams (e.g., by ADC or Ingress Controller) were silently dropped during persistence, causing false diffs on every sync cycle and unnecessary audit log growth.
- The file server address can now be dynamically configured through the System Settings page in the Dashboard, following the same dual-source pattern as the DP Manager address and Admin API address.
Fixes
Plugins
- AI Proxy
- Fixed issue: When using AI Proxy with protocol conversion (e.g., Anthropic client to OpenAI provider),
stream_options.include_usage=truewas injected into the pre-conversion request body instead of the post-conversion OpenAI body, so usage statistics were missing from streaming responses for converted protocols.
- Fixed issue: When using AI Proxy with protocol conversion (e.g., Anthropic client to OpenAI provider),
- Forward Auth
- Fixed issue: When the auth service responded with HTTP 200 but omitted a header listed in
upstream_headers, the original client-supplied value was forwarded to the upstream instead of being cleared. This could allow clients to spoof upstream headers by including them in the original request.
- Fixed issue: When the auth service responded with HTTP 200 but omitted a header listed in
- JWT Auth
- Fixed issue: The JWT Auth plugin did not verify that the JWT token's
algheader matched the consumer's configured algorithm before signature verification, which could allow algorithm confusion attacks.
- Fixed issue: The JWT Auth plugin did not verify that the JWT token's
Data Plane
- Fixed issue: The Data Plane compatibility report showed spurious warnings for valid plugin configurations. Plugins using
patternProperties, conditional schemas (if/then/else),allOf,dependencies, oradditionalProperties=trueincorrectly reported "unrecognized fields" warnings. Affected plugins included ai-proxy, ai-proxy-multi, openapi-to-mcp, acl, http-logger, limit-count-advanced, portal-auth, jwt-auth, proxy-rewrite, and grpc-transcode.
3.9.8
Release Date: 2026-04-07
Breaking Changes
Plugins
-
Limit Count
Upgrade noteThe
sync_interval(Redis delayed sync) feature has been removed from thelimit-countplugin and is now available exclusively in the Limit Count Advanced plugin. If you are usinglimit-countwithsync_intervalconfigured, migrate your configuration to thelimit-count-advancedplugin before upgrading.