Skip to content

Commit

Permalink
2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed Jan 27, 2024
1 parent 9d49983 commit 5573cfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion UPDATE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* 添加 @AddMethod 注解(at class),实现 @Get, @Options 限定本意

### 2.6.6
* 添加 ToSocketdWebSocketListener::setListener 接口,强第复用性
* 添加 ToSocketdWebSocketListener::setListener 接口(更方便定制)
* 添加 ToHandlerListener 对异常反馈的支持
* 添加 WebSocket 支持 war(javax) 部署
* 添加 WebSocket 支持 war(jakarta) 部署
Expand All @@ -38,6 +38,7 @@
* 调整 ToHandlerListener 基类改为 EventListener(更方便定制)
* 修复 WebSocket 不能获取 queryString 单字母参数问题
* liteflow 升为 2.11.4.2
* fastjson2 升为 2.0.44
* snack3 升为 3.2.88
* bean-searcher 升为 4.2.7
* sqltoy 升为 5.2.91
Expand Down
2 changes: 1 addition & 1 deletion solon-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<lettuce.version>6.2.7.RELEASE</lettuce.version>

<fastjson.version>1.2.83</fastjson.version>
<fastjson2.version>2.0.45</fastjson2.version>
<fastjson2.version>2.0.44</fastjson2.version>
<okhttp.version>3.14.9</okhttp.version>
<hutool.version>5.8.25</hutool.version>

Expand Down

0 comments on commit 5573cfe

Please sign in to comment.