Skip to content

Releases: runpod/runpod-python

1.6.0

30 Jan 01:31
65215bd
Compare
Choose a tag to compare

Fixed

  • Rust Serverless Core Passing all tests.
  • GitHub Action and Python package updates
  • Changelog date typo

What's Changed

New Contributors

Full Changelog: 1.5.3...1.6.0

1.5.3

26 Jan 00:17
8dd55ce
Compare
Choose a tag to compare

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

Full Changelog: 1.5.2...1.5.3

1.5.2

16 Jan 22:41
adf9f79
Compare
Choose a tag to compare

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

Full Changelog: 1.5.1...1.5.2

1.5.1

11 Jan 16:38
eac280d
Compare
Choose a tag to compare

Fixed

  • Prevent stream from hanging on the final output.
  • Allow GET method for stream test endpoint.
  • Updated async runner for endpoint API calls.

Changed

  • Updated sls-core to 0.0.2

What's Changed

Full Changelog: 1.5.0...1.5.1

1.5.0

28 Dec 23:30
5645bb1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.2...1.5.0

1.4.2

14 Dec 20:36
c22b523
Compare
Choose a tag to compare

Fixed

  • Added defaults for optional parameters in rp_fastapi to be compatible with pydantic.

What's Changed

Full Changelog: 1.4.1...1.4.2

1.4.1

14 Dec 14:17
3059ed0
Compare
Choose a tag to compare

Added

  • Local test API server includes simulated endpoints that mimic the behavior of run, runsync, stream, and status.
  • Internal job tracker can be used to track job inputs.

What's Changed

Full Changelog: 1.4.0...1.4.1

1.4.0

05 Dec 00:26
222f6be
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 1.3.7...1.4.0

1.3.7

29 Nov 21:26
0293403
Compare
Choose a tag to compare

Fixed

  • Catch timeouts when checking for available jobs.

Changed

  • Updated and pinned aiohttp to 3.9.1

What's Changed

Full Changelog: 1.3.6...1.3.7

1.3.6

23 Nov 19:17
d7a5298
Compare
Choose a tag to compare

Fixed

  • Restrict version of aiohttp to 3.8.6 to avoid breaking changes in 3.9.0

What's Changed

Full Changelog: 1.3.5...1.3.6