Skip to content

Commit

Permalink
2.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed Jul 6, 2024
1 parent 11bdce1 commit 7c9cc0b
Show file tree
Hide file tree
Showing 28 changed files with 39 additions and 36 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.8")
implementation("org.noear:socketd-transport-java-tcp:2.5.8")
implementation("org.noear:socketd-transport-java-udp:2.5.8")
implementation("org.noear:socketd-transport-java-websocket:2.5.8")
// implementation("org.noear:socketd-transport-smartsocket:2.5.9")
implementation("org.noear:socketd-transport-java-tcp:2.5.9")
implementation("org.noear:socketd-transport-java-udp:2.5.9")
implementation("org.noear:socketd-transport-java-websocket:2.5.9")

implementation("com.github.tony19:logback-android:3.0.0")
}
3 changes: 3 additions & 0 deletions java/LOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.5.9
* 修复 socketd-transport-spring-websocket 不能通过子协议验证的问题

### 2.5.8
* smartsocket 升为 1.5.46

Expand Down
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.8</version>
<version>2.5.9</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.8</version>
<version>2.5.9</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.8</socketd.version>
<socketd.version>2.5.9</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.8</version>
<version>2.5.9</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.8</version>
<version>2.5.9</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.8</version>
<version>2.5.9</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.8</version>
<version>2.5.9</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.8</version>
<version>2.5.9</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.8</version>
<version>2.5.9</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.8</version>
<version>2.5.9</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.8</version>
<version>2.5.9</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.8</version>
<version>2.5.9</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.8</version>
<version>2.5.9</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.8</version>
<version>2.5.9</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 @@ -25,7 +25,7 @@ public class SocketD {
* 框架版本号
*/
public static String version() {
return "2.5.8";
return "2.5.9";
}

/**
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.8",
"@noear/socket.d": "2.5.9",
"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.8"
"@noear/socket.d": "2.5.9"
}
}
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].8/javascript/release/socket.d.js"></script>
<script src="https://cdn.jsdelivr.net/gh/noear/[email protected].9/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.8";
return "2.5.9";
}

/**
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', //window -> socket.d.js // module->socket.d.esm.js (要去掉最后的 r as __esModule)
filename: 'socket.d.esm.js', //window -> socket.d.js // module->socket.d.esm.js (要去掉最后的 r as __esModule)
// 输出文件都放到 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.8
* Socket.D v2.5.9
* (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.8',
version='2.5.9',
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.8"
return "2.5.9"

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

0 comments on commit 7c9cc0b

Please sign in to comment.