Skip to content

Commit

Permalink
2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed Jun 14, 2024
1 parent 4ba0f20 commit 76588a3
Show file tree
Hide file tree
Showing 28 changed files with 41 additions and 38 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.4")
implementation("org.noear:socketd-transport-java-tcp:2.5.4")
implementation("org.noear:socketd-transport-java-udp:2.5.4")
implementation("org.noear:socketd-transport-java-websocket:2.5.4")
// implementation("org.noear:socketd-transport-smartsocket:2.5.5")
implementation("org.noear:socketd-transport-java-tcp:2.5.5")
implementation("org.noear:socketd-transport-java-udp:2.5.5")
implementation("org.noear:socketd-transport-java-websocket:2.5.5")

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.4</version>
<version>2.5.5</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.4</version>
<version>2.5.5</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.4</socketd.version>
<socketd.version>2.5.5</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.4</version>
<version>2.5.5</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.4</version>
<version>2.5.5</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.4</version>
<version>2.5.5</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.4</version>
<version>2.5.5</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.4</version>
<version>2.5.5</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.4</version>
<version>2.5.5</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.4</version>
<version>2.5.5</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.4</version>
<version>2.5.5</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.4</version>
<version>2.5.5</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.4</version>
<version>2.5.5</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.4</version>
<version>2.5.5</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.4";
return "2.5.5";
}

/**
Expand Down
3 changes: 3 additions & 0 deletions javascript/ LOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.5.5
* 修复 wechat 的环境识别问题

### 2.5.4
* 添加 Listener:onReply, onSend 方法,方便帧流量统计
* 添加 FrameIoHandler 接口,强化 Processor 的帧输入输出强控地位
Expand Down
4 changes: 2 additions & 2 deletions javascript/release/socket.d.esm.js

Large diffs are not rendered by default.

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.esm.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.4",
"@noear/socket.d": "2.5.5",
"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.4"
"@noear/socket.d": "2.5.5"
}
}
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].4/javascript/release/socket.d.js"></script>
<script src="https://cdn.jsdelivr.net/gh/noear/[email protected].5/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 @@ -54,7 +54,7 @@ export class SocketD {
* 框架版本号
*/
static version(): string {
return "2.5.4";
return "2.5.5";
}

/**
Expand Down
4 changes: 2 additions & 2 deletions javascript/socketd/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ module.exports = {
},
output: {
// 把所有依赖的模块合并输出到一个 bundle.js 文件
filename: 'socket.d.js', // module->socket.d.esm.js //window -> socket.d.js
filename: 'socket.d.esm.js', // module->socket.d.esm.js //window -> socket.d.js
// 输出文件都放到 dist 目录下
path: path.resolve(__dirname, './dist/release'),
libraryTarget: 'window'//'commonjs2' //module //window //global//this(更通用)
libraryTarget: 'module'//'commonjs2' //module //window //global//this(更通用)
}
}
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.4
* Socket.D v2.5.5
* (c) 2023-2024 noear.org
* Released under the Apache-2.0 License.
*/
Expand Down
6 changes: 3 additions & 3 deletions python/socketd/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

setup(
name='socket.d',
version='2.5.4',
version='2.5.5',
description='@noear/socket.d python project',
author='noear,bai',
url='https://socketd.noear.org/',
packages=find_packages(exclude=['*test*']), # 包内不需要引用的文件夹
install_requires=[ # 依赖包
'loguru>=0.7.2',
'websockets>=12.0'
'loguru==0.7.2',
'websockets==12.0'
],
classifiers=[
'Development Status :: 5 - Production/Stable',
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.4"
return "2.5.5"

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

0 comments on commit 76588a3

Please sign in to comment.