Skip to content

Commit fd656a1

Browse files
committed
publish 1.7.4
- 补充 1.7.3 与 1.7.4 的 CHANGELOG(1.7.3 为 2024-08 发布时漏记的补录) - 1.7.4 包含 jsclient msgId 字节序修复(ref #865)等 - 更新 NPM_PUBLISH_VERSION.md 触发 CI 发布 1.7.4
1 parent 9381cbf commit fd656a1

2 files changed

Lines changed: 32 additions & 2 deletions

File tree

.github/NPM_PUBLISH_VERSION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
patch
1+
1.7.4
22

33
```
44
lerna version [bump]
@@ -8,5 +8,5 @@ lerna version [bump]
88
99
```
1010

11-
1.7.1
11+
1.7.4
1212

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
11

2+
### 1.7.4
3+
4+
[pinus] 修复 jsclient build.js 的 msgId 变长编码字节序与服务端不一致,reqId 为 128 的倍数时该请求收不到响应 [#865](https://github.com/node-pinus/pinus/issues/865)
5+
6+
[pinus] 修复自动重启场景下 checkPort 状态判断错误
7+
8+
[pinus] 修复 [DEP0049] DeprecationWarning: util.isFunction API 弃用告警
9+
10+
[pinus-rpc] 修复 failureProcess 逻辑 [#998](https://github.com/node-pinus/pinus/issues/998)
11+
12+
[pinus-protobuf] 修复 proto options 为空时可能崩溃的问题,encoder/decoder 增加空值防护
13+
14+
[pinus][examples] web-server 模板及示例替换弃用的 Express 中间件为 body-parser / method-override
15+
16+
[ci] 更新 ci 配置及 node 版本
17+
18+
### 1.7.3
19+
20+
补记:本版本于 2024-08-25 发布到 npm,当时未更新 CHANGELOG;1.7.2 版本号已占用但未实际发布。
21+
22+
[pinus] console 模块支持自定义 ssh 参数
23+
24+
[pinus] socket.io 连接器支持 HTTPS 部署
25+
26+
[pinus] 修复单元测试
27+
28+
[pinus] 删除 tsconfig 无用参数 watch
29+
30+
[package] 更新依赖版本(express 4.19.2 / ejs 3.1.10 / webpack 5.91.0 / uuid / reflect-metadata 等)
31+
232
### 1.7.1
333

434
[pinus] context,routeContext改为如果有传递则使用传递对象 [#673](https://github.com/node-pinus/pinus/pull/673)

0 commit comments

Comments
 (0)