Skip to content

Releases: runpod/runpod-python

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

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