Commit Graph

384 Commits

Author SHA1 Message Date
hiahia12 cdcafeb718
style: remove the extra log prefix (#797) 2023-05-29 19:25:00 +08:00
zekin f249cb3ce9
fix: no copy some fields at ResponseHeader and RequestHeader (#796) 2023-05-29 11:21:43 +08:00
Wenju Gao ca1fb0e462
chore: merge back v0.6.4 (#792) 2023-05-25 16:40:49 +08:00
Wenju Gao aec57113c0
chore: release v0.6.4 (#791) 2023-05-25 16:16:39 +08:00
alice 98af7f5e65 chore: update version v0.6.4 2023-05-25 16:12:05 +08:00
GuangyuFan 79f945c7c3
chore(hz): release v0.6.4 (#790) 2023-05-25 15:45:17 +08:00
cqqqq777 2a0d46e072
feat: add MIME consts (#776)
Co-authored-by: kinggo <lilong.21@bytedance.com>
2023-05-22 19:52:46 +08:00
kinggo 56411f83a6
ci: modify days-before-close to 1 (#787) 2023-05-22 16:00:05 +08:00
kinggo 4cfbd22ef3
optimize: public ErrNoMultipartForm (#785) 2023-05-22 14:31:31 +08:00
Lorain 062adad18a
optimize: uniform error creation (#668)
Co-authored-by: kinggo <lilong.21@bytedance.com>
2023-05-19 17:23:03 +08:00
kinggo 62aa1a0828
optimize: add client custom template args (#782) 2023-05-16 14:12:12 +08:00
GuangyuFan 2d7010dc52
fix(hz): miss bracket for client template (#781) 2023-05-15 16:59:46 +08:00
GuangyuFan 76609083a7
feat(hz): enhance the ability for customize template (#767) 2023-05-11 14:58:15 +08:00
GuangyuFan 0b9dfea97d
feat(hz): support extends for thrift (#765) 2023-05-11 14:10:48 +08:00
GuangyuFan 0d8b98bc8c
optimize(hz): middleware search method (#762) 2023-05-06 10:42:32 +08:00
zekin c8ffa58098
chore: merge back v0.6.3 (#761) 2023-05-05 14:52:32 +08:00
zekin f7b5e2ff51
chore: release v0.6.3 (#760) 2023-05-05 14:50:14 +08:00
alice a1b0e5ccb1 chore: update version v0.6.3 2023-05-05 14:46:13 +08:00
GuangyuFan e8cf79fe80
chore(hz): release v0.6.3 (#759) 2023-05-05 14:43:36 +08:00
GuangyuFan 7710e718e3
fix(hz): resolve typedef panic for thrift (#758) 2023-05-05 14:37:07 +08:00
zekin 9d0b519728
feat: add GetProtocol and SetProtocol api for ResponseHeader (#751) 2023-04-27 20:26:58 +08:00
Xuran 2e9df0df9e
feat: support silentmode to mute engine log (#745) 2023-04-27 19:59:30 +08:00
Wenju Gao 6100069721
chore(ut): give more time for scheduler (#752) 2023-04-27 19:58:38 +08:00
zekin a8a426e2fc
fix: WriteMultipartFormFile will fail when the Reader return EOF at first Read (#748) 2023-04-27 14:52:23 +08:00
GuangyuFan 2800a9bfde
optimize(hz): avoid insert point for handler by method (#750) 2023-04-26 11:49:35 +08:00
GuangyuFan ce158d4cc3
optimize(hz): remove extra output (#747) 2023-04-24 15:27:00 +08:00
GuangyuFan 4a6d3b1272
feat(hz): change specify plugin method (#741) 2023-04-23 17:40:57 +08:00
GuangyuFan e8e3185fab
feat(hz): support api.none annotation (#743) 2023-04-23 16:46:10 +08:00
zekin e715e76854
build: update netpoll from 0.3.1 to 0.3.2 & mute all internal log of it (#720) 2023-04-23 15:34:46 +08:00
GuangyuFan 03273e1c40
feat(hz): compatibility annotations for protobuf (#742) 2023-04-23 11:18:00 +08:00
Wenju Gao 65b5207e27
chore(template): make sure user documentation is updated as well (#722) 2023-04-19 19:38:26 +08:00
zekin fcd5e6ccf5
test: fix occasional error in TestDialTLS (#716) 2023-04-11 11:25:21 +08:00
Xuran 8e56601a70
chore: merge back v0.6.2 (#718) 2023-04-10 19:42:34 +08:00
Xuran b398b274f4
chore: release v0.6.2 (#717) 2023-04-10 19:37:21 +08:00
alice 9e731c6cfc chore: update version v0.6.2 2023-04-10 19:30:29 +08:00
GuangyuFan b3b4f90df7
chore: release hz v0.6.2 (#714) 2023-04-10 19:14:01 +08:00
GuangyuFan 1906ecb26c
feat(hz): optimize the naming style for middleware (#660) 2023-04-10 16:20:18 +08:00
GuangyuFan ab37d29a6c
ci(hz): add hz test workflows (#645) 2023-04-10 15:29:43 +08:00
kinggo 6e52d9a9a8
feat: add CreateUtRequestContext function (#708) 2023-04-10 11:57:23 +08:00
zekin b43b9c8c37
ci: add compatibility test for old go version (#710) 2023-04-10 11:10:49 +08:00
zekin c5b81ded56
fix: standard conn may panic after close (#698)
Co-authored-by: yinxuran.lucky <yinxuran.lucky@bytedance.com>
2023-04-07 17:29:10 +08:00
zekin 8e9fce9b04
fix: stream client not close the conn when ConnectionClose is true (#702) 2023-04-07 17:27:23 +08:00
GuangyuFan be628003b6
feat(hz): support container type as request/response type for thrift (#697) 2023-04-04 11:04:57 +08:00
GuangyuFan f3295d2ba7
fix(hz): hz update failed for modifying of '.hz' on windows (#695) 2023-04-03 11:17:48 +08:00
kinggo bec7f37a9c
chore: merge back v0.6.1 (#691) 2023-03-27 17:58:07 +08:00
kinggo 1ad2f01129
chore: release v0.6.1 (#690) 2023-03-27 17:45:50 +08:00
alice 6c3ef8751a chore: update version v0.6.1 2023-03-27 16:56:59 +08:00
Xuran 07e020de9d
feat: ignore broken pipe and connection reset error on go net (#689) 2023-03-27 16:19:52 +08:00
Wenju Gao 5bfc5930e4
feat(client): support last middleware for client (#685) 2023-03-27 14:49:01 +08:00
Cr 6fa606ff23
optimize: DialTimeout provided by netpoll will return TLS err directly (#687) 2023-03-27 11:55:33 +08:00