Skip to content

orb v0.4.0

Choose a tag to compare

@github-actions github-actions released this 21 Feb 23:33
· 18 commits to main since this release
4664e3b

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