From c868c2b49a5b2cd50a0bc84bf313ec774ea6eb40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 15:54:01 +0000 Subject: [PATCH] chore(main): release 1.13.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a4fdcd1..b35f3278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.13.0](https://github.com/runpod/runpod-python/compare/v1.12.0...v1.13.0) (2026-09-24) + + +### Features + +* migrate api wrapper to rest v2 ([#584](https://github.com/runpod/runpod-python/issues/584)) ([e80c2f2](https://github.com/runpod/runpod-python/commit/e80c2f237d4b6eb41c50cee7a029a08f2694bc4c)) +* **serverless:** coordinate early health checks once per container ([#578](https://github.com/runpod/runpod-python/issues/578)) ([760aea2](https://github.com/runpod/runpod-python/commit/760aea2cc6c0a8f5739b2a8667f61ae11d49d37b)) +* SLS-497 Add explicit prestart hooks to the runpod-python SDK ([#570](https://github.com/runpod/runpod-python/issues/570)) ([70f2de4](https://github.com/runpod/runpod-python/commit/70f2de42f631d550135776d590c3fc7ee562f77f)) + ## [1.12.0](https://github.com/runpod/runpod-python/compare/v1.11.0...v1.12.0) (2026-08-10)