内容简介:Sharding-Sphere 3.0.0.M4 正式发布了,Sharding-Sphere 是一套开源的分布式数据库中间件解决方案组成的生态圈,它由Sharding-JDBC、Sharding-Proxy和Sharding-Sidecar(规划中)这3款相互独立的产品组成。他们均提供标准化的数据分片、分布式事务和数据库治理功能,可适用于如Java同构、异构语言、容器、云原生等各种多样化的应用场景。更新内容如下:在九月份初发布的Sharding-Sphere 3.0.0.M3基础上,九月末的Shardin
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
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- NPM包(模块)发布、更新、撤销发布
- 有赞灰度发布与蓝绿发布实践
- 【重磅发布】Linkis 0.10.0 版本发布
- BeetlSQL 3.0.9 发布,Idea 插件发布
- 贝密游戏 0.7.0 发布,发布斗地主
- 【重磅发布】DataSphere Studio 0.9.0 版本发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Web Security Testing Cookbook
Paco Hope、Ben Walther / O'Reilly Media / 2008-10-24 / USD 39.99
Among the tests you perform on web applications, security testing is perhaps the most important, yet it's often the most neglected. The recipes in the Web Security Testing Cookbook demonstrate how dev......一起来看看 《Web Security Testing Cookbook》 这本书的介绍吧!