Hi all, As we all know, the version number in master branch has already been bumped to 2.0.0-SNAPSHOT for table model and v1.3.X will be our LTS version for previous tree model.
Over the past few months, we have been using the rc/1.3.3 branch as the development branch for version v1.3.3. However, as an LTS version, the V1.3.X series will continue to iterate, and V1.3.4 will also be released subsequently. Therefore, we need a new branch to serve as the development branch for the V1.3.X series. We decided to use the dev/1.3 branch instead of rc/1.3.3 for development of version 1.3.X. Subsequently, everyone's PR should be handled as follows: 1. If it is needed to be released in the 1.3.X version, it is necessary to submit two PRs to the IoTDB dev/1.3 and master branches. a. If there are also changes to the tsfile repository, it is also necessary to submit two PRs to the tsfile rc/1.1 and develop branches. 2. If it is not needed to be released in the 1.3.X version, only a PR to the iotdb master branch is needed. a. If there are also changes to the tsfile repository, only one PR to the tsfile develop branch is needed. I've already submitted a pr[1] to dev/1.3 to open the github CI for dev/1.3 branch, after being merged, you can submit prs to dev/1.3 branch. [1] https://github.com/apache/iotdb/pull/14017 Best regards, ------------------ Yuan Tian