Skip to content

Commit

Permalink
docs: 更新2.1.1.RELEASE版本文档
Browse files Browse the repository at this point in the history
  • Loading branch information
jiashunx committed Jan 11, 2024
1 parent 07c47bf commit 2f2fa5a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- Websocket Server Framework
- 复用Http服务器端口发布Websocket服务(websocket服务可根据url进行请求分发)

- 版本清单(最新版本: <b>2.1.0.RELEASE</b>):
- 版本清单(最新版本: <b>2.1.1.RELEASE</b>):

- 参见: [Version.md][0]

Expand All @@ -30,6 +30,7 @@

- 使用文档:

- 运行环境: JDK11
- 参见: [UserGuide.md][1]

[0]: ./docs/Version.md
Expand Down
13 changes: 13 additions & 0 deletions docs/Version.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

<h3 id="V">masker-rest版本清单</h3>

- [V2.1.1.RELEASE](#2.1.1)
- [V2.1.0.RELEASE](#2.1.0)
- [V2.0.0](#2.0.0)
- [V1.7.2](#V1.7.2)
Expand Down Expand Up @@ -35,6 +36,18 @@
- [V1.1.0](#V1.1.0)
- [V1.0.0](#V1.0.0)

<h4 id="V2.1.1">V2.1.1.RELEASE</h4>

- feature: Context增加标记以支持静态资源缓存(默认不缓存静态资源)

- feature: Server,Context,Request,ThreadLocalModel等添加全局属性配置方法(用于设置及获取上下文服务实例)

- fix: Context部分方法名调整(旧方法增加@Deprecated标记,同时修改实现为最新方法实现)

- refactor: 优化工程版本依赖控制(父pom指定具体version)

- docs: JDK11升级记录内容修正

<h4 id="V2.1.0">V2.1.0.RELEASE</h4>

- fix: 增加相关API控制http请求报文体大小(支持设置byte、kb、mb等单位)
Expand Down

0 comments on commit 2f2fa5a

Please sign in to comment.