Skip to content

Commit

Permalink
2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed Jun 2, 2024
1 parent ba20e26 commit 94aff55
Show file tree
Hide file tree
Showing 25 changed files with 33 additions and 31 deletions.
8 changes: 4 additions & 4 deletions android/android_test/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ dependencies {
debugImplementation("androidx.compose.ui:ui-tooling")
debugImplementation("androidx.compose.ui:ui-test-manifest")

// implementation("org.noear:socketd-transport-smartsocket:2.5.2")
implementation("org.noear:socketd-transport-java-tcp:2.5.2")
implementation("org.noear:socketd-transport-java-udp:2.5.2")
implementation("org.noear:socketd-transport-java-websocket:2.5.2")
// implementation("org.noear:socketd-transport-smartsocket:2.5.3")
implementation("org.noear:socketd-transport-java-tcp:2.5.3")
implementation("org.noear:socketd-transport-java-udp:2.5.3")
implementation("org.noear:socketd-transport-java-websocket:2.5.3")

implementation("com.github.tony19:logback-android:3.0.0")
}
2 changes: 1 addition & 1 deletion java/socketd-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>socketd-parent</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
<relativePath>../socketd-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions java/socketd-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.noear</groupId>
<artifactId>socketd-parent</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand All @@ -18,7 +18,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>

<socketd.version>2.5.2</socketd.version>
<socketd.version>2.5.3</socketd.version>

<slf4j.version>2.0.12</slf4j.version>
<junit5.version>5.9.1</junit5.version>
Expand Down
2 changes: 1 addition & 1 deletion java/socketd-transport-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>socketd-parent</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
<relativePath>../socketd-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/socketd-transport/socketd-transport-aeron/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>socketd-parent</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
<relativePath>../../socketd-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/socketd-transport/socketd-transport-java-kcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>socketd-parent</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
<relativePath>../../socketd-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/socketd-transport/socketd-transport-java-tcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>socketd-parent</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
<relativePath>../../socketd-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/socketd-transport/socketd-transport-java-udp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>socketd-parent</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
<relativePath>../../socketd-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>socketd-parent</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
<relativePath>../../socketd-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/socketd-transport/socketd-transport-neta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>socketd-parent</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
<relativePath>../../socketd-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/socketd-transport/socketd-transport-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>socketd-parent</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
<relativePath>../../socketd-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>socketd-parent</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
<relativePath>../../socketd-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>socketd-parent</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
<relativePath>../../socketd-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/socketd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>socketd-parent</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
<relativePath>../socketd-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/socketd/src/main/java/org/noear/socketd/SocketD.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class SocketD {
* 框架版本号
*/
public static String version() {
return "2.5.2";
return "2.5.3";
}

/**
Expand Down
4 changes: 3 additions & 1 deletion javascript/ LOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
### 2.5.3
* 修复 在 ios/android 上检测 TextEncoder 出错的问题(2.3.10 出现的)

### 2.5.2
* 添加 SessionUtils 工具类
* 添加 Session::isActive()
* 添加 BroadcastBroker 接口(提供类似 stomp 的体验)
* 修复 在 ios/android 模拟器上检测 TextEncoder 出错的问题

### 2.5.0
* 添加 websocket 适配子协议验证(避免乱连)
Expand Down
4 changes: 2 additions & 2 deletions javascript/release/socket.d.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions javascript/socketd-examples/demo01-js-ws/js/socket.d.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion javascript/socketd-examples/demo02-node-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "SocketD Node Test Project",
"author": "aoshiguchen",
"dependencies": {
"@noear/socket.d": "2.5.2",
"@noear/socket.d": "2.5.3",
"ws": "^8.16.0"
}
}
2 changes: 1 addition & 1 deletion javascript/socketd-examples/demo03-uniapp-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"description": "SocketD Uniapp Test Project",
"author": "ZhangQi",
"dependencies": {
"@noear/socket.d": "2.5.2"
"@noear/socket.d": "2.5.3"
}
}
2 changes: 1 addition & 1 deletion javascript/socketd-examples/demo06-im/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Socket.D-im demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8 " />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=yes" />
<script src="https://cdn.jsdelivr.net/gh/noear/[email protected].2/javascript/release/socket.d.js"></script>
<script src="https://cdn.jsdelivr.net/gh/noear/[email protected].3/javascript/release/socket.d.js"></script>
<style>
body{max-width: 900px; margin: auto;}
table th { text-align: right; }
Expand Down
2 changes: 1 addition & 1 deletion javascript/socketd/src/socketd/SocketD.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class SocketD {
* 框架版本号
*/
static version(): string {
return "2.5.2";
return "2.5.3";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion javascript/socketd/webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ npm publish
```javascript

/*!
* Socket.D v2.5.2
* Socket.D v2.5.3
* (c) 2023-2024 noear.org
* Released under the Apache-2.0 License.
*/
Expand Down
2 changes: 1 addition & 1 deletion python/socketd/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='socket.d',
version='2.5.2',
version='2.5.3',
description='@noear/socket.d python project',
author='noear,bai',
url='https://socketd.noear.org/',
Expand Down
2 changes: 1 addition & 1 deletion python/socketd/socketd/SocketD.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


def version() -> str:
return "2.5.2"
return "2.5.3"

def protocol_name() -> str:
return "Socket.D"
Expand Down

0 comments on commit 94aff55

Please sign in to comment.