Skip to content

Releases: apache/dubbo-admin

0.6.0

19 Sep 07:53
Compare
Choose a tag to compare

Bugfixes

  • Fix cannot show service list when using Nacos as registry #1226

0.5.0

10 Oct 07:14
dabf81b
Compare
Choose a tag to compare

What's Changed

New Contributors

0.4.0

22 Nov 09:28
efb7a8d
Compare
Choose a tag to compare

Features

Optimization

  • Use Dubbo DynamicConfiguration to connect to the configuration center #840

Features

Optimization

  • 使用 Dubbo DynamicConfiguration 对接配置中心 #840

Dubbo Admin 0.3.0

13 Aug 09:16
1bcac95
Compare
Choose a tag to compare

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

22 Apr 09:09
Compare
Choose a tag to compare
Dubbo Admin 0.2.0 Pre-release
Pre-release

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

问题修复

  • 服务测试的URL进行encode编码 #334
  • 修复按照应用名查询的结果 #300
  • 修复服务测试的泛化对象的缓存 #305
  • 修复在简化URL下的信息缺失 #313

Dubbo OPS 0.1

03 Feb 03:49
Compare
Choose a tag to compare

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版本的客户端上可以正确解析