Re: [DISCUSS] The scope of Sharding-Sphere 4.0.0-RC2 release

2019-06-17 Thread Sheng Wu
+1 to exclude UI, especially license is not ready. Sheng Wu 吴晟 Apache SkyWalking, ShardingSphere, Zipkin Twitter, wusheng1108 Chen QingYang 于2019年6月17日周一 下午5:12写道: > Hi Yonglun: > > I don't recommend including OpenShardingUI. We can include it in > the next release. OpenShardingUI

Re: [DISCUSS] The scope of Sharding-Sphere 4.0.0-RC2 release

2019-06-17 Thread Chen QingYang
Hi Yonglun: I don't recommend including OpenShardingUI. We can include it in the next release. OpenShardingUI still has some work to do, such as checking license, making pr, etc. Zhang Yonglun 于2019年6月13日周四 下午12:31写道: > Hi, > > I'll be the release manager of Sharding-Sphere 4.0.0-RC2.

Re: [DISCUSS] The scope of Sharding-Sphere 4.0.0-RC2 release

2019-06-15 Thread juan pan
Here are some of important issues i solved, we can consider to add them to RC2 release note. New Feature 1.User can do data masking by using ShardingProxy(#2443). 2.User can use Leaf-segment generator to get distributed ID(#1775). API 1.Delete API and configuration item of sharding

Re: [DISCUSS] The scope of Sharding-Sphere 4.0.0-RC2 release

2019-06-13 Thread Sheng Wu
That depends on your :) I always add all changes. Sheng Wu Apache Skywalking, ShardingSphere, Zipkin > 在 2019年6月13日,下午6:16,zhangli...@apache.org 写道: > > We will add all changes on release notes on milestone[1]. > Because the release notes are too much, so we may need add some quick > summary

Re: [DISCUSS] The scope of Sharding-Sphere 4.0.0-RC2 release

2019-06-13 Thread zhangli...@apache.org
We will add all changes on release notes on milestone[1]. Because the release notes are too much, so we may need add some quick summary on this. [1] https://github.com/apache/incubator-shardingsphere/milestone/7 -- Liang Zhang (John) Apache ShardingSphere & Dubbo Sheng Wu

Re: [DISCUSS] The scope of Sharding-Sphere 4.0.0-RC2 release

2019-06-12 Thread Sheng Wu
Hi For release note, please strictly follow the issues you solved, and features you added. The key is, make end user understand what are added and changed in new release. Sheng Wu Apache Skywalking, ShardingSphere, Zipkin > 在 2019年6月13日,下午12:30,Zhang Yonglun 写道: > > Hi, > > I'll be the

Re: [DISCUSS] The scope of Sharding-Sphere 4.0.0-RC2 release

2019-06-12 Thread zhangli...@apache.org
I propose add feature #2082 to release notes. This issue can provide dynamic SPI which can let user add new customized database by themself (include SQL parse, proxy protocol, JDBC driver, XA Datasource swapper etc) via SPI. -- Liang Zhang (John) Apache ShardingSphere & Dubbo

Re: [DISCUSS] The scope of Sharding-Sphere 4.0.0-RC2 release

2019-06-12 Thread Zhang Yonglun
[1] https://github.com/apache/incubator-shardingsphere/issues?q=is%3Aissue+is%3Aclosed+milestone%3A4.0.0.M2 [2] https://github.com/seata/seata Zhang Yonglun 于2019年6月13日周四 下午12:30写道: > Hi, > > I'll be the release manager of Sharding-Sphere 4.0.0-RC2. So many > issues[1] resolved after 4.0.0-RC1,

[DISCUSS] The scope of Sharding-Sphere 4.0.0-RC2 release

2019-06-12 Thread Zhang Yonglun
Hi, I'll be the release manager of Sharding-Sphere 4.0.0-RC2. So many issues[1] resolved after 4.0.0-RC1, it's not necessary to include them all in release note. In my opinion, there are 4 main features which should be appear in the release note: 1. The parse engine upgrade from the 2nd