Skip to content

Releases: runpod/flash

v1.9.1

12 Mar 22:08
df9ea77

Choose a tag to compare

1.9.1 (2026-03-12)

Bug Fixes

  • auth: clean up API key error message (#269) (7780f28)

v1.9.0

12 Mar 18:03
f31a6ae

Choose a tag to compare

1.9.0 (2026-03-12)

Features

  • refactor GpuType enum names, add B200 and RTX PRO 6000s (#233) (b709176)

Bug Fixes

  • login: prevent env var auth leak in guest sessions (#267) (6316289)

v1.8.1

10 Mar 22:43
7d5f9d2

Choose a tag to compare

1.8.1 (2026-03-10)

Bug Fixes

  • build: remove numpy from dependency blacklist, rename to SIZE_PROHIBITIVE_PACKAGES (#263) (65fde9d)

v1.8.0

10 Mar 00:09
269181d

Choose a tag to compare

1.8.0 (2026-03-09)

Features

  • Python version-aware Docker image selection (#261) (e10c18e)

v1.7.0

05 Mar 19:07
1dfdcee

Choose a tag to compare

1.7.0 (2026-03-05)

Features

  • AE-2276: retryable graphql queries (#239) (05a5149)
  • auto-select next available port when default is in use (#249) (90276aa)

Bug Fixes

  • auto-create app on deploy when app does not exist (#253) (0413e8a)
  • CPU instance type not passed through manifest during deploy (#250) (8998123)
  • extract dependencies from Endpoint() patterns during build (#252) (3f136bd)
  • LB endpoint redeployment desync on second deploy (#251) (6aa3696)

v1.6.1

05 Mar 18:18
b1e3b88

Choose a tag to compare

1.6.1 (2026-03-05)

Bug Fixes

  • env: handle app-not-found gracefully in flash env list (#243) (97608e7)

Code Refactoring

  • Endpoint class as a single entrypoint uniting @remote and ServerlessResource-based classes (#223) (5c3f3a6)

v1.6.0

04 Mar 18:46
1e20b3b

Choose a tag to compare

1.6.0 (2026-03-04)

Features

  • core: replace hardcoded worker values with constants (#201) (08375a1)

Bug Fixes

  • deploy: preserve networkVolume config through manifest pipeline (#242) (d0e0a1f)
  • stubs: resolve sibling module imports in dependency resolver (#240) (eec4fba)

Code Refactoring

  • consolidate HTTP client factories with Content-Type headers (#203) (f52ed84)

v1.5.0

27 Feb 21:33
ac70dd2

Choose a tag to compare

1.5.0 (2026-02-27)

Features

Bug Fixes

  • add validator for workersmax and workersmin on sls endpoints (#231) (c24a21b)
  • dep parsing for remote decorated functions (#230) (f7486cb)
  • persist env vars to manifest and deployed endpoints (#226) (4e583c7)

v1.4.2

26 Feb 20:35
fc68e03

Choose a tag to compare

1.4.2 (2026-02-26)

Bug Fixes

  • always bundle runpod-flash in flash build + versioning report (#227) (8f883ee)

v1.4.1

26 Feb 01:20
6e1f304

Choose a tag to compare

1.4.1 (2026-02-26)

Bug Fixes