You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
📈 Improvements
Enhanced router plugin capabilities
(1)The asynchronous routing capability is added to the router plugin to support cross-thread transmission of route and tag information. Issue #1404
(2)The fallback rule matching logic is added to the router plugin to solve the problem that the secondary priority instance cannot be defined when no instance can be matched in the full-link gray scenario. Issue #1405
🐞 Fixes
Fixed the issue that the dynamic configuration zone of the mq consume prohibition plugin does not take effect. Issue #1409
Fixed the issue that the host class fails to be loaded in the dynamic configuration module of the mq consume prohibition plugin. Issue #1413
Fixed the issue that the tag routing rules and AZ affinity routes are incompatible when the version is upgraded from 1.0 to 1.3. Issue #1406