Skip to content

Releases: WalshyDev/orb

orb v0.5.0

01 Mar 18:47
6a40aa6

Choose a tag to compare

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

orb v0.4.0

21 Feb 23:33
4664e3b

Choose a tag to compare

What's Changed

  • Release orb-cli 0.4.0 (4664e3b)
  • Fix manifest serving and improve updating (2e3a8aa)
  • Update deps (772b6f6)
  • fix: don't override user-specified content-type header (960b6c3)
  • Fix -I and -d not sending default methods (bc9fa36)
  • fix: decompress properly if compress-algo is specified (970a3eb)
  • Release orb-cli 0.3.1 (c8c8165)
  • Fix HTTP/2 compatibility with strict servers like Google (0b16b0f)

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.3.0...v0.4.0

orb v0.3.1

25 Jan 02:01
f6ff46e

Choose a tag to compare

What's Changed

  • Release orb-cli 0.3.1 (dfcdb52)
  • Fix HTTP/2 compatibility with strict servers like Google (0b16b0f)

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.3.0...v0.3.1

orb v0.3.0

25 Jan 01:00
4eda546

Choose a tag to compare

What's Changed

  • Release orb-cli 0.3.0 (aac2f5b)
  • chore: bump rcgen from 0.14.6 to 0.14.7 (764fd2e)
  • Refactor orb-mockhttp: consolidate TLS config building (29b03ff)
  • Refactor orb-cli: consolidate duplicated code (0dc255e)
  • Refactor orb-client: consolidate duplicated TLS and DNS utilities (625ab5c)
  • Fix some bugs (1d26e0f)
  • Bump deps (13a6689)
  • Migrate http2 test to local server (58845ad)
  • Refactor release workflow (c7e854c)
  • Add auto-update support to orb-cli (225f2bf)
  • Cleanup error logging, remove debugs (#9) (8560416)

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.2.0...v0.3.0

orb v0.2.0

08 Jan 05:10
c5f64c6

Choose a tag to compare

What's Changed

  • Release orb-cli 0.2.0 (c5f64c6)
  • Use system certs by default for orb-cli (#2) (59d94af)
  • Publish orb-mockhttp (4cd626a)
  • Download buttons in docs (e21c7b9)
  • Update Worker download logic (a5e9824)

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.1.0...v0.2.0

orb v0.1.0

05 Jan 01:47
498647b

Choose a tag to compare

What's Changed

Installation

Quick Download

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

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

Commits: https://github.com/WalshyDev/orb/commits/v0.1.0