
slumber
2.3.0 - 2024-11-11
v2.3.0
Nov 11 2024 at 02:37 UTC
Added
- Add "View Body" action to response bodies, to open a body in an external viewer such as
less
orfx
#404- By default
less
is used. You can customize this with theviewer
config field
- By default
Changed
- Preserve key order of objects in JSON responses #405
Fixed
- Fixed
ignore_certificate_hosts
andlarge_body_size
fields not being loaded from config - Improve performance of large response bodies #356
- This includes disabling prettyification and syntax highlighting on bodies over 1 MB (this size is configurable, via the
large_body_size
config field) - Loading a large response body should no longer cause the UI to freeze or low framerate
- This includes disabling prettyification and syntax highlighting on bodies over 1 MB (this size is configurable, via the