Skip to content

Releases: runpod/runpod-python

1.3.5

23 Nov 05:45
26bdf10
Compare
Choose a tag to compare

Fixed

  • Robust get_job error handling
  • project.toml now includes required dependencies

What's Changed

Full Changelog: 1.3.4...1.3.5

1.3.4

14 Nov 21:52
3d78e39
Compare
Choose a tag to compare

Changed

  • Logs are now JSON formatted
  • Exposed logging job_id now request_id

Added

  • get_endpoints exposed to return all endpoints for a given user

What's Changed

Full Changelog: 1.3.3...1.3.4

1.3.3

08 Nov 16:17
0487826
Compare
Choose a tag to compare

Added

  • Method of creating logs with job id.

Fixed

  • Reduced polling when checking for job completion.
  • Removed print statements for endpoint calls.
  • Serverless progress updates no longer restricted to only strings.

Changed

  • Removed pillow dependency.
  • Removed python-dotenv dependency.
  • Removed setuptools_scm from required dependencies.

What's Changed

Full Changelog: 1.3.2...1.3.3

1.3.2

03 Nov 20:26
36a27a2
Compare
Choose a tag to compare

Changed

  • Removed setup.cfg and moved all configuration to setup.py
  • [BETA] Clean exit CLI when ctl+c is pressed.

What's Changed

Full Changelog: 1.3.1...1.3.2

1.3.1

31 Oct 01:26
3383dfe
Compare
Choose a tag to compare

Added

  • test_output can be passed in as an arg to compare the results of test_input
  • Generator/Streaming handlers supported with local testing
  • [BETA] CLI DevEx functionality to create development projects.

What's Changed

New Contributors

Full Changelog: 1.3.0...1.3.1

1.3.0

13 Oct 03:14
f2c6e26
Compare
Choose a tag to compare

Changes

  • Backwards compatibility with Python >= 3.8
  • Consolidated install dependencies to requirements.txt

Fixed

  • Corrected helper link for rp_uploads, closes issue #169

What's Changed

Full Changelog: 1.2.6...1.3.0

1.2.6

06 Oct 10:48
e97436e
Compare
Choose a tag to compare

Changes

  • Force urllib3 logging to WARNING level to avoid spamming the console if the global logging level is set to DEBUG.

What's Changed

Full Changelog: 1.2.5...1.2.6

1.2.5

05 Oct 17:47
b891be9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.4...1.2.5

1.2.4

05 Oct 01:06
be7b4f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.3...1.2.4

1.2.3

04 Oct 22:48
794e7b7
Compare
Choose a tag to compare

Bug Fix

  • Job outputs that were not dictionaries, bool, or str were swallowed by the serverless worker. This has been fixed.

What's Changed

Full Changelog: 1.2.2...1.2.3