|
|
c1850d4ab5
|
feat(net/goai): support OpenAPIv3.1 in description field for schema object (#3978)
|
2024-12-01 11:27:35 +08:00 |
|
|
|
9923975b1c
|
feat(net/gipv4): add enhanced the conversion between uint32 and string (#3988)
|
2024-12-01 10:16:03 +08:00 |
|
|
|
e572ed01b3
|
fix(net/ghttp): get origin through referer (#3990)
|
2024-12-01 10:05:46 +08:00 |
|
|
|
eb8024913d
|
feat(net/goai): add min, max, length, min-length, max-length and between support for OpenAPIv3 (#3914)
|
2024-11-23 15:38:52 +08:00 |
|
|
|
ee3eb8d48c
|
fix(net/goai): embedded struct with tags also expand as properties of the parent struct (#3956)
|
2024-11-23 15:38:14 +08:00 |
|
|
|
15f94975db
|
feat(net/goai): add enhanced response status interface (#3896)
|
2024-11-23 15:37:46 +08:00 |
|
|
|
3d4904eb3d
|
feat(net/ghttp): remove Req/Res suffix limitation for input/output parameters of strict router handler (#3848)
|
2024-11-14 17:58:39 +08:00 |
|
|
|
01cd0103e4
|
fix(net/gclient): Client Clone with allocated header/cookie (#3902)
|
2024-11-06 22:09:28 +08:00 |
|
|
|
555bb3fa6b
|
feat(net/goai): enhance openapi doc with responses and examples (#3859)
|
2024-10-21 21:16:45 +08:00 |
|
|
|
4d29939f87
|
fix(net/goai): cannot customize OpenAPIv3 type for request parameters (#3845)
|
2024-10-09 13:15:46 +08:00 |
|
|
|
ab3fbddfc7
|
build(go.mod): upgrade minimum required go version from 1.18 to 1.20 (#3688)
|
2024-09-28 20:58:04 +08:00 |
|
|
|
55b92151f4
|
refactor(net/ghttp): enhance ghttp.StartPProfServer (#3555)
|
2024-09-28 18:10:53 +08:00 |
|
|
|
cf742233e8
|
refactor(net/gudp): improve implements (#3491)
|
2024-09-28 18:08:46 +08:00 |
|
|
|
79451e4624
|
fix(net/ghttp&gclient,contrib/rpc/grpcx): remove request and response contents in opentelemetry tracing attributes (#3810)
|
2024-09-26 09:50:07 +08:00 |
|
|
|
76783fd72b
|
fix(net/gclient): panic when containing @file: parameter value in json post request (#3775)
|
2024-09-25 10:37:32 +08:00 |
|
|
|
9af8393758
|
fix(net/goai): change default value of RequestBody.Required from true to false, add required tag support for RequestBody (#3796)
|
2024-09-24 11:51:53 +08:00 |
|
|
|
8a1c97f518
|
fix(util/gconv): cached field indexes append issue caused incorrect field converting (#3790)
|
2024-09-23 19:05:32 +08:00 |
|
|
|
777c2e7117
|
ci: fix mssql docker service failed in ci (#3792)
|
2024-09-23 11:50:48 +08:00 |
|
|
|
c4327f62e7
|
fix(net/ghttp): server shutdown not graceful using admin api /debug/admin/shutdown (#3777)
|
2024-09-19 14:10:16 +08:00 |
|
|
|
3d63ebfe81
|
fix(net/ghttp): skip common response body in common response handler for streaming content types (#3762)
|
2024-09-12 17:50:43 +08:00 |
|
|
|
6b3fb607cf
|
fix(net/goai): fix openapi miss required tag of BizRequest when set CommonRequest (#3724)
|
2024-09-10 18:00:21 +08:00 |
|
|
|
e8a2629b19
|
net/goai: fix: #3660, support multiple file upload parameters for OpenAPIv3 (#3662)
|
2024-06-25 21:01:58 +08:00 |
|
|
|
dba6c08548
|
net/ghttp: fix Content-Type for jsonp response from application/json to application/javascript (#3651)
|
2024-06-24 21:37:49 +08:00 |
|
|
|
7d464d4de2
|
net/ghttp: fix args issue for forkRestartProcess in graceful restarting of ghttp.Server (#3661)
|
2024-06-24 20:53:37 +08:00 |
|
|
|
fba878f47a
|
net/ghttp: update error message for duplicated routes registering (#3603)
|
2024-06-13 21:16:11 +08:00 |
|
|
|
23df83cb0b
|
database/gdb: fix deadlock when orm operations perform in cache function from gcache (#3585)
|
2024-05-22 21:14:43 +08:00 |
|
|
|
f48ca959f7
|
chore: fix function names in comment (#3536)
|
2024-04-24 19:14:42 +08:00 |
|
|
|
d7a0482146
|
fix: #3465 If the value of a string is null, the value of string is nil after the string is converted to []string (#3468)
|
2024-04-10 20:18:03 +08:00 |
|
|
|
83ba887df7
|
fix: #3449 accept slice parameter as json.RawMessage for http request (#3452)
|
2024-04-07 14:09:52 +08:00 |
|
|
|
e0a2645f4a
|
fix: #3390 name&shor tag mapping failed to command input object for package gcmd (#3429)
|
2024-04-01 19:07:08 +08:00 |
|
|
|
1c12f3a30d
|
fix: http superfluous response.WriteHeader call in some scenario (#3428)
|
2024-03-28 22:08:54 +08:00 |
|
|
|
3a9e0e34ca
|
fix: #3432 Add Access-Control-Expose-Headers: Content-Disposition header in ServeFileDownload (#3433)
|
2024-03-28 20:07:56 +08:00 |
|
|
|
8669512f42
|
feat: add metric feature support in goframe (#3138)
|
2024-03-24 21:18:30 +08:00 |
|
|
|
a8713da97f
|
enhance: cut tracing content as unicode for safety (#3342)
|
2024-03-13 19:21:16 +08:00 |
|
|
|
3a8f246569
|
fix: unit test error in PgSQL and SQLite; Unified t.Assert(err, nil) to t.AssertNil(err) (#3356)
|
2024-03-12 20:05:03 +08:00 |
|
|
|
df15d70466
|
enhance: change tracing span name from request uri to router uri for http request (#3338)
|
2024-03-05 21:11:27 +08:00 |
|
|
|
ce3ef13e6a
|
fix: otel tracing content contains invalid UTF-8 (#3340)
|
2024-02-29 20:22:42 +08:00 |
|
|
|
51326f3d02
|
fix #3245 (#3298)
|
2024-02-06 11:47:25 +08:00 |
|
|
|
e1fa99013a
|
use iota to unify the enums definition (#3305)
|
2024-02-06 11:44:29 +08:00 |
|
|
|
cc79d23334
|
fix issue #2457 (#3297)
|
2024-02-02 10:57:24 +08:00 |
|
|
|
ef2b47d180
|
fix issue #3292 (#3294)
|
2024-02-01 16:02:36 +08:00 |
|
|
|
b4f6f06ab5
|
no printing internal middleware for ghttp.Server (#3271)
|
2024-01-22 21:05:40 +08:00 |
|
|
|
73fbca40ca
|
add internal error logging and update comments for gclient.RequestVar (#3270)
|
2024-01-18 10:21:38 +08:00 |
|
|
|
951f8921cd
|
fix #3237 (#3267)
|
2024-01-17 15:35:48 +08:00 |
|
|
|
ca242ff401
|
fix #3251 (#3254)
|
2024-01-11 22:15:22 +08:00 |
|
|
|
4f4d2c2f8e
|
add MiddlewareNeverDoneCtx for package ghttp (#3250)
|
2024-01-06 13:03:49 +08:00 |
|
|
|
984cca8b82
|
feat: update dependent redoc js for swagger ui (#3217)
|
2023-12-28 20:13:21 +08:00 |
|
|
|
7f9467d1f8
|
fix: #2938 (#3178)
|
2023-12-20 20:25:23 +08:00 |
|
|
|
d08e3ef838
|
fix: #2689 change sessionId in cookie (#3203)
|
2023-12-20 20:21:15 +08:00 |
|
|
|
dd8a5dcf32
|
fix: #3179 (#3195)
|
2023-12-14 21:51:28 +08:00 |
|