Skip to content

Releases: runpod/runpod-python

1.3.3

08 Nov 16:17
0487826

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

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

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

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

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

Choose a tag to compare

What's Changed

Full Changelog: 1.2.4...1.2.5

1.2.4

05 Oct 01:06
be7b4f2

Choose a tag to compare

What's Changed

Full Changelog: 1.2.3...1.2.4

1.2.3

04 Oct 22:48
794e7b7

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

1.2.2

04 Oct 19:59
32a0af4

Choose a tag to compare

Added

  • User queries and mutations are now available in the Python API wrapper.
  • start_ssh added with the default True when creating new pods.
  • network_volume_id can now be passed in when creating new pods, the correct data center is automatically selected.
  • template_id can now be passed in when creating new pods.

Changes

  • Dependencies updated to the latest versions.
  • Reduced circular imports for version reference.
  • support_public_ip is not default to True when creating new pods.

Fixed

  • Reduce pool_connections for ping requests to 10.
  • Double timeout for ping requests.

What's Changed

New Contributors

Full Changelog: 1.2.1...1.2.2

1.2.1

22 Sep 21:17
ab8d2a7

Choose a tag to compare

Added

  • Version reported when an error is returned in serverless.
  • Log level can be set with RUNPOD_LOG_LEVEL environment variable.
  • SIGTERM handler initialized when starting serverless worker to avoid hung workers.
  • Progress update method exposed runpod.serverless.progress_update can be called with the job object and string.

Fixed

  • Region is included when using S3 storage via rp_upload, automatically filled in for Amazon S3 buckets and Digital Ocean Spaces.

What's Changed

New Contributors

Full Changelog: 1.2.0...1.2.1