Changelog

Check out the roadmap to see what's coming next! And join us on Discord to make feature requests.

November 7, 2024

The developer preview of our serverless tool execution APIs is now live. Define tools via the API or the dashboard. Attach them to your AI agent in your framework of choice and execute them in our isolated runtime.

Learn more about secrets and tools.

September 13, 2024

September 10, 2024

  • Added support for safely setting custom Authentication headers on outbound HTTP requests from within a runtime.

September 4, 2024

  • Added support for input files in the API.

August 28, 2024

  • Added support for top-level await when executing JavaScript and TypeScript.

August 22, 2024

  • rizaio/code-interpreter: Released v0.1.11

    • Added the /livez and /readyz endpoints for better Kubernetes integration.
  • rizaio/code-interpreter: Released v0.1.10

    • Version 0.1.10 shipped with a regression and is deprecated.

August 13, 2024

  • rizaio/code-interpreter: Released v0.1.9
    • Fixed a performance bottleneck seen under high request volume.
    • Added the RIZA_SERVE_CONCURRENCY environment variable.

August 12, 2024

July 31, 2024

July 12, 2024

  • Added project renaming to the account dashboard (finally).

June 25, 2024

  • Shipped the first alpha version of the Riza CLI.

June 11, 2024

  • Added zlib as an importable package in the default Python environment.
  • Added PNG support to PIL.

June 6, 2024

  • Added numpy_financial as an importable package in the default Python environment.

May 31, 2024

  • Added numpy as an importable package in the default Python environment.

May 30, 2024

  • Added PIL (via Pillow) as an importable package in the default Python environment, with JPEG support.

May 24, 2024

  • Added HTTP support via requests and httpx in Python and fetch in JavaScript/TypeScript.

May 14, 2024

  • 🦀 Rewrote the runtime service in Rust.

April 25, 2024

  • Initial developer preview release of the Riza Code Interpreter API.