| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-08-18 | 1.4 kB | |
| v0.10.2 source code.tar.gz | 2025-08-18 | 1.6 MB | |
| v0.10.2 source code.zip | 2025-08-18 | 2.0 MB | |
| Totals: 3 Items | 3.6 MB | 0 | |
What's Changed
Feature
- feat(protocol/sse): add SetMaxBufferSize for fixing bufio.ErrTooLong and support Go1.25 by @xiaost in https://github.com/cloudwego/hertz/pull/1409
Refactor
- refactor(protocol): faster appendHeaderValue by @xiaost in https://github.com/cloudwego/hertz/pull/1395
- refactor(hz): fix filepath and path misuse by @xiaost in https://github.com/cloudwego/hertz/pull/1411
Fix
- fix: close conn if unexpected buffered data due to malformed response by @jayantxie in https://github.com/cloudwego/hertz/pull/1396
- fix(hz): wrongly match method without matching service first by @AsterDY in https://github.com/cloudwego/hertz/pull/1397
- fix(hz): check duplicating register by full statement instead of package path by @AsterDY in https://github.com/cloudwego/hertz/pull/1403
- fix(tagexpr): prevent stack overflow with pb unexported fields by @xiaost in https://github.com/cloudwego/hertz/pull/1413
Chore
- chore: merge back v0.10.1 by @HeyJavaBean in https://github.com/cloudwego/hertz/pull/1388
- style: fix http status message naming convention by @sasgas in https://github.com/cloudwego/hertz/pull/1389
- chore: release v0.10.2 by @alice-yyds in https://github.com/cloudwego/hertz/pull/1414
New Contributors
- @sasgas made their first contribution in https://github.com/cloudwego/hertz/pull/1389
Full Changelog: https://github.com/cloudwego/hertz/compare/v0.10.1...v0.10.2