Releases: runpod/flash
Releases · runpod/flash
v1.14.0
v1.13.0
1.13.0 (2026-04-15)
Features
- add concurrency_modifier support for QB endpoints (#301) (5928dcb)
- terminal: add [REMOTE] tag to dispatch log lines (#308) (2b4e4c1)
Bug Fixes
- classes: harden pickle with cache-miss guard and behavioral tests (#316) (df9fc31)
- classes: make RemoteClassWrapper and LRUCache picklable (#306) (03e88bd)
- cli: standardize error and warning messages (#305) (4a4309b)
- reject empty/null input to match serverless platform behavior (#302) (02058db)
Documentation
v1.12.0
v1.11.3
1.11.3 (2026-04-01)
Bug Fixes
- CE-1414 rely on flashBootType instead of -fb (#297) (1f8b7d6)
- execute_class: add async lock to prevent double deploy (#274) (4ef36c8)
- serverless: use executionTimeoutMs as runsync client timeout (#272) (49451d4)
- stubs: handle None return from void
@remotefunctions (#273) (65aa1c9) - update skeleton template python version (#298) (633f708)
v1.11.2
v1.11.1
1.11.1 (2026-03-27)
Bug Fixes
- AE-2322: network volume size bounds, forbid extra args (#290) (6cc7ec2)
- enforce payload size limit and timeout on deserialization (#289) (1240d82)
- idletimeout must be in valid range (#287) (57aebbf)
- lock all workers to Python 3.12, remove multi-version support (#292) (e1f1dd8)
- reject unknown kwargs in
@remote(#288) (a651275) - runtime: handle input=None in generic handler (#286) (cab2d0c)
- stable sorted gpu ids (#285) (759e0f6)
Code Refactoring
v1.11.0
v1.10.2
v1.10.1
1.10.1 (2026-03-20)
Features
- bump max flash tarball size (#258) (4c58a3e)
- cli: add flash update command with passive update check (#237) (5464ce0)
Bug Fixes
- init:
flash initshow usage menu when called without arguments (#235) (3144d0c) - resolve .env from CWD and stop _do_deploy env mutation (#236) (583efae)
- retry tarball upload on transient SSL and connection errors (#279) (564f51e)