Skip to content

Commit 2139c1a

Browse files
chore: release 1.17.0 (#343)
Co-authored-by: runpod-release-please-bot[bot] <228772213+runpod-release-please-bot[bot]@users.noreply.github.com>
1 parent fd5ac9a commit 2139c1a

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.16.0"
2+
".": "1.17.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.17.0](https://github.com/runpod/flash/compare/v1.16.0...v1.17.0) (2026-06-04)
4+
5+
6+
### Features
7+
8+
* add agent source tracking to user-agent header ([#342](https://github.com/runpod/flash/issues/342)) ([5707093](https://github.com/runpod/flash/commit/5707093f13ce2a1b597e1025464104a53b594796))
9+
* **rules:** agent rules layer with CLI-first directive ([#341](https://github.com/runpod/flash/issues/341)) ([4b65121](https://github.com/runpod/flash/commit/4b65121bffb8e1919dab588b4bebff448af4962a))
10+
* **sdk:** accept python 3.13 as a target version ([#338](https://github.com/runpod/flash/issues/338)) ([0665ba8](https://github.com/runpod/flash/commit/0665ba8391875159249853bec6895b2c947869f3))
11+
12+
13+
### Bug Fixes
14+
15+
* align datacenter enum with valid real-world targets ([#336](https://github.com/runpod/flash/issues/336)) ([107a2d1](https://github.com/runpod/flash/commit/107a2d135b9cba1221cf7bd2cd04574f221c621f))
16+
* **endpoint:** retry EndpointJob.wait() on transient httpx errors ([#340](https://github.com/runpod/flash/issues/340)) ([c126357](https://github.com/runpod/flash/commit/c126357ba3cb83935a2afe9c5bbe04ba75024917))
17+
* **resources:** honor caller-supplied imageName in Live* resources ([#339](https://github.com/runpod/flash/issues/339)) ([62df62c](https://github.com/runpod/flash/commit/62df62c249fc5a70fff9a2862860934a106ade73))
18+
319
## [1.16.0](https://github.com/runpod/flash/compare/v1.15.0...v1.16.0) (2026-04-28)
420

521

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "runpod-flash"
3-
version = "1.16.0"
3+
version = "1.17.0"
44
description = "A Python library for distributed inference and serving of machine learning models"
55
authors = [{ name = "Runpod", email = "engineer@runpod.io" }]
66
readme = "README.md"

src/runpod_flash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.16.0" # x-release-please-version
1+
__version__ = "1.17.0" # x-release-please-version
22

33
# Load .env vars from file before everything else
44
# usecwd=True walks up from CWD (user's project) instead of from the

0 commit comments

Comments
 (0)