Skip to content

v0.14.0

Latest

Choose a tag to compare

@divmain divmain released this 17 Oct 22:03
0025141

Socket Firewall v0.14.0

Binary releases for Socket Firewall.

Downloads

Choose the binary for your platform:

  • sfw-linux-x86_64 - Linux (Intel/AMD)
  • sfw-linux-arm64 - Linux (Arm64)
  • sfw-musl-linux-x86_64 - Linux musl (Intel/AMD)
  • sfw-musl-linux-arm64 - Linux musl (Arm64)
  • sfw-macos-x86_64 - macOS (Intel)
  • sfw-macos-arm64 - macOS (Apple Silicon)
  • sfw-windows-x86_64.exe - Windows

Installation

  1. Download the appropriate binary for your platform
  2. Make it executable: chmod +x sfw-* (Linux/macOS)
  3. Move to your PATH or run directly

Changelog

Features

  • graceful retry when API calls return non-2xx (3f9e278)
  • action for unrecognized hostnames is configurable (6e0e63b)

Bug Fixes

  • lint (6aceb3e)

Other

  • Documentation updates
  • Code refactoring
  • Test improvements