Skip to content

orb v0.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Mar 18:47
6a40aa6

What's Changed

  • Bump all packages for release (6a40aa6)
  • style: apply rustfmt formatting (cc440a6)
  • fix: --json now supports @file syntax to match cURL (eaf255e)
  • fix: --json now sets Accept: application/json to match cURL (db2c374)
  • fix: support header removal with -H to match cURL behavior (5ee2fb9)
  • fix: match cURL cookie file detection for -b/--cookie (f42d426)
  • Update AGENTS.md (f86ed08)
  • Harden cookie domain validation with PSL (7fd39b1)
  • fix: wrap entire HTTP/3 request cycle in max_time timeout (4b7a052)
  • fix: pass route assertions to registered routes (90498ab)
  • Strip cookies and proxy-authorization on cross-host redirects (5aabfe3)
  • Add .vscode to gitignore (bedaf8f)
  • fix: prevent Authorization headers in redirects (e7826ba)
  • chore: bump chrono from 0.4.43 to 0.4.44 (bbfe8cb)
  • fix: handle MissingRedirectLocation (f607778)
  • fix: h3 redirects (893b587)
  • fix: default -F and --json to POST (df06ec4)
  • fix: ensure consistent line endings (6543e39)

Installation

Quick Download

Platform Download
macOS (Universal) orb-macos
Linux (x64) orb-linux
Windows (x64) orb-windows.exe

Or download with orb/curl:

Install with orb/curl

# macOS
orb -L https://orb-tools.com/downloads/orb-macos -o orb && chmod +x orb
curl -L https://orb-tools.com/downloads/orb-macos -o orb && chmod +x orb

# Linux
orb -L https://orb-tools.com/downloads/orb-linux -o orb && chmod +x orb
curl -L https://orb-tools.com/downloads/orb-linux -o orb && chmod +x orb

Full Documentation

Full Changelog: v0.4.0...v0.5.0