Releases: spider-gazelle/action-controller
Releases · spider-gazelle/action-controller
v7.6.1
v7.6.0: feat(router/builder): string bodies should support "text/plain" mime
"text/plain" mime type is supported for routes that expect a String type as the body content
this simplifies requests in some cases as you no longer need to JSON encode the body for example
v7.5.3: fix(open_api): required should be nil or true
fixes an openapi documentation warning
v7.5.2
v7.5.1: feat(router/builder): allow overriding the OpenAPI type documentation
allow overriding the OpenAPI response model via annotations
v7.5.0
adds support for header route params
thanks to @tristanholl
v7.4.4
v7.4.3: chore(error_handler): add support for latest exception_page
adds support for the latest version of the exception page shard
v7.4.2
v7.4.1: fix(base): last modified check
fixes an issue with last modified checks and milliseconds in the source timestamp