From 9bf0d0baf21cff481cde63d293e9bbe85f8d395f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 20:03:12 +0000 Subject: [PATCH] chore(main): release 1.12.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a158f404..7d798430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.12.0](https://github.com/runpod/runpod-python/compare/v1.11.0...v1.12.0) (2026-07-31) + + +### Features + +* **serverless:** network-volume warm cache (VolumeCache) with adaptive transport ([#538](https://github.com/runpod/runpod-python/issues/538)) ([7aee321](https://github.com/runpod/runpod-python/commit/7aee321583c479d45c1a88607d3f73a273dbbf1c)) + + +### Bug Fixes + +* **serverless:** block SSRF in job-input downloads ([#533](https://github.com/runpod/runpod-python/issues/533)) ([b510d2a](https://github.com/runpod/runpod-python/commit/b510d2a989e6ce17c7316c333697754da6d99f5e)) + ## [1.11.0](https://github.com/runpod/runpod-python/compare/v1.10.1...v1.11.0) (2026-07-21)