Sharding-Sphere 3.0.0.M4 正式發布了,Sharding-Sphere 是一套開源的分布式資料庫中間件解決方案組成的生態圈,它由Sharding-JDBC、Sharding-Proxy和Sharding-Sidecar(規劃中)這3款相互獨立的產品組成。他們均提供標準化的數據分片、分布式事務和資料庫治理功能,可適用於如Java同構、異構語言、容器、雲原生等各種多樣化的應用場景。
更新內容如下:
在九月份初發布的Sharding-Sphere 3.0.0.M3基礎上,九月末的Sharding-Sphere 3.0.0.M4又增加了新特性、優化了內核、調整了部分模塊結構和API,具體更新如下所示:
重構執行引擎,自動平衡資源與性能,降低配置成本。
支持資料庫多Schema結構。
鏈路追蹤功能增強。
Maven坐標調整:
將<artifactId>sharding-jdbc</artifactId>調整為<artifactId>sharding-jdbc-core</artifactId>。
包結構重構:
將io.shardingsphere.core.api調整為io.shardingsphere.api
將io.shardingsphere.jdbc調整為io.shardingsphere.shardingjdbc
將io.shardingsphere.proxy調整為io.shardingsphere.shardingproxy
強制路由(Hint)API調整
3.0.0.M4已漸趨完善,功能點基本完整,使用較為穩定,性能日漸提高。如無意外,我們的下個版本應為3.0.0正式版,歡迎大家測試,並提出寶貴意見。
1. Sharding-JDBC獲取方式<groupId>io.shardingsphere</groupId>
<artifactId>sharding-jdbc-core</artifactId>
<version>3.0.0.M4</version>
docker pull shardingsphere/sharding-proxy
詳情查看發布說明:https://mp.weixin.qq.com/s/wtS-jZvaOLqkRb8GZ0C6yQ