Skip to content

Commit 5efe006

Browse files
committed
release 1.2.6
1 parent 05d6dd8 commit 5efe006

File tree

27 files changed

+47
-31
lines changed

27 files changed

+47
-31
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## [1.2.6](https://github.com/weibocom/motan/tree/1.2.6) (2025-06-11)
4+
5+
[Full Changelog](https://github.com/weibocom/motan/compare/1.2.5...1.2.6)
6+
7+
**Implemented enhancements:**
8+
9+
- Support grey cluster [\#1082](https://github.com/weibocom/motan/pull/1082) ([Ray](https://github.com/rayzhang0603))
10+
- Support setting attachments on server
11+
side [\#1081](https://github.com/weibocom/motan/pull/1081) ([Ray](https://github.com/rayzhang0603))
12+
13+
**Merged pull requests:**
14+
15+
**Fixed bugs:**
16+
317
## [1.2.5](https://github.com/weibocom/motan/tree/1.2.5) (2025-06-11)
418

519
[Full Changelog](https://github.com/weibocom/motan/compare/1.2.4...1.2.5)

motan-benchmark/motan-benchmark-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>motan-benchmark</artifactId>
2323
<groupId>com.weibo</groupId>
24-
<version>1.2.6-SNAPSHOT</version>
24+
<version>1.2.6</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

motan-benchmark/motan-benchmark-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>motan-benchmark</artifactId>
2323
<groupId>com.weibo</groupId>
24-
<version>1.2.6-SNAPSHOT</version>
24+
<version>1.2.6</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

motan-benchmark/motan-benchmark-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>motan-benchmark</artifactId>
2323
<groupId>com.weibo</groupId>
24-
<version>1.2.6-SNAPSHOT</version>
24+
<version>1.2.6</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

motan-benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>motan</artifactId>
2323
<groupId>com.weibo</groupId>
24-
<version>1.2.6-SNAPSHOT</version>
24+
<version>1.2.6</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

motan-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>motan</artifactId>
2323
<groupId>com.weibo</groupId>
24-
<version>1.2.6-SNAPSHOT</version>
24+
<version>1.2.6</version>
2525
</parent>
2626
<artifactId>motan-core</artifactId>
2727
<name>motan-core</name>

motan-demo/motan-demo-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.weibo</groupId>
2424
<artifactId>motan-demo</artifactId>
25-
<version>1.2.6-SNAPSHOT</version>
25+
<version>1.2.6</version>
2626
</parent>
2727
<artifactId>motan-demo-api</artifactId>
2828
<name>motan-demo-api</name>

motan-demo/motan-demo-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.weibo</groupId>
2424
<artifactId>motan-demo</artifactId>
25-
<version>1.2.6-SNAPSHOT</version>
25+
<version>1.2.6</version>
2626
</parent>
2727
<artifactId>motan-demo-client</artifactId>
2828
<name>motan-demo-client</name>

motan-demo/motan-demo-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.weibo</groupId>
2424
<artifactId>motan-demo</artifactId>
25-
<version>1.2.6-SNAPSHOT</version>
25+
<version>1.2.6</version>
2626
</parent>
2727
<artifactId>motan-demo-server</artifactId>
2828
<name>motan-demo-server</name>

motan-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.weibo</groupId>
2424
<artifactId>motan</artifactId>
25-
<version>1.2.6-SNAPSHOT</version>
25+
<version>1.2.6</version>
2626
</parent>
2727
<artifactId>motan-demo</artifactId>
2828
<name>motan-demo</name>

0 commit comments

Comments
 (0)