go-common/library/net/http/CHANGELOG.md
2019-04-22 02:59:20 +00:00

27 lines
601 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 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