Skip to content

Commit

Permalink
#### Version 1.3(国庆迭代第三波)
Browse files Browse the repository at this point in the history
* 增加TLS支持
* 1)ServerConfig增加EnabledTLS\TLSCertFile\TLSKeyFile三个配置项
* 2)HttpServer增加SetEnabledTLS方法
* 3)增加example/tls目录
* 移除:移除DotWeb.StartWithConfig方法,使用配置方式时需显式调用dotweb.SetConfig方法
* 进一步完善默认日志输出
* 2017-10-07 22:00
  • Loading branch information
[email protected] committed Oct 7, 2017
1 parent cbd8807 commit c9f2f9c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ func StartServer() error {
* 统一的日志处理
* 支持Hijack与websocket
* 内建Cache支持
* 内建TLS支持
* 支持接入第三方模板引擎(需实现dotweb.Renderer接口)
* 模块可配置化,85%模块可通过配置维护
* 自集成基础统计数据,并支持按分钟为单位的间隔时间统计数据输出
Expand Down
10 changes: 10 additions & 0 deletions version.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## dotweb版本记录:

#### Version 1.3
* 国庆迭代第三波
* 增加TLS支持
* 1)ServerConfig增加EnabledTLS\TLSCertFile\TLSKeyFile三个配置项
* 2)HttpServer增加SetEnabledTLS方法
* 3)增加example/tls目录
* 移除:移除DotWeb.StartWithConfig方法,使用配置方式时需显式调用dotweb.SetConfig方法
* 进一步完善默认日志输出
* 2017-10-07 22:00

#### Version 1.2.1
* 启动日志增加dotweb ASCII art logo
* 调整默认日志的时间毫秒段为4位
Expand Down

0 comments on commit c9f2f9c

Please sign in to comment.