Changelog

Last updated on: September 4th, 2025

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.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