Skip to content

Commit

Permalink
feat: release 0.6.2 version (#9)
Browse files Browse the repository at this point in the history
* docs: add LICENSE

* change: change static file loading

* feat: develop and package static template functions

* feat: develop upstream list interface

* feat: develop upstream add interface

* feat: upgrade upstream list interface

* feat: develop upstream name list interface

* feat: develop upstream and node detail interface

* feat: develop upstream delete interface

* feat: upgrade upstream delete interface

* feat: develop upstream name update interface

* feat: develop upstream enable interface

* feat: develop upstream release interface

* feat: develop upstream update interface

* change: upgrade upstream name list interface

* change: upgrade router operate interface

* feat: update json bug

* fix: fix release of routing plugin

* change: upgrade node operations published upstream

* change: error alert for upgrading remote hiking

* docs: update readme and added change log

* docs: added change log

* feat: Optimize the release process of upstream

* feat: cancel the operation restriction of the default route

* change: remove redundant comment code

* feat: release 0.6.2 version

---------

Co-authored-by: blust <[email protected]>
  • Loading branch information
zanehy and blust authored Apr 6, 2023
1 parent 900f9e3 commit bd4d2b2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.6.2
> Released on 2023.04.06
#### Feature

- Weaken resource association checks.
- Optimize association configuration synchronization when configuring configuration data operations.
- Optimizing routing upstream can be a null value operation.
- Cancel the operation restriction of the default route `/*`.



## 0.6.1
> Released on 2023.03.01
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.6.2
> 发布于 2023.04.06
#### 功能

- 弱化资源关联性校验。
- 优化配置数据操作时的关联配置同步。
- 优化路由上游可以为空值操作。
- 取消默认路由`/*`的操作限制。



## 0.6.1
> 发布于 2023.03.01
Expand Down

0 comments on commit bd4d2b2

Please sign in to comment.