Skip to content

Commit 41c96cd

Browse files
committed
Merge branch 'master' into Issue#32280_bugfix_on_conflict_for_postgres
2 parents b51d95b + cc421be commit 41c96cd

File tree

471 files changed

+1444
-1563
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

471 files changed

+1444
-1563
lines changed

RELEASE-NOTES.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@
66

77
### Enhancements
88

9+
1. Infra: Support for connecting to Presto's Memory Connector in ShardingSphere config - [#34432](https://github.com/apache/shardingsphere/pull/34432)
910
1. Metadata: Add support for partition tables in PostgreSQL [#34346](https://github.com/apache/shardingsphere/pull/34346)
1011
1. SQL Binder: Support select aggregation function sql bind in projection and having - [#34379](https://github.com/apache/shardingsphere/pull/34379)
11-
1. Proxy Native: Add GraalVM Reachability Metadata and corresponding nativeTest for Firebird - [#34307](https://github.com/apache/shardingsphere/pull/34307)
12-
1. Infra: Support for connecting to Presto's Memory Connector in ShardingSphere config - [#34432](https://github.com/apache/shardingsphere/pull/34432)
1312

1413
### Bug Fixes
1514

15+
1. JDBC: Alleviate connection leaks caused by Seata Client throwing exceptions - [#34463](https://github.com/apache/shardingsphere/pull/34463)
16+
2. Mode: Fixes issue of drop schema can not work on standalone mode - [#34470](https://github.com/apache/shardingsphere/pull/34470)
17+
3. Mode: Fixes the exception to missing renamed schema name when alter schema - [#34465](https://github.com/apache/shardingsphere/pull/34465)
18+
1619
### Change Logs
1720

1821
1. [MILESTONE](https://github.com/apache/shardingsphere/milestone/31)
@@ -74,7 +77,6 @@
7477
1. Agent: Simplify the use of Agent's Docker Image - [#33356](https://github.com/apache/shardingsphere/pull/33356)
7578
1. Mode: Support modifying Hikari-CP configurations via props in standalone mode [#34185](https://github.com/apache/shardingsphere/pull/34185)
7679
1. Encrypt: Support insert statement rewrite use quote [#34259](https://github.com/apache/shardingsphere/pull/34259)
77-
1. Infra: Support connecting to Firebird via jdbcUrl containing the absolute path to fdb - [#34335](https://github.com/apache/shardingsphere/pull/34335)
7880

7981
### Bug Fixes
8082

agent/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-agent</artifactId>
24-
<version>5.5.2-SNAPSHOT</version>
24+
<version>5.5.3-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent-api</artifactId>
2727
<name>${project.artifactId}</name>

agent/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-agent</artifactId>
24-
<version>5.5.2-SNAPSHOT</version>
24+
<version>5.5.3-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent-core</artifactId>
2727
<name>${project.artifactId}</name>

agent/plugins/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-agent-plugins</artifactId>
24-
<version>5.5.2-SNAPSHOT</version>
24+
<version>5.5.3-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent-plugin-core</artifactId>
2727
<name>${project.artifactId}</name>

agent/plugins/logging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-agent-plugins</artifactId>
24-
<version>5.5.2-SNAPSHOT</version>
24+
<version>5.5.3-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent-plugin-logging</artifactId>
2727
<packaging>pom</packaging>

agent/plugins/logging/type/file/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-agent-logging-type</artifactId>
24-
<version>5.5.2-SNAPSHOT</version>
24+
<version>5.5.3-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent-logging-file</artifactId>
2727
<name>${project.artifactId}</name>

agent/plugins/logging/type/file/src/main/resources/META-INF/conf/file-advisors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ advisors:
2323
type: method
2424
params:
2525
- index: 0
26-
type: org.apache.shardingsphere.mode.manager.ContextManagerBuilderParameter
26+
type: org.apache.shardingsphere.mode.manager.builder.ContextManagerBuilderParameter

agent/plugins/logging/type/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-agent-plugin-logging</artifactId>
24-
<version>5.5.2-SNAPSHOT</version>
24+
<version>5.5.3-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent-logging-type</artifactId>
2727
<packaging>pom</packaging>

agent/plugins/metrics/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-agent-plugin-metrics</artifactId>
24-
<version>5.5.2-SNAPSHOT</version>
24+
<version>5.5.3-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent-metrics-core</artifactId>
2727
<name>${project.artifactId}</name>

agent/plugins/metrics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-agent-plugins</artifactId>
24-
<version>5.5.2-SNAPSHOT</version>
24+
<version>5.5.3-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent-plugin-metrics</artifactId>
2727
<packaging>pom</packaging>

0 commit comments

Comments
 (0)