Changelog

Changelog (updated to v0.172.0)

CLI

August 8th, 2025

Relay CLI fixed forwarding output when URL is not specified to take the existing one (if configured previously).

v1.34.4 (July 2024)

  • Fixed forward without outputs issue

v1.34.3 (June 26, 2024)

  • Added CDN download feature
  • Implemented retries functionality

v1.34.2 (May 3, 2024)

  • Fixed tunnel CLI issues
  • General cleanup improvements

v1.34.1 (April 28, 2024)

  • Added TTY fallback functionality

v1.34.0 (April 25, 2024)

  • Added connect TUI (Terminal User Interface)

v1.33.0 (April 24, 2024)

  • Removed minification
  • Added forward TUI functionality

v1.32.15 (April 23, 2024)

  • Updated to UBI image

v1.32.14 (April 23, 2024)

  • Updated Dockerfile

v1.32.13 (April 22, 2024)

  • Fixed version tests

API

v0.172.0 (February 3, 2026)

  • Register redirect feature
  • JavaScript runtime update
  • Ephemeral response body feature

v0.171.0 (January 29, 2026)

  • New JavaScript engine for functions
  • Added extra webhooks per month option
  • UI tooltips improvements
  • Switch to yearly billing option

v0.170.1 (January 19, 2026)

  • Fixed tunnel authentication issue

v0.170.0 (January 19, 2026)

  • Removed body from webhook logs list for better performance

v0.169.0 (January 5, 2026)

  • Added account API keys feature

v0.168.1 (January 4, 2026)

  • Misc fixes/maintenance

v0.168.0 (January 3, 2026)

  • Added function encoding feature

v0.167.4 (December 30, 2025)

  • Misc fixes/maintenance

v0.167.3 (December 30, 2025)

  • Misc fixes/maintenance

v0.167.2 (December 29, 2025)

  • Misc fixes/maintenance

v0.167.1 (December 29, 2025)

  • Misc fixes/maintenance

v0.167.0 (December 29, 2025)

  • Migrated reactor to monorepo
  • Added bucket webhook counts
  • Revamped navigation UI
  • Improved bucket details view
  • High-density inputs and outputs display
  • Fixed bucket stats
  • Store source IP for webhooks

v0.166.1 (December 13, 2025)

  • Fixed frontend API authentication

v0.166.0 (December 12, 2025)

  • Generated HTTP API
  • Tunnels creation improvements

v0.165.4 (November 14, 2025)

  • Misc fixes/maintenance

v0.165.3 (November 13, 2025)

  • Fixed integration edit issue

v0.165.2 (October 26, 2025)

  • Misc fixes/maintenance

v0.165.1 (October 26, 2025)

  • Fixed dark mode

v0.165.0 (October 20, 2025)

  • Removed mandatory password update requirement
  • Added request tester feature

v0.164.4 (19 August, 2025)

  • Fixed function save functionality

v0.164.3 (10 August, 2025)

  • Added webhooks logs viewer feature

v0.164.2 (9 August, 2025)

  • Fixed internal onboarding issues

v0.164.1 (June 26, 2024)

  • Added cache bucket by account ID functionality, improves performance

v0.164.0 (June 16, 2024)

  • Added Lua function metadata feature
  • New metadata fields available:
    • r.Metadata["bucket_id"]
    • r.Metadata["bucket_name"]
    • r.Metadata["input_id"]
    • r.Metadata["input_name"]
    • r.Metadata["output_id"]
    • r.Metadata["output_name"]
    • r.Metadata["output_url"]

v0.163.1 (May 28, 2024)

  • Fixed storage retries functionality, some users would see functions fail.

v0.163.0 (May 28, 2024)

  • Fixed authentication bug
  • Added password update functionality for sub-accounts after reset/create. This will force anyone with a generated sub-account to update their password on login.

v0.162.3 (May 25, 2024)

  • Fixed update log issues (websocket). Now websocket users will be able to reliably send response information to the server.
  • Fixed subscription sync mechanism.

v0.162.2 (May 23, 2024)

  • Webhooks persisted in GCP object storage

v0.162.1 (May 23, 2024)

  • General improvements and bug fixes