Releases: runpod/runpod-python
Releases · runpod/runpod-python
1.6.0
Fixed
- Rust Serverless Core Passing all tests.
- GitHub Action and Python package updates
- Changelog date typo
What's Changed
- update branch by @justinmerrell in #279
- Fixes date typo in changelog by @AllysonRosenthal in #286
- build(deps): bump peter-evans/repository-dispatch from 2 to 3 by @dependabot in #285
- build(deps): bump aiohttp[speedups] from 3.9.1 to 3.9.2 by @dependabot in #287
- update branch by @justinmerrell in #288
- fix: add missing sls core tests by @justinmerrell in #274
New Contributors
- @AllysonRosenthal made their first contribution in #286
Full Changelog: 1.5.3...1.6.0
1.5.3
Added
- Expose cuda selection when creating a pod.
- Expose
flashboot
when creating a new endpoint. - Expose bucket name for rp_upload.
- Exposed
containerRegistryAuthId
for template creation.
Fixed
- ReadMe typo start_pod -> resume_pod
What's Changed
- Refresh worker datarace by @justinmerrell in #273
- 275 cant set bucket name in rp uploadupload image by @justinmerrell in #276
- fix: readme typo by @justinmerrell in #277
- 209 support container registry auth in create template by @justinmerrell in #278
- feat: add flash boot enable to endpoints by @justinmerrell in #281
- feat: add the ability to create pod with selected cuda by @justinmerrell in #282
- 1.5.3 changelog by @justinmerrell in #284
Full Changelog: 1.5.2...1.5.3
1.5.2
Fixed
- Edge case when using RunPod Serverless Core that returns
None
for function output. - Missing Job ID for logging.
- The concurrency modifier was not adhering to the maximum concurrency.
- Improved in-progress job tracking and counting.
Added
- Expanded RunPod Serverless Core testing.
What's Changed
- Concurrency fix by @justinmerrell in #270
- Core fix by @justinmerrell in #271
- Update CHANGELOG.md by @justinmerrell in #272
Full Changelog: 1.5.1...1.5.2
1.5.1
Fixed
- Prevent stream from hanging on the final output.
- Allow
GET
method forstream
test endpoint. - Updated async runner for endpoint API calls.
Changed
- Updated sls-core to
0.0.2
What's Changed
- Is stream url param by @justinmerrell in #262
- Update async runner by @justinmerrell in #263
- fix: added GET to stream method for fastAPI by @justinmerrell in #264
- feat: updated change log and sls-core by @justinmerrell in #265
Full Changelog: 1.5.0...1.5.1
1.5.0
What's Changed
- feat: update base and venv by @justinmerrell in #256
- Renames Queries file name and fixes typos by @rachfop in #257
- Rust core integration by @justinmerrell in #259
New Contributors
Full Changelog: 1.4.2...1.5.0
1.4.2
Fixed
- Added defaults for optional parameters in
rp_fastapi
to be compatible with pydantic.
What's Changed
- Fix pydantic by @justinmerrell in #255
Full Changelog: 1.4.1...1.4.2
1.4.1
Added
- Local test API server includes simulated endpoints that mimic the behavior of
run
,runsync
,stream
, andstatus
. - Internal job tracker can be used to track job inputs.
What's Changed
- Bump actions/setup-python from 4 to 5 by @dependabot in #251
- Update colorama requirement from <0.4.5,>=0.2.5 to >=0.2.5,<0.4.7 by @dependabot in #252
- Local streaming by @justinmerrell in #253
- build(deps): bump github/codeql-action from 2 to 3 by @dependabot in #254
Full Changelog: 1.4.0...1.4.1
1.4.0
Changed
- [BREAKING] concurrency is now handled by
concurrency_modifier
which is a user provided function that takes in the current concurrency and returns the new concurrency. This allows for more complex concurrency logic to be implemented by the user. - Updated the
colorama
requirement version to>= 0.2.5, < 0.4.5
Added
- Streaming support for calling endpoints.
What's Changed
- Updating branch by @justinmerrell in #223
- update branch by @justinmerrell in #224
- update branch by @justinmerrell in #229
- updating branch by @justinmerrell in #243
- Sdk updates by @justinmerrell in #244
- update branch by @justinmerrell in #245
- Concurrency optimization by @justinmerrell in #246
- Fix the case when
user['pubKey']
isNone
by @Michaelvll in #241 - Skypilot by @justinmerrell in #247
- Update CHANGELOG.md by @justinmerrell in #248
New Contributors
- @Michaelvll made their first contribution in #241
Full Changelog: 1.3.7...1.4.0
1.3.7
Fixed
- Catch timeouts when checking for available jobs.
Changed
- Updated and pinned aiohttp to 3.9.1
What's Changed
- fix: lock aiohttp version by @justinmerrell in #236
- Update rp_job.py by @justinmerrell in #237
- Job get fail by @justinmerrell in #240
Full Changelog: 1.3.6...1.3.7
1.3.6
Fixed
- Restrict version of
aiohttp
to 3.8.6 to avoid breaking changes in 3.9.0
What's Changed
- fix: http logging by @justinmerrell in #233
- Update CHANGELOG.md by @justinmerrell in #234
Full Changelog: 1.3.5...1.3.6