Skip to content

Release v1.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Mar 09:15
ba82cb6

⭐ Feature

  • Supports data-layer middleware write prohibition. This capability can be enabled in multi-cloud and multi-active scenarios to ensure database data consistency Issue #1422
    (1) Support write operation prohibition on Mysql (JDBC: org.mariadb.jdbc:mariadb-java-client versions 2.4.2-2.7.x and 3.0.x-3.3.x)
    (2) Support write operation prohibition on PostgreSQL (JDBC: org.postgresql:postgresql 9.4.x and 42.0.x-42.11.x)
    (3) Support write operation prohibition on OpenGaussDB (JDBC:org.opengauss:opengauss-jdbc 3.0.x-3.1.x)
    (4) Support write operation prohibition on MongoDB (JDBC: org.mongodb:mongodb-driver-sync 3.7.x-3.11.x and 4.0.x-4.11.x)

📈 Improvements

  • The routing plugin supports dubbo3.x Issue #1452

🐞 Fixes

  • Fixed the issue that the dynamic configuration zone of the message queue consumption prohibition plugin does not take effect Issue #1409
  • Fixed a stack overflow issue when using snakeyaml to convert dynamic configuration content to an object of the config class Issue #1464
  • Fixed the Open Source Component Vulnerability of Sermant Issue #1479

E2E-Test

  • Added the integration test of the message queue consumption prohibition plugin Issue #1461
  • Added the integration test of the write prohibition plugin of the data layer middleware Issue #1400