转载

Sharding-Sphere 3.0.0.M4 正式发布

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,具体更新如下所示:

内核部分

重构执行引擎,自动平衡资源与性能,降低配置成本。

Sharding-Proxy

支持数据库多Schema结构。

数据库治理

链路追踪功能增强。

API调整

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>

2. Sharding-Porxy获取方式

docker pull shardingsphere/sharding-proxy

详情查看发布说明:https://mp.weixin.qq.com/s/wtS-jZvaOLqkRb8GZ0C6yQ

原文  https://www.oschina.net/news/100418/sharding-sphere-3-0-0-m4-released
正文到此结束
Loading...