File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed
Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.5 .0"
2+ "." : " 1.6 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.6.0] ( https://github.com/runpod/flash/compare/v1.5.0...v1.6.0 ) (2026-03-04)
4+
5+
6+ ### Features
7+
8+ * ** core:** replace hardcoded worker values with constants ([ #201 ] ( https://github.com/runpod/flash/issues/201 ) ) ([ 08375a1] ( https://github.com/runpod/flash/commit/08375a1631be5d84a2f61a394687238bb845085f ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * ** deploy:** preserve networkVolume config through manifest pipeline ([ #242 ] ( https://github.com/runpod/flash/issues/242 ) ) ([ d0e0a1f] ( https://github.com/runpod/flash/commit/d0e0a1f5358ac7cf985b4189997248f6ccf2c8e4 ) )
14+ * ** stubs:** resolve sibling module imports in dependency resolver ([ #240 ] ( https://github.com/runpod/flash/issues/240 ) ) ([ eec4fba] ( https://github.com/runpod/flash/commit/eec4fbab2ee69ae82df2b493fba1715817849483 ) )
15+
16+
17+ ### Code Refactoring
18+
19+ * consolidate HTTP client factories with Content-Type headers ([ #203 ] ( https://github.com/runpod/flash/issues/203 ) ) ([ f52ed84] ( https://github.com/runpod/flash/commit/f52ed84b8974bdff50edf404b1e9ec4f483702f3 ) )
20+
321## [ 1.5.0] ( https://github.com/runpod/flash/compare/v1.4.2...v1.5.0 ) (2026-02-27)
422
523
Original file line number Diff line number Diff line change 11[project ]
22name = " runpod-flash"
3- version = " 1.5 .0"
3+ version = " 1.6 .0"
44description = " A Python library for distributed inference and serving of machine learning models"
55authors = [
66 { name = " Runpod" , email = " engineer@runpod.io" },
Original file line number Diff line number Diff line change 1- __version__ = "1.5 .0" # x-release-please-version
1+ __version__ = "1.6 .0" # x-release-please-version
22
33# Load .env vars from file before everything else
44from dotenv import load_dotenv
You can’t perform that action at this time.
0 commit comments