Skip to content

2.3.0 - 2024-11-11

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 02:37

Release Notes

Added

  • Add "View Body" action to response bodies, to open a body in an external viewer such as less or fx #404

Changes

  • Preserve key order of objects in JSON responses #405

Fixed

  • Fixed ignore_certificate_hosts and large_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

Install slumber 2.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/LucasPickering/slumber/releases/download/v2.3.0/slumber-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/LucasPickering/slumber/releases/download/v2.3.0/slumber-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install LucasPickering/tap/slumber

Download slumber 2.3.0

File Platform Checksum
slumber-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
slumber-x86_64-apple-darwin.tar.xz Intel macOS checksum
slumber-x86_64-pc-windows-msvc.zip x64 Windows checksum
slumber-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
slumber-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum