Releases: spider-gazelle/action-controller
Releases · spider-gazelle/action-controller
v7.2.2: fix(base): uploads clean up when request completes
fix issue with GC Warning: Finalization cycle involving 0x7fa0724dee40
when finalize is called
v7.2.1: fix(open_api): filter methods can parse request bodies
fixes issue with openapi output where the request body is parsed by a filter method
v7.2.0: revert(server): remove worker pool
reverts the use of a fiber worker pool
v7.1.1: fix(body_parser): resolve issue with removing temp file uploads
fixes file upload cleanup logic