Skip to content

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## Release Notes

Added

  • Add Python bindings, allowing you to use your Slumber collection from Python scripts without having to invoke the CLI
  • Add jq function to the template language, to query and transform JSON with jq
  • select() now accepts a list of objects {"label": "Label", "value": "Value"} in addition to a list of strings #609
    • This allows you to pass a list of values where the returned value is different from the string you see in the select list.
    • For example, to select a user from a list where you select users by name but the returned value is their ID: select([{"label": "User 1", "value": 1}, {"label": "User 2", "value": 2}])
    • See docs for more
  • Add URL tab to the recipe pane, allowing the URL to be temporarily overridden

Changed

  • Edit Collection TUI has been replaced by Edit Recipe, which opens the file to the selected recipe
    • This will make it much easier to make tweaks to a recipe
  • The Body and Authentication tabs of the Recipe pane are now disabled if the recipe doesn't have a body/authentication (respectively)
  • Disabled actions can no longer be selected in the action menu
  • slumber show config --edit and slumber show collection --edit now display the error if the file is invalid after editing

Install slumber 4.2.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/LucasPickering/slumber/releases/download/v4.2.0/slumber-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install LucasPickering/tap/slumber

Download slumber 4.2.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

View the full release notes at https://github.com/LucasPickering/slumber/releases/tag/v4.2.0.


@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Oct 15, 2025
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Oct 15, 2025
@BrewTestBot BrewTestBot enabled auto-merge October 15, 2025 05:46
@BrewTestBot BrewTestBot added this pull request to the merge queue Oct 15, 2025
Merged via the queue into main with commit b8a4895 Oct 15, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-slumber-4.2.0 branch October 15, 2025 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants