Skip to content

Commit 5b0169d

Browse files
committed
#### Version 1.7.0
* New Feature: 新增NotifyPlugin插件,默认集成监控配置文件变化热重启 * New Feature: 新增DotWeb.ReSetConfig用于运行时重载配置 * About NotifyPlugin: - 通过NewDefaultNotifyPlugin创建默认集成的NotifyPlugin - 仅当Dotweb通过配置文件启动方式下有效,监测默认的配置文件 - 当热重启配置文件时,Dotweb本身监听端口以及pprod设置不会重载 - 感谢@地蛋对该插件的支持 * 2019-07-22 14:00 at ShangHai
1 parent b38612e commit 5b0169d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

consts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package dotweb
33
// Global define
44
const (
55
// Version current version
6-
Version = "1.6.9"
6+
Version = "1.7.0"
77
)
88

99
// Log define

0 commit comments

Comments
 (0)