Releases: apache/dubbo-admin
v0.7.0-pre
Summary
This release is a milestone version. The entire backend system is completely rewritten using Go, meanwhile,
the frontend ui is redesigned and completely rewritten using Vue3.
The whole refactor extends the base functions of past system and introduces many new features including the native support of kubernetes,
deep integration of observability system and form-based traffic rule publishing.
New Features
- Support resource-level isolation of store. #1310
- Introduce informer framework to support discovery and engine. #1314
- Support memory type of store based on cache in client-go. #1332
- Kubernetes implemention of Engine. #1340
- Implement Counter in local cache. #1345
- Introduce a unified error and display error in a better way. #1353, #1355
- Support multiple registries in console. #1356
- Nacos Implemention of Discovery. #1367
- Support components to start in dependency order. #1370
- Zookeeper Implemention of Discovery. #1371
Bug Fixes
- Fix compile error. #1325
- Fix counter registration bug. #1369
- Fix npe caused by incorrect indexer initiation order. #1372
- Redirect to login page when user is not logged in. #1373
Enhancements
- Migrate the base project from dubbo-kubernetes to this repository. #1302
- Reorganize the project structure and tidy up the legacy code. #1304, #1307, #1311
Documentation & CI
Contributors
Thanks to all contributors for their efforts in this release:
AlexStocks, ikun-Lg,everfid-ever,
WyRainBow, Helltab,stringl1l1l1l,
marseilspirit, mfordjody, tew-axiom,
robocanic
0.6.0
0.5.0
What's Changed
- Fix flaky by @plzdoo in #883
- support jdk11 #862 by @chenjjl in #886
- fix #895 by @chenjjl in #896
- fix #893 by @chenjjl in #894
- fix:#898 Update index.html by @VirensCn in #899
- support swagger.enable by @itmajing in #902
- Support dubbo 3.0.8 by @haoyann in #903
- Fix bug by @sherl0ckLiu in #910
- ZookeeperMetaDataCollector init method add zk digest acl support by @sagexueqi in #911
- Fix notice and opt registry source by @AlbumenJ in #913
- Bump fastjson from 1.2.67 to 1.2.83 by @dependabot in #907
- Add seriialization & timeout by @AlbumenJ in #914
- 解决重复点功能,浏览器控制台报错问题,如点击:服务查询-搜索按钮 by @cnjxzhao in #916
- Fix 服务测试模块内的方法测试执行后,动态生成consumer信息,host为空时,控制台和服务'消费者'标签无法显示问题 by @cnjxzhao in #920
- Update the alignment value by @cnjxzhao in #921
- Up develop by @KeRan213539 in #926
New Contributors
- @chenjjl made their first contribution in #886
- @VirensCn made their first contribution in #899
- @itmajing made their first contribution in #902
- @sherl0ckLiu made their first contribution in #910
- @sagexueqi made their first contribution in #911
- @AlbumenJ made their first contribution in #913
- @cnjxzhao made their first contribution in #916
0.4.0
Features
- Add Mesh routing #789
- Dubbo application-level discovery support (#807,#812,#814,#817,#823)
- Add service Mock function #838
- Provide login and authentication extensions (#815,#832)
Optimization
- Use Dubbo DynamicConfiguration to connect to the configuration center #840
Features
Optimization
- 使用 Dubbo DynamicConfiguration 对接配置中心 #840
Dubbo Admin 0.3.0
Update Content
- New UI
- Supports Dubbo 2. 7. X
- Supports Nacos
- New feature "API Docs"(to be used with Dubbo Api Docs)
更新内容
- 新的UI
- 支持 Dubbo2.7.x
- 支持 Nacos
- 新增"接口文档"功能(需配合Dubbo Api Docs使用)
Dubbo Admin 0.2.0
Features
- add service test link in service search result #285 .
- wildcard search for service test #285
- service detail URL copy #244
- font size and style change #295
- rename Dubbo OPS to Dubbo Admin #331
- service search pagination #318
Bug Fix
- URL encode for service test #334
- fix search by app name #300
- fix generic service cache for service test #305
- fix missing information in simplified URL #313
新特性
- 在服务搜索结果中增加服务测试链接 #285 .
- 服务测试中支持模糊查询 #285
- 服务详情的URL支持拷贝 #244
- 字体大小和风格,以及按钮大小优化 #295
- 将项目名称从Dubbo OPS改成Dubbo Admin #331
- 服务搜索分页 #318
问题修复
Dubbo OPS 0.1
environment requirements:JDK1.8 or higher
Features
- Service search, including service name, application name and wild card.
- Service detail(service metadata for Dubbo 2.7)
- Condition route and dynamic config(including black list, weight, etc)
- Tag route(for Dubbo 2.7)
- Application scope condition route and dynamic config(for Dubbo 2.7)
- Configuration management
*Service Test
Compatibility
All governance rule are stored by yaml format for Dubbo 2.7, and published as URL to registry center for Dubbo 2.6
环境要求:需要Java 8及以上版本支持
功能
- 支持服务搜索,包括服务名,应用名,支持通配符
- 服务详情展示(Dubbo 2.7支持元数据展示)
- 路由规则和动态配置(包括黑白名单,权重和其他配置)
- 支持标签路由(Dubbo 2.7版本)
- 路由规则和动态配置均支持应用维度(Dubbo2.7版本)
- 支持配置管理
*支持服务测试
兼容性
所有的服务治理功能面向Dubbo 2.7的yaml格式,向Dubbo 2.6的URL格式兼容,发布的配置在Dubbo 2.6版本的客户端上可以正确解析