Skip to content

Commit c3945d1

Browse files
committed
change: update CHANGELOG.md and CHANGELOG_CN.md format.
1 parent 7fe3c22 commit c3945d1

File tree

2 files changed

+37
-16
lines changed

2 files changed

+37
-16
lines changed

CHANGELOG.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@
2020

2121
- Fixed `luarocks` installation` api` directory not exists.
2222

23+
#### Change
24+
25+
- `lua-resty-consul` dependency library changed from storing in the project to installing using` luarocks`.
26+
- `nginx.conf` The default log level, adjusted from` info` to `error`.
27+
- The `balancer` plugin migrated to` v0.9.0-dev` due to conflicts with existing features.
28+
- The `dynamic_upstream` plugin migrated to` v0.9.0-dev` due to conflicts with existing features.
29+
- The `consul_balancer` plugin migrated to` v0.9.0-dev` due to conflict with existing functions.
30+
- The `persist` plugin migrated to` v0.9.0-dev` due to conflicts with existing features.
31+
2332
#### Document
2433

2534
- Added usage documentation for `headers` plugin.
@@ -34,14 +43,6 @@
3443
- Added usage documentation for `divide` plugin.
3544
- Added usage documentation for `global_statistics` plugin.
3645

37-
#### Change
38-
39-
- `lua-resty-consul` dependency library changed from storing in the project to installing using` luarocks`.
40-
- `nginx.conf` The default log level, adjusted from` info` to `error`.
41-
- The `balancer` plugin migrated to` v0.9.0-dev` due to conflicts with existing features.
42-
- The `dynamic_upstream` plugin migrated to` v0.9.0-dev` due to conflicts with existing features.
43-
- The `consul_balancer` plugin migrated to` v0.9.0-dev` due to conflict with existing functions.
44-
- The `persist` plugin migrated to` v0.9.0-dev` due to conflicts with existing features.
4546

4647
## 0.8.0
4748
> Released on 2019.10.18
@@ -91,6 +92,7 @@
9192
- Refactored the management code and documentation of `balancer` module.
9293
- Update `Makefile` to specify version for dependencies.
9394

95+
9496
## 0.6.4
9597
> Released on 2017.05.16
9698
@@ -109,6 +111,7 @@
109111
- Modify `Makefile` to support custom installation path.
110112
- Remove the documentation in `docs/api`. For more documents, please visit [Official Website](http://orange.sumory.com).
111113

114+
112115
## 0.6.3
113116
> Released on 2017.03.10
114117
@@ -117,6 +120,7 @@
117120
- Added `signature auth` plugin.
118121
- Added default configuration file templates `ngingx.conf.example` and` orange.conf.example`.
119122

123+
120124
## 0.6.2
121125
> Released on 2017.02.18
122126
@@ -129,13 +133,15 @@
129133
- If the `Orange` version is below` 0.6.2`, then `lor v0.2.x` Version should be installed, `lor v0.2.6` is recommended.
130134
- If `Orange` version is` 0.6.2` or above, you can upgrade `lor v0.3.0 +` version.
131135

136+
132137
## 0.6.1
133138
> Released on 2017.02.09
134139
135140
#### Feature
136141

137142
- Added `property based rate limiting` plugin.
138143

144+
139145
## 0.6.0
140146
> Released on 2016.11.13
141147
@@ -150,13 +156,15 @@
150156

151157
- `Orange 0.6.x` Is not compatible with previous versions.
152158

159+
153160
## 0.5.1
154161
> Released on 2016.11.10
155162
156163
#### FIX
157164

158165
- Fixed SQL import issue.
159166

167+
160168
## 0.5.0
161169
> Released on 2016.10.04
162170
@@ -192,6 +200,7 @@
192200

193201
- Added `Basic Auth` plugin.
194202

203+
195204
## 0.2.0
196205
> Released on 2016.07.15
197206
@@ -206,13 +215,15 @@
206215

207216
- Removed `file store` support.
208217

218+
209219
## 0.1.1
210220
> Released on 2016.05.09
211221
212222
#### Feature
213223

214224
- When using `MySQL` as storage, add user system for` Dashboard`.
215225

226+
216227
## 0.1.0
217228
> Released on 2016.05.04
218229

CHANGELOG_CN.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@
2020

2121
- `luarocks` 安装 `api` 目录不存在问题。
2222

23+
#### 变更
24+
25+
- `lua-resty-consul` 依赖库由项目中存储改为使用 `luarocks` 安装。
26+
- `nginx.conf` 默认日志级别,由 `info` 调整为 `error`
27+
- `balancer` 插件由于与现有功能冲突,迁移至 `v0.9.0-dev`
28+
- `dynamic_upstream` 插件由于与现有功能冲突,迁移至 `v0.9.0-dev`
29+
- `consul_balancer` 插件由于与现有功能冲突,迁移至 `v0.9.0-dev`
30+
- `persist` 插件由于与现有功能冲突,迁移至 `v0.9.0-dev`
31+
2332
#### 文档
2433

2534
-`headers` 插件添加使用文档。
@@ -34,14 +43,6 @@
3443
-`divide` 插件添加使用文档。
3544
-`global_statistics` 插件添加使用文档。
3645

37-
#### 变更
38-
39-
- `lua-resty-consul` 依赖库由项目中存储改为使用 `luarocks` 安装。
40-
- `nginx.conf` 默认日志级别,由 `info` 调整为 `error`
41-
- `balancer` 插件由于与现有功能冲突,迁移至 `v0.9.0-dev`
42-
- `dynamic_upstream` 插件由于与现有功能冲突,迁移至 `v0.9.0-dev`
43-
- `consul_balancer` 插件由于与现有功能冲突,迁移至 `v0.9.0-dev`
44-
- `persist` 插件由于与现有功能冲突,迁移至 `v0.9.0-dev`
4546

4647
## 0.8.0
4748
> Released on 2019.10.18
@@ -91,6 +92,7 @@
9192
-`balancer` 模块的管理后台代码和文档说明规则重构。
9293
- 更新 `Makefile`,对依赖进行版本指定。
9394

95+
9496
## 0.6.4
9597
> Released on 2017.05.16
9698
@@ -109,6 +111,7 @@
109111
- 修改Makefile,支持自定义安装路径。
110112
- 移除 `docs/api` 中的文档,更多文档请到[官网](http://orange.sumory.com)查看。
111113

114+
112115
## 0.6.3
113116
> Released on 2017.03.10
114117
@@ -117,6 +120,7 @@
117120
- 新增 `signature auth` 插件。
118121
- 新增默认配置文件模板 `ngingx.conf.example``orange.conf.example`
119122

123+
120124
## 0.6.2
121125
> Released on 2017.02.18
122126
@@ -129,13 +133,15 @@
129133
- 若使用的 `Orange` 版本在 `0.6.2` 以下,则应安装 `lor v0.2.x` 版本, 推荐 `lor v0.2.6`
130134
- 若使用的 `Orange` 版本在 `0.6.2` 及以上,可升级 `lor v0.3.0+` 版本。
131135

136+
132137
## 0.6.1
133138
> Released on 2017.02.09
134139
135140
#### 新功能
136141

137142
- 新增 `property based rate limiting` 插件。
138143

144+
139145
## 0.6.0
140146
> Released on 2016.11.13
141147
@@ -150,13 +156,15 @@
150156

151157
- `Orange 0.6.*` 版本与之前的版本并不兼容。
152158

159+
153160
## 0.5.1
154161
> Released on 2016.11.10
155162
156163
#### 修复
157164

158165
- 修复SQL导入问题。
159166

167+
160168
## 0.5.0
161169
> Released on 2016.10.04
162170
@@ -192,6 +200,7 @@
192200

193201
- 新增 `Basic Auth` 插件。
194202

203+
195204
## 0.2.0
196205
> Released on 2016.07.15
197206
@@ -206,6 +215,7 @@
206215

207216
- 去除 `file store` 支持。
208217

218+
209219
## 0.1.1
210220
> Released on 2016.05.09
211221

0 commit comments

Comments
 (0)