All Products
Search
Document Center

Microservices Engine:Cloud Native Gateway engine versions

Last Updated:Feb 05, 2026

This topic provides the release notes for the Cloud Native Gateway engine.

Version

Release date

Description

2.0.19

2026-02-04

  • Fixed a request data buffer issue in Wasm filters.

  • Optimized memory usage for AI features.

  • Added a global request rate limiting mechanism to control the maximum requests per I/O loop. Configurable via runtime settings or a Wasm module.

  • Added Tenant ID to Istio metrics.

2.0.18

2025-12-25

  • Added support for cluster-header-based routing.

  • Adjusted gRPC keepalive time between the pilot agent and Envoy to prevent XDS connection timeouts.

  • Increased the default SDS timeout to 300s.

  • Limited concurrent Wasm rebuilds to two VMs in non-recovery scenarios.

  • Added support for multiple domain names when integrating with Nacos via MCP.

  • Fixed an issue where Redis features failed to apply after service configuration updates.

  • Enhanced WAF functionality.

2.0.17

2025-12-01

  • Optimized gateway overload handling.

  • Added support for configuring the async Redis client buffer in Wasm plugins.

  • Improved Redis access stability within the gateway.

2.0.16

2025-10-24

  • WAF integration now supports remote xagent mode.

  • Optimized plugin rebuild logic.

  • Fixed an initialization issue with many namespaces when using K8s as the service source.

  • Fixed an issue causing 503 errors during key rotation when using K8s as a service source.

2.0.15

2025-09-19

  • Fixed incorrect log fields for fallback requests.

  • Optimized overall memory usage.

  • Improved configuration update speed for environments with many domains.

2.0.14

2025-08-13

  • Added support for Passive Health Checks.

  • Added a configurable TTFB timeout for streaming LLM APIs.

  • Fixed a recent compatibility issue.

2.0.13

2025-08-11

  • Improved routing configuration pushes to prevent failures from configuration errors.

  • Optimized Wasm plugin memory usage during frequent updates to improve stability.

  • Improved Lua plugin security by disabling high-risk operations like loadlib.

  • Fixed an issue where the WAF module could exit unexpectedly.

2.0.12

2025-07-08

Optimized autoscaling and reduced resource overhead for numerous enabled plugins.

2.0.11

2025-05-30

  • Enhanced gateway upgrade stability.

  • Fixed the effective scope of Ingress rate limiting annotations.

  • Added an API to check Ingress certificate expiration.

2.0.10

2025-04-02

  • Added Gzip hardware acceleration to the gateway engine.

  • Improved logic for some Ingress annotations.

2.0.9

2025-02-19

  • Improved custom plugin stability.

  • Improved scale-out speed for metric-based and scheduled scaling.

  • Optimized the response_code_details plugin field.

  • Improved integration for End-to-end Canary Releases.

  • Added support for displaying MSE Ingress details.

  • Optimized original source IP retrieval across any number of hops.

2.0.8

2024-12-23

  • Enhanced stability for custom plugins.

  • Improved the scale-out speed for metric-based and scheduled scaling.

  • Added support for multiple Nacos service sources.

2.0.7

2024-11-26

  • Added support for wildcard domains as a fallback for exact-match domains.

  • Enabled default overload protection (CPU, memory, connections).

2.0.6

2024-11-15

  • Optimized SSL redirection for custom authorization.

  • Optimized integration for End-to-end Canary Releases.

  • Fixed an issue with concurrent configuration pushes.

2.0.5

2024-10-24

Optimized Wasm VM performance.

2.0.4

2024-10-17

  • Added CPU- and memory-based overload protection.

  • Fixed Nacos service node inconsistencies in edge cases.

2.0.3

2024-09-12

  • Fixed an SDS caching error.

  • Improved traffic behavior for misconfigured Wasm plugins.

2.0.2

2024-08-09

  • Fixed an endpoint push failure issue.

  • Optimized swimlane logic for End-to-end Canary Releases.

2.0.1

2024-07-02

  • Improved upgrade speed from v1.x.

  • Added an option to prevent route recalculation after a Wasm plugin header modification.

2.0.0

2024-06-27

Major engine upgrade significantly reduces configuration update time.

1.2.35

2024-06-07

Optimized configuration delivery for large-scale Ingress scenarios.

1.2.34

2024-05-23

  • Added support for OpenTelemetry.

  • MSE Ingress now supports setting SNI for forwarded HTTPS requests.

  • Added a configurable Keep-Alive timeout header for compatibility with old Apache HTTP clients.

1.2.33

2024-04-18

Improved route update speed in large-scale Ingress scenarios.

1.2.32

2024-03-04

  • Enabled custom plugins to access Redis.

  • Added a JWT Logout plugin using Redis to manage JWT states.

  • Added Layer 4 monitoring metrics.

  • MSE Ingress now supports configuring traffic mirroring percentage via annotations.

1.2.31

2024-01-15

  • MSE Ingress now supports weighted routing to multiple services.

  • Added denylist-source-range annotation in MSE Ingress for IP deny lists.

  • Changed MSE Ingress canary condition logic: Header/query regex now uses partial matching.

  • Fixed duplicate IPs/hostnames in MSE Ingress status.

  • Improved OIDC/IDaaS authentication and authorization to support accounts without email and add proactive logout.

  • Improved the stability of HTTP-to-Dubbo conversion.

1.2.30

2023-11-22

  • Optimized Sentinel rate limiting configuration updates for better stability.

  • WAF now supports gRPC streaming and WebSocket pass-through.

  • Optimized WAF rule fetching, removing the public access dependency.

  • MSE Ingress now supports cookie-based canary releases.

  • MSE Ingress now supports the server-alias annotation for domain aliases.

1.2.29

2023-11-16

  • Serverless gateways can now write the NLB hostname to Ingress status.

  • Optimized configuration pushes for self-hosted authorization services.

  • Improved the compatibility of HTTP-to-Dubbo conversion with large request bodies.

  • Wasm VM now supports auto-recovery from application code crashes.

1.2.28

2023-10-12

Added support for the Serverless edition of MSE Cloud Native Gateway.

1.2.27

2023-09-13

Fixed a compatibility issue from v1.2.25/v1.2.26 when using Sentinel rate limiting with IP allow/deny lists.

1.2.26

2023-08-31

  • Optimized SkyWalking Tracing module memory usage.

  • Simplified PROXY protocol configuration.

1.2.25

2023-08-23

  • Improved Sentinel integration for rate limiting, concurrency, and circuit breaking in MSE Gateway.

  • MSE Ingress now supports route-level global rate limiting and concurrency control via Sentinel.

  • MSE Ingress now supports service subsets, enabling canary releases for multiple deployments under one K8s Service.

1.2.24

2023-08-04

Added compatibility for RSA keys shorter than 2048 bits.

1.2.23

2023-07-27

  • Changed default response to 429 for instance-level Ingress rate limiting.

  • Ingress now supports referencing service port names and allows dynamic port updates.

  • Improved stability during Nacos upgrades or restarts.

  • Fixed an HTTP-to-Dubbo issue where a null object was decoded as the string null.

1.2.22

2023-06-13

  • Ingress now supports Knative-based extreme elasticity.

  • Ingress header control policies now support values with spaces.

  • Improved the stability of service synchronization between the gateway and MSE Nacos.

1.2.21

2023-05-25

Optimized gateway routing configuration pushes.

1.2.20

2023-05-23

  • Improved behavior when using Ingress and the console together.

  • Ingress now supports connection-level controls for backend services.

1.2.19

2023-05-09

  • Added one-click migration from NGINX Ingress to MSE Cloud Native Gateway.

  • Ingress now supports traffic mirroring.

  • Improved the stability of SkyWalking integration.

1.2.18

2023-04-19

  • Optimized the WAF module.

  • Added alerting mechanisms for Wasm plugins.

1.2.17

2023-03-28

Optimized WAF and Sentinel rate limiting modules.

1.2.16

2023-03-07

  • Added log filtering support.

  • Ingress TLS now supports dynamic certificate selection via CN/SAN.

  • Ingress Canary now supports query parameter-based policies.

1.2.15

2023-02-13

Fixed TLSv1.0/TLSv1.1 compatibility issues from v1.2.13.

1.2.14

2023-02-03

Fixed an issue from v1.2.13 where Wasm plugin route matching was ineffective.

1.2.13

2023-01-18

  • Integrated with MSE Microservices Governance for end-to-end canary releases.

  • Added end-to-end HTTP/3 support (client-gateway-service).

  • Improved gateway support for wildcard domains.

  • Added configurable idle timeout for upstream services.

1.2.12

2023-01-06

  • Improved the stability of service synchronization between the gateway and MSE Nacos.

  • Enhanced WASI call compatibility for Wasm marketplace plugins.

  • Fixed HTTP/2-to-Dubbo conversion issues: access failures for large responses and incorrect Chinese character encoding.

  • Added HTTP/3 support between the gateway and downstream services.

  • Added Brotli compression support.

  • Added support for forwarding rules based on escaped URL characters.

1.2.11

2022-12-05

  • Added Lua plugin capabilities.

  • Optimized route-level rate limiting.

  • Optimized the configuration push mechanism.

1.2.10

2022-12-03

  • Improved stability and performance for large-scale container services.

  • Added rate limiting to protect the gateway during high CPU load.

1.2.9

2022-10-28

  • Added route-level monitoring.

  • Added a switch for Ingress status updates.

1.2.8

2022-10-14

  • Fixed configuration push blockage in large-scale service discovery scenarios.

  • Optimized the Sentinel rate limiting module for better stability.

1.2.7

2022-10-13

Improved stability and performance when using container services as a service source.

1.2.6

2022-09-16

  • Authorization now supports exact, prefix, and regex path matching.

  • In HTTP/2-to-Dubbo conversion, service version and group are now optional configurable parameters.

1.2.5

2022-09-13

  • Improved gateway performance under extreme conditions.

  • Added fallback service support. Traffic fails over to a fallback service when the target service has no available nodes.

1.2.4

2022-08-23

  • Optimized active health checks to stop probing nodes that are intentionally offline.

  • Improved WAF to handle abnormal HTTP requests.

1.2.3

2022-08-16

  • Added support for TCP and HTTP active health checks for services.

  • Added domain-level control for HTTP/2 and TLS versions.

  • Enhanced Ingress capabilities:

    • Added support for a default backend in the Ingress spec as a route-matching fallback.

    • Added annotation support for App Root.

    • Added annotation support for NGINX-style custom error pages.

    • Added annotation support for client-gateway mTLS authentication.

1.2.0

2022-07-28

  • Route configurations now support HTTP-to-Dubbo protocol conversion.

  • Added ZooKeeper as a service source for Dubbo service discovery.

1.1.1

2022-07-07

Added new Ingress annotations for route and service governance:

  • Domain- and route-level IP allow/deny list access control.

  • Header control (add, remove, modify) for requests and responses.

  • Timeout and retry policies for improved network resilience.

  • Route- and instance-level rate limiting for traffic control.

  • Configurable load balancing for backend services: Round Robin, Least Connections, Random, and Consistent Hashing.

  • Service warm-up for zero-downtime launches.

  • Cookie affinity for session persistence.

1.1.0

2022-05-18

  • Added a service warm-up feature for new backend services.

  • Added AHAS support.

  • Added TLS 1.0 and 1.1 compatibility for hardware acceleration.

1.0.0

2022-04-10

  • Added basic routing capabilities.

  • Added support for Nacos and K8s service discovery.