File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- patch
1+ 1.7.4
22
33```
44lerna version [bump]
@@ -8,5 +8,5 @@ lerna version [bump]
88
99```
1010
11- 1.7.1
11+ 1.7.4
1212
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments