Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 修复通配API在探测关闭后无法停止探测任务的问题 #548

Merged
merged 4 commits into from
Aug 12, 2024

Commits on Aug 10, 2024

  1. fix: use Objects.equals to compare objects (#545)

    * fix: 优化熔断插件实现,解决用户通配API内存占用过高问题 (#533)
    
    * feat: support trace reporting
    
    * feat: restore version to 1.15.7-SNAPSHOT
    
    * feat: add initService to AssemblyAPI
    
    * test: add test for initService
    
    * fix: TraceReporterConfig type mistake
    
    * feat: support modify loglevel over parameter & support log in tracereporter
    
    * feat: 上报监控及调用链失败不抛异常
    
    * fix: 校验失败打印端口号
    
    * fix: add toString method to all configration classes
    
    * fix: 修复通配API导致counter及healthChecker膨胀的问题
    
    * fix: 去掉统一的错误统计时长的配置,放回插件化配置中
    
    * fix: 补齐测试用例
    
    * fix: testcase failure
    
    * fix: test case failed by git test
    
    * fix: test case failed
    
    * fix: test case failure
    
    * fix: 健康检查变更影响范围过大问题
    
    * fix: 解决探测规则生效多个的问题,只生效1个探测规则,并进行排序
    
    * fix: 修复用例失败问题
    
    * begin 1.15.9
    
    * feat: 支持通配API统一计算
    
    * fix: use Objects.equals to compare objects
    andrewshan committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    5fe5086 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    764a782 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    310f7df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05b4254 View commit details
    Browse the repository at this point in the history