Skip to content

Commit 4330280

Browse files
authored
release changelog (#1376)
* changelog * chore: rename refactor to enhancements
1 parent 8eea7ed commit 4330280

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# 0.7.0 [Milestone]
2+
## Summary
3+
This release is a milestone version. The entire backend system is completely rewritten using Go, meanwhile,
4+
the frontend ui is redesigned and completely rewritten using Vue3.
5+
The whole refactor extends the base functions of past system and introduces many new features including the native support of kubernetes,
6+
deep integration of observability system and form-based traffic rule publishing.
7+
8+
9+
## New Features
10+
- Support resource-level isolation of store. [#1310](https://github.com/apache/dubbo-admin/pull/1310)
11+
- Introduce informer framework to support discovery and engine. [#1314](https://github.com/apache/dubbo-admin/pull/1314)
12+
- Support memory type of store based on cache in client-go. [#1332](https://github.com/apache/dubbo-admin/pull/1332)
13+
- Kubernetes implemention of Engine. [#1340](https://github.com/apache/dubbo-admin/pull/1340)
14+
- Implement Counter in local cache. [#1345](https://github.com/apache/dubbo-admin/pull/1345)
15+
- Introduce a unified error and display error in a better way. [#1353](https://github.com/apache/dubbo-admin/pull/1353), [#1355](https://github.com/apache/dubbo-admin/pull/1355)
16+
- Support multiple registries in console. [#1356](https://github.com/apache/dubbo-admin/pull/1356)
17+
- Nacos Implemention of Discovery. [#1367](https://github.com/apache/dubbo-admin/pull/1367)
18+
- Support components to start in dependency order. [#1370](https://github.com/apache/dubbo-admin/pull/1370)
19+
- Zookeeper Implemention of Discovery. [#1371](https://github.com/apache/dubbo-admin/pull/1371)
20+
21+
## Bug Fixes
22+
- Fix compile error. [#1325](https://github.com/apache/dubbo-admin/pull/1325)
23+
- Fix counter registration bug. [#1369](https://github.com/apache/dubbo-admin/pull/1369)
24+
- Fix npe caused by incorrect indexer initiation order. [#1372](https://github.com/apache/dubbo-admin/pull/1372)
25+
- Redirect to login page when user is not logged in. [#1373](https://github.com/apache/dubbo-admin/pull/1373)
26+
27+
## Enhancements
28+
- Migrate the base project from [dubbo-kubernetes](https://github.com/apache/dubbo-kubernetes) to this repository. [#1302](https://github.com/apache/dubbo-admin/pull/1302)
29+
- Reorganize the project structure and tidy up the legacy code. [#1304](https://github.com/apache/dubbo-admin/pull/1304), [#1307](https://github.com/apache/dubbo-admin/pull/1307), [#1311](https://github.com/apache/dubbo-admin/pull/1311)
30+
31+
## Documentation & CI
32+
- Fix ci problems. [#1320](https://github.com/apache/dubbo-admin/pull/1320), [#1322](https://github.com/apache/dubbo-admin/pull/1322), [#1326](https://github.com/apache/dubbo-admin/pull/1326)
33+
34+
## Contributors
35+
Thanks to all contributors for their efforts in this release:
36+
37+
[AlexStocks](https://github.com/AlexStocks), [ikun-Lg](https://github.com/ikun-Lg),[everfid-ever](https://github.com/everfid-ever),
38+
[WyRainBow](https://github.com/WyRainBow), [Helltab](https://github.com/Helltab),[stringl1l1l1l](https://github.com/stringl1l1l1l),
39+
[marseilspirit](https://github.com/marsevilspirit), [mfordjody](https://github.com/mfordjody), [tew-axiom](https://github.com/tew-axiom),
40+
[robocanic](https://github.com/robocanic)
41+

0 commit comments

Comments
 (0)