Skip to content

Latest commit

 

History

History
226 lines (104 loc) · 11.7 KB

File metadata and controls

226 lines (104 loc) · 11.7 KB

Changelog

1.4.2 (2026-04-15)

Bug Fixes

  • deps: bump runpod-flash 1.11.3 -> 1.13.0 (#87) (146ee6d)

1.4.1 (2026-04-09)

Bug Fixes

  • ci: add manual workflow to bump runtime dependencies (#84) (a5dc87a)
  • deps: bump runpod-flash 1.8.0 -> 1.11.3, runpod 1.8.1 -> 1.9.0 (#86) (f3ce708)

1.4.0 (2026-03-23)

Features

  • http: add Runpod Flash User-Agent to cross-endpoint requests (#81) (23782f8)

1.3.0 (2026-03-10)

Features

  • handler: on-the-fly package install for deployed mode (#77) (bc96b33)

1.2.0 (2026-03-10)

Features

  • Python version matrix for Docker images + error-masking fix (#76) (a9845c6)

Bug Fixes

  • ci: remove partial semver docker tags (#73) (4499808)

1.1.1 (2026-02-26)

Bug Fixes

  • add runtime version banner, log after unpack for accuracy (#71) (74ea9ba)
  • ci: eliminate redundant CI runs and migrate release-please (#70) (002b787)

1.1.0 (2026-02-25)

Features

  • fully deployed environment with generated handlers (#68) (59a7fcc)

1.0.1 (2026-02-10)

Bug Fixes

  • move flash imports after maybe_unpack to fix torch import errors (#63) (f1bd8a3)

1.0.0 (2026-02-04)

⚠ BREAKING CHANGES

  • rename tetra to flash (#59)

Bug Fixes

  • enable proper semantic versioning for breaking changes (#61) (7c4da51)

Code Refactoring

0.7.5 (2026-02-03)

Features

  • add code intelligence with dependency indexing support (#54) (528ff8a)
  • add mothership mode for Flash deployment hosting (#55) (e82dadf)

Bug Fixes

  • AE-1968: archive.tar.gz -> artifact.tar.gz (#57) (1c3d0d9)

0.7.4 (2026-01-27)

Features

  • state manager manifest integration with TTL-based reconciliation (#52) (3683d6d)

0.7.3 (2026-01-16)

Features

  • dual-mode runtime for Flash Deployed Apps and Live Serverless (#50) (fd568c2)
  • load-balancer: implement Live Load Balancer runtime Docker infrastructure (#45) (7cfe1b7)
  • unpack app tarballs from shadow volumes (#49) (55d9cec)

Bug Fixes

  • ci: resolve disk space issues and optimize Docker image sizes (#46) (7261ccb)

0.7.2 (2025-12-03)

Features

  • pre-install git in Docker images (#43) (99ac555)

0.7.1 (2025-11-14)

Features

  • configure release-please to include refactor commits (#37) (b8c59a0)
  • executor: add async function and method execution support (#42) (6b19ce6)

0.7.0 (2025-10-10)

Features

  • Endpoint Persistence using Network Volume (phase 1) (#25) (f59bec2)
  • Endpoint Persistence using Network Volume (phase 2) (#31) (657e89a)

0.6.0 (2025-09-25)

Features

  • AE-1146 upgrade PyTorch base image to 2.8.0 with CUDA 12.8. (#28) (32b2561)
  • AE-962 streaming logs from remote to local (#24) (b1c9a47)

Bug Fixes

  • access built-in system Python instead of using venv for runtime (#30) (d11a7fb)

0.5.0 (2025-08-27)

Features

  • Add download acceleration for dependencies & hugging face (#22) (f17e013)

0.4.1 (2025-08-06)

Bug Fixes

  • CI-built docker images were broken (317dc4e)
  • last cleanup pr tag from docker did not work (#19) (d317991)
  • PR builds and tests input json files only (#20) (d6b61d7)
  • production Docker builds and GPU/CPU tag consistency (#17) (9d65fde)

0.4.0 (2025-08-05)

Features

  • Workspace environment persisted in the network volume (#10) (6675ec1)

0.3.1 (2025-07-23)

Bug Fixes

0.3.0 (2025-07-23)

Features

  • AE-835 Add class based execution [Runtime] (#8) (6d6505e)
  • CI/CD pipeline workflows with testing, linting, valiation and docker builds (#9) (9d3d696)

Bug Fixes

  • update Dockerfile to reference only existing files (#12) (93df475)

0.2.0 (2025-06-26)

Features

Bug Fixes

0.2.0 (2025-06-26)

Features

Bug Fixes

0.1.0 (2025-06-23)

Bug Fixes