Skip to content

Releases: runpod/runpod-python

0.9.0

21 Feb 20:59

Choose a tag to compare

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.validator renamed to runpod.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.download renamed to runpod.serverless.utils.rp_download
  • Added single file downloader and extractor with improved object based return.

Upload Utility:

  • (BREAKING CHANGE) runpod.serverless.utils.upload renamed to runpod.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

30 Jan 14:01

Choose a tag to compare

What's Changed

  • Fix log message for test_inputs.json by @jimgoo in #10

New Contributors

Full Changelog: 0.8.3...0.8.4

0.8.3

27 Jan 18:52

Choose a tag to compare

Full Changelog: 0.8.2...0.8.3

0.8.2

26 Jan 03:48

Choose a tag to compare

Full Changelog: 0.8.1...0.8.2

0.8.1

26 Jan 03:31

Choose a tag to compare

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

24 Jan 03:42

Choose a tag to compare

  • Realtime Worker
    • FastAPI natively available within the serverless worker

What's Changed

New Contributors

Full Changelog: 0.7.6...0.8.0

0.7.6

19 Jan 06:38

Choose a tag to compare

Full Changelog: 0.7.5...0.7.6

feature:

  • utility function to upload to custom bucket

0.7.5

17 Jan 20:38

Choose a tag to compare

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

15 Jan 17:37

Choose a tag to compare

Full Changelog: 0.7.3...0.7.4

Fix:

  • Download utility supports pre-signed URLs

Tests:

  • Download utility test re-introduced

0.7.3

11 Jan 22:50

Choose a tag to compare

Full Changelog: 0.7.2...0.7.3