Releases: runpod/runpod-python
Releases · runpod/runpod-python
0.9.0
New Feature:
- Returning "refresh_worker" in the output will trigger the worker to terminate at the end of the job.
Validation Utility:
- (BREAKING CHANGE)
runpod.serverless.utils.validatorrenamed torunpod.serverless.utils.rp_validator - (BREAKING CHANGE) The validator utility now returns an object with "errors" that contains the list of errors or "validated_input" with a cleaned input based on the provided schema.
Download Utility:
- (BREAKING CHANGE)
runpod.serverless.utils.downloadrenamed torunpod.serverless.utils.rp_download - Added single file downloader and extractor with improved object based return.
Upload Utility:
- (BREAKING CHANGE)
runpod.serverless.utils.upload renamed torunpod.serverless.utils.rp_upload` - Added single file upload functionality
Improvement:
- Errors that are raised by the handler are marked. Additionally, traceback is also provided.
- Tips have been introduced to assist users in developing their endpoints.
Refactor:
- Heartbeat ping mechanism consolidated to a single callable function.
Full Changelog: 0.8.4...0.9.0
0.8.4
0.8.3
Full Changelog: 0.8.2...0.8.3
0.8.2
Full Changelog: 0.8.1...0.8.2
0.8.1
Features:
- Logging level implements
Fix:
- Wraps errors with a string
Changes:
- Realtime endpoint is now {endpoint_id}/realtime
Full Changelog: 0.8.0...0.8.1
0.8.0
- Realtime Worker
- FastAPI natively available within the serverless worker
What's Changed
- Fast api by @justinmerrell in #6
New Contributors
- @justinmerrell made their first contribution in #6
Full Changelog: 0.7.6...0.8.0
0.7.6
0.7.5
Full Changelog: 0.7.4...0.7.5
Clean up:
- Improved verbose formatting
- Does not try to to post results while testing
Fix:
- Handles bool returns
0.7.4
Full Changelog: 0.7.3...0.7.4
Fix:
- Download utility supports pre-signed URLs
Tests:
- Download utility test re-introduced
0.7.3
Full Changelog: 0.7.2...0.7.3