Files
openbilibili/library/net/http/CHANGELOG.md
2019-04-22 20:46:32 +08:00

601 B
Raw Permalink Blame History

http

Version 1.3.0

1.去掉了handle.go 2.server2.go改成serve.goServer2方法改为Serve

Version 1.2.2

1.支持上报熔断错误到prometheus平台

Version 1.2.1

1.修复使用了elk默认字段message

Version 1.2.0

1.拆封Do,JSON,PB,Raw方法

Version 1.1.0

1.添加http VeriryUser方法

Version 1.0.1

  1. 修复了读取配置时潜在的数据竞争

Version 1.0.0

1.修复配置了location时breaker不生效的问题
2.合并RestfulDo到Do中
3.breaker配置只使用最外层的url和host仅配置timeout