Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.4.1 release #4

Merged
merged 247 commits into from
Nov 28, 2023
Merged

5.4.1 release #4

merged 247 commits into from
Nov 28, 2023

Conversation

TedCraft
Copy link
Collaborator

@TedCraft TedCraft commented Nov 28, 2023

Fixes #1.

Changes proposed in this pull request:

  • Merge release version (5.4.1)

Before committing this PR, I'm sure that I have checked the following options:

  • My code follows the code of conduct of this project.
  • I have self-reviewed the commit code.
  • I have (or in comment I request) added corresponding labels for the pull request.
  • I have passed maven check locally : ./mvnw clean install -B -T1C -Dmaven.javadoc.skip -Dmaven.jacoco.skip -e.
  • I have made corresponding changes to the documentation.
  • I have added corresponding unit tests for my changes.

strongduanmu and others added 30 commits September 14, 2023 08:16
…tract by sql util (apache#28431)

* fix e2e exception caused by sql binder when sql statement sql hint extract by sql util

* fix unit test
* Parse pivot segment and extract column in sql binder

* Parse pivot segment and extract column in sql binder

* Parse pivot segment and extract column in sql binder
* Optimize the message of `DatabaseServerInfo`

* Fix message from DBMS to Database type

* Fix databaseName to databaseType
* Parse unpivot segment and extract column in sql binder

* Parse unpivot segment and extract column in sql binder
* remove <I, O> from encrypt algorithm

* remove <I, O> from encrypt algorithm
* Rename progress columns of "show migration check status" DistSQL result

* Add incremental_idle_seconds column in "show migration check status" DistSQL result

* Add sourceDatabaseType for ConsistencyCheckJobItemProgress

* Review

* Impl AutoCloseable for TableDataConsistencyChecker

* Improve PipelineDataSource Wrapper and Manager

* Clean code

* Update unit test
* Support oracle create view parse

* Add parameter marker

* Format code
Support GRANT USAGE ON CLIENT_MASTER_KEY
…#27904)

* fix issue-27424 when the table contains case-sensitive fields

* add unit test

* format code style

---------

Co-authored-by: bpzhang <[email protected]>
* feat: add insert converter.

* feat: add insert converter.

* feat: add insert converter.

* test: add test for insert converter.
Add openGauss SQL support for GRANT and REVOKE for COLUMN_ENCRYPTION_KEY, REVOKE for CLIENT_MASTER_KEY
* Feat: Support parsing Oracle CREATE MATERIALIZED sql

* add final

* refactor ddl g4 to inline grammer

* refactor ddl and dml g4

* add back additional ddl g4 rules
Add support for SET SESSION AUTHORIZATION FOR openGauss
* Minimal refactor of oracle dml statement parameter parse

* fix build error

* fix sql parser test case
* Run completion callback in dedicated thread pool

* Skip incremental task on job stopping
* Re-impl cleanJobItemErrorMessage

* Update persistJobItemErrorMessage impl to updateJobItemErrorMessage

* Remove assertStartWithGetEstimatedRowsFailure

* Update cleanJobItemErrorMessage impl
* Refactor YamlTableDataConsistencyCheckResult.addRecordsCount

* Refactor DataMatchTableDataConsistencyCheckerTest.assertInitSuccess

* Reduce Cognitive Complexity for ConsistencyCheckJobAPI.getJobItemInfo

* Remove sleep in E2EIncrementalTask.run

* Reduce Cognitive Complexity for ConsistencyCheckJobAPI.getJobItemInfo
strongduanmu and others added 28 commits October 18, 2023 18:28
…cenario single table load (apache#28795)

* Refactor SingleRule to pass protocolType for heterogeneous database scenario single table load

* fix unit test

* Revert oracle pom dependency
…pache#28796)

* Refactor ShardingSpherePreparedStatement for support multi executionContext.

* Refactor ShardingSpherePreparedStatement for support multi executionContext.
…pache#28802)

* Optimize ShardingSpherePreparedStatement for multi executionContext

* Refactor ShardingSpherePreparedStatement for support multi executionContext.
* Resolve conflict of dependencies version

* Resolve conflict of agent dependencies version

* Resolve conflict of agent dependencies version

* Resolve conflict of agent dependencies version

* Resolve conflict of agent dependencies version
)

* Resolve conflict of repository-consul dependencies version

* Resolve conflict of repository-consul dependencies version

* Resolve conflict of repository-consul dependencies version

* Resolve conflict of repository-consul dependencies version

* Resolve conflict of repository-consul dependencies version
* Use mockito-bom

* Use mockito-bom
* Use netty-bom

* Use netty-bom
* Use grpc-bom and protobuf-bom

* Use grpc-bom and protobuf-bom

* downgrade netty version
* Update h2 version (apache#28736)

* Update h2 license (apache#28739)

* Upgrade dependencies versions (apache#28740)

* Upgrade guava version

* Upgrade grpc version

* Upgrade netty version

* Upgrade postgresql version

* Upgrade json-path version

* Resolve dependency conflict

* Resolve dependency conflict for json-path

* Resolve dependency conflict for json-path

* Upgrade dependencies version (apache#28763)

* Upgrade zookeeper version

* Upgrade zookeeper version

* Upgrade zookeeper version

* Upgrade logback version

* Upgrade logback version

* Upgrade logback version

* Upgrade junit version

* Upgrade junit version

* Resolve dependencies conflict for guava (apache#28743)

* Upgrade guava version

* Upgrade grpc version

* Upgrade netty version

* Upgrade postgresql version

* Upgrade json-path version

* Resolve dependency conflict

* Resolve dependency conflict for json-path

* Resolve dependency conflict for json-path

* Resolve dependency conflict for checker-qual

* Resolve dependency conflict for checker-qual

* Resolve dependency conflict for error_prone_annotations

* Upgrade jetcd dependency version to 0.7.6; (apache#28780)

Replace grpc-all dependency to separated ones

(cherry picked from commit 5c6a968)

* Improve PostgreSQL TestDecodingPlugin encoding (apache#28781)

* Improve SimpleMemoryPipelineChannelTest

* Use UTF-8 for PostgreSQL TestDecodingPlugin

(cherry picked from commit d1f4df8)

* Fix : fix nightly ci (apache#28782)

* Fix : fix nightly ci

* Revert : revert the fix

* Add : add denpendencies in LICENSE file (apache#28783)

* Refactor : refactor the example version to 5.4.1 (apache#28784)

* update release note for 5.4.1 (apache#28785)

* Document : update release note

* Document : update release note

* Document : update README and downloads link for release (apache#28786)

* Fix : update the scm to 5.4.1

* Document : format the release note

* Document : format the release note

* [maven-release-plugin] prepare release 5.4.1

* [maven-release-plugin] prepare for next development iteration

* Merge 5.4.1-relase to master

* Merge 5.4.1-relase to master

* Merge 5.4.1-relase to master

---------

Co-authored-by: Liang Zhang <[email protected]>
Co-authored-by: Hongsheng Zhong <[email protected]>
@TedCraft TedCraft merged commit 0ec0b29 into master Nov 28, 2023
14 checks passed
@TedCraft TedCraft deleted the 5.4.1-release branch November 20, 2024 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Merge release version