Skip to content

Commit e46d258

Browse files
committed
release 1.2.5
1 parent 5180297 commit e46d258

File tree

27 files changed

+41
-26
lines changed

27 files changed

+41
-26
lines changed

CHANGELOG.md

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

3+
## [1.2.5](https://github.com/weibocom/motan/tree/1.2.5) (2025-06-11)
4+
5+
[Full Changelog](https://github.com/weibocom/motan/compare/1.2.4...1.2.5)
6+
7+
**Implemented enhancements:**
8+
9+
- Supports force specifying motan2 codec (no longer compatible with motan1
10+
protocol) [\#1074](https://github.com/weibocom/motan/pull/1074) ([Ray](https://github.com/rayzhang0603))
11+
- Implement sandbox and backup group
12+
capabilities [\#1077](https://github.com/weibocom/motan/pull/1077) ([Ray](https://github.com/rayzhang0603))
13+
14+
**Merged pull requests:**
15+
16+
**Fixed bugs:**
17+
318
## [1.2.4](https://github.com/weibocom/motan/tree/1.2.4) (2024-11-08)
419

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

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.5-SNAPSHOT</version>
24+
<version>1.2.5</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.5-SNAPSHOT</version>
24+
<version>1.2.5</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.5-SNAPSHOT</version>
24+
<version>1.2.5</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.5-SNAPSHOT</version>
24+
<version>1.2.5</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.5-SNAPSHOT</version>
24+
<version>1.2.5</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.5-SNAPSHOT</version>
25+
<version>1.2.5</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.5-SNAPSHOT</version>
25+
<version>1.2.5</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.5-SNAPSHOT</version>
25+
<version>1.2.5</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.5-SNAPSHOT</version>
25+
<version>1.2.5</version>
2626
</parent>
2727
<artifactId>motan-demo</artifactId>
2828
<name>motan-demo</name>

0 commit comments

Comments
 (0)