Skip to content

Commit

Permalink
release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rayzhang0603 committed Nov 8, 2024
1 parent 8ec1677 commit c49a0ce
Show file tree
Hide file tree
Showing 28 changed files with 48 additions and 28 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [1.2.4](https://github.com/weibocom/motan/tree/1.2.4) (2024-11-08)

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

**Implemented enhancements:**

- implement dynamic
filter [\#1066](https://github.com/weibocom/motan/pull/1066) ([Ray](https://github.com/rayzhang0603))
- optimize switch usage [\#1070](https://github.com/weibocom/motan/pull/1070) ([Ray](https://github.com/rayzhang0603))
- optimize management
port [\#1071](https://github.com/weibocom/motan/pull/1071) ([Ray](https://github.com/rayzhang0603))
- optimize obtaining local
IP [\#1072](https://github.com/weibocom/motan/pull/1072) ([Ray](https://github.com/rayzhang0603))

**Merged pull requests:**

**Fixed bugs:**

## [1.2.3](https://github.com/weibocom/motan/tree/1.2.3) (2024-05-30)

[Full Changelog](https://github.com/weibocom/motan/compare/1.2.2...1.2.3)
Expand Down
2 changes: 1 addition & 1 deletion motan-benchmark/motan-benchmark-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>motan-benchmark</artifactId>
<groupId>com.weibo</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion motan-benchmark/motan-benchmark-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>motan-benchmark</artifactId>
<groupId>com.weibo</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion motan-benchmark/motan-benchmark-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>motan-benchmark</artifactId>
<groupId>com.weibo</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion motan-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>motan</artifactId>
<groupId>com.weibo</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion motan-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>motan</artifactId>
<groupId>com.weibo</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<artifactId>motan-core</artifactId>
<name>motan-core</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public void testFilter() {
config.delayTime = 33;
config.delayRatio = 0;
updateConfigs();
check(processTime.get() + config.delayTime, 0, 10, MotanServiceException.class);
check(processTime.get() + config.delayTime, 0, 15, MotanServiceException.class);

config.exceptionPercent = 100;
updateConfigs();
Expand Down
2 changes: 1 addition & 1 deletion motan-demo/motan-demo-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>motan-demo</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<artifactId>motan-demo-api</artifactId>
<name>motan-demo-api</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-demo/motan-demo-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>motan-demo</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<artifactId>motan-demo-client</artifactId>
<name>motan-demo-client</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-demo/motan-demo-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>motan-demo</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<artifactId>motan-demo-server</artifactId>
<name>motan-demo-server</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>motan</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<artifactId>motan-demo</artifactId>
<name>motan-demo</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-extension/codec-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>motan-extension</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<artifactId>codec-extension</artifactId>
<name>codec-extension</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>filter-extension</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<artifactId>filter-opentracing</artifactId>
<name>filter-opentracing</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-extension/filter-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>motan-extension</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<artifactId>filter-extension</artifactId>
<name>filter-extension</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>motan</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<artifactId>motan-extension</artifactId>
<name>motan-extension</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>protocol-extension</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<artifactId>motan-protocol-grpc</artifactId>
<name>motan-protocol-grpc</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>protocol-extension</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<artifactId>motan-protocol-restful</artifactId>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>protocol-extension</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<artifactId>motan-protocol-yar</artifactId>
<name>motan-protocol-yar</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-extension/protocol-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>motan-extension</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<artifactId>protocol-extension</artifactId>
<name>protocol-extension</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-extension/serialization-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>motan-extension</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<artifactId>serialization-extension</artifactId>
<name>serialization-extension</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>motan</artifactId>
<groupId>com.weibo</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>motan-manager</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion motan-registry-consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>motan</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<artifactId>motan-registry-consul</artifactId>
<name>motan-registry-consul</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-registry-weibomesh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>motan</artifactId>
<groupId>com.weibo</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion motan-registry-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>motan</artifactId>
<groupId>com.weibo</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<artifactId>motan-registry-zookeeper</artifactId>
<name>motan-registry-zookeeper</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-springsupport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>motan</artifactId>
<groupId>com.weibo</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<artifactId>motan-springsupport</artifactId>
<name>motan-springsupport</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-transport-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>motan</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<artifactId>motan-transport-netty</artifactId>
<name>motan-transport-netty</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-transport-netty4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>motan</artifactId>
<groupId>com.weibo</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>motan</artifactId>
<groupId>com.weibo</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
<packaging>pom</packaging>
<scm>
<connection>scm:git:https://github.com/weibocom/motan.git</connection>
Expand Down Expand Up @@ -44,7 +44,9 @@
</properties>

<name>Motan</name>
<description>A remote procedure call(RPC) framework for rapid development of high performance distributed services.</description>
<description>A remote procedure call(RPC) framework for rapid development of high performance distributed
services.
</description>
<url>https://github.com/weibocom/motan</url>

<dependencyManagement>
Expand Down

0 comments on commit c49a0ce

Please sign in to comment.