Dubbo Admin Versions Save

The ops and reference implementation for Apache Dubbo

0.6.0

8 months ago

Bugfixes

0.5.0

1 year ago

What's Changed

New Contributors

0.4.0

2 years ago

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

  • 新增Mesh路由 #789
  • Dubbo应用级发现支持 (#807,#812,#814,#817,#823)
  • 新增服务Mock功能 #838
  • 提供登录、认证拓展 (#815,#832)

Optimization

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

0.3.0

2 years ago

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使用)

0.2.0

5 years ago

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

0.1

5 years ago

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