Skip to content

Commit 1dfdcee

Browse files
chore: release 1.7.0 (#256)
Co-authored-by: runpod-release-please-bot[bot] <228772213+runpod-release-please-bot[bot]@users.noreply.github.com>
1 parent 37c82ab commit 1dfdcee

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.6.1"
2+
".": "1.7.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.7.0](https://github.com/runpod/flash/compare/v1.6.1...v1.7.0) (2026-03-05)
4+
5+
6+
### Features
7+
8+
* AE-2276: retryable graphql queries ([#239](https://github.com/runpod/flash/issues/239)) ([05a5149](https://github.com/runpod/flash/commit/05a51494e2454595effc9c7b8a0c76614f011edf))
9+
* auto-select next available port when default is in use ([#249](https://github.com/runpod/flash/issues/249)) ([90276aa](https://github.com/runpod/flash/commit/90276aaba937aab09efa460b39c0f325ef2aefb7))
10+
11+
12+
### Bug Fixes
13+
14+
* auto-create app on deploy when app does not exist ([#253](https://github.com/runpod/flash/issues/253)) ([0413e8a](https://github.com/runpod/flash/commit/0413e8a1467917c991199342f316649bef8e12d1))
15+
* CPU instance type not passed through manifest during deploy ([#250](https://github.com/runpod/flash/issues/250)) ([8998123](https://github.com/runpod/flash/commit/899812339558b9357ca5b001cc66e4e189be6bc5))
16+
* extract dependencies from Endpoint() patterns during build ([#252](https://github.com/runpod/flash/issues/252)) ([3f136bd](https://github.com/runpod/flash/commit/3f136bdbbb3b58d3a68681cc6f4ecc1bc6e421c2))
17+
* LB endpoint redeployment desync on second deploy ([#251](https://github.com/runpod/flash/issues/251)) ([6aa3696](https://github.com/runpod/flash/commit/6aa3696ffd20cceba1fd79969bcdf4e53198f1c2))
18+
319
## [1.6.1](https://github.com/runpod/flash/compare/v1.6.0...v1.6.1) (2026-03-05)
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.6.1"
3+
version = "1.7.0"
44
description = "A Python library for distributed inference and serving of machine learning models"
55
authors = [
66
{ name = "Runpod", email = "engineer@runpod.io" },

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.6.1" # x-release-please-version
1+
__version__ = "1.7.0" # x-release-please-version
22

33
# Load .env vars from file before everything else
44
from dotenv import load_dotenv

0 commit comments

Comments
 (0)