Skip to content

Commit

Permalink
change: update CHANGELOG.md and CHANGELOG_CN.md format.
Browse files Browse the repository at this point in the history
  • Loading branch information
shuaijinchao committed Dec 13, 2019
1 parent 7fe3c22 commit c3945d1
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 16 deletions.
27 changes: 19 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@

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

#### Change

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

#### Document

- Added usage documentation for `headers` plugin.
Expand All @@ -34,14 +43,6 @@
- Added usage documentation for `divide` plugin.
- Added usage documentation for `global_statistics` plugin.

#### Change

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

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


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


## 0.6.3
> Released on 2017.03.10
Expand All @@ -117,6 +120,7 @@
- Added `signature auth` plugin.
- Added default configuration file templates `ngingx.conf.example` and` orange.conf.example`.


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


## 0.6.1
> Released on 2017.02.09
#### Feature

- Added `property based rate limiting` plugin.


## 0.6.0
> Released on 2016.11.13
Expand All @@ -150,13 +156,15 @@

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


## 0.5.1
> Released on 2016.11.10
#### FIX

- Fixed SQL import issue.


## 0.5.0
> Released on 2016.10.04
Expand Down Expand Up @@ -192,6 +200,7 @@

- Added `Basic Auth` plugin.


## 0.2.0
> Released on 2016.07.15
Expand All @@ -206,13 +215,15 @@

- Removed `file store` support.


## 0.1.1
> Released on 2016.05.09
#### Feature

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


## 0.1.0
> Released on 2016.05.04
Expand Down
26 changes: 18 additions & 8 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@

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

#### 变更

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

#### 文档

-`headers` 插件添加使用文档。
Expand All @@ -34,14 +43,6 @@
-`divide` 插件添加使用文档。
-`global_statistics` 插件添加使用文档。

#### 变更

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

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


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


## 0.6.3
> Released on 2017.03.10
Expand All @@ -117,6 +120,7 @@
- 新增 `signature auth` 插件。
- 新增默认配置文件模板 `ngingx.conf.example``orange.conf.example`


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


## 0.6.1
> Released on 2017.02.09
#### 新功能

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


## 0.6.0
> Released on 2016.11.13
Expand All @@ -150,13 +156,15 @@

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


## 0.5.1
> Released on 2016.11.10
#### 修复

- 修复SQL导入问题。


## 0.5.0
> Released on 2016.10.04
Expand Down Expand Up @@ -192,6 +200,7 @@

- 新增 `Basic Auth` 插件。


## 0.2.0
> Released on 2016.07.15
Expand All @@ -206,6 +215,7 @@

- 去除 `file store` 支持。


## 0.1.1
> Released on 2016.05.09
Expand Down

0 comments on commit c3945d1

Please sign in to comment.