Hertz Release v0.2.0
Feature
- [#124] feat: add option to remove hijackConnPool.
- [#116] feat: update for template.
- [#130] feat: add a warning log for invalid character in Cookie.Value.
- [#143] feat: custom signal to graceful shutdown
- [#114] feat: release buffer in standard network method.
- [#112] feat: parse post args in bodystream.
- [#105] feat: client abstracts hostclient layer.
- [#92] feat: hz support windows.
- [#102] feat: client removes default retry logic.
Optimize
- [#111] optimize: pre-allocate slice when calling bytesconv.AppendHTTPDate.
- [#128] optimize: remove useless judgement.
- [#108] optimize: avoid parsing regular expression repeatedly.
Chore
- [#125] Update pr-check.yml.
Fix
- [#104] fix: use defer to guarantee that mutex will be unlocked.
- [#96] fix: ci exec /bin/license-eye: exec format error
Style
- [#103] style: fixed the typo “ungzipped” to “gunzipped”.
- [#90] style: use const var and remove duplicate type conversions.
Refactor
- [#94] refactor: use appendCookiePart to simplify code.
Docs
- [#97] docs: use comma to separate && remove extra space.