Skip to content

Commit 5bae76d

Browse files
committed
chore: added missing change logs
1 parent 95015dc commit 5bae76d

File tree

1 file changed

+153
-1
lines changed

1 file changed

+153
-1
lines changed

CHANGELOG.md

Lines changed: 153 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,166 @@
22

33
## [1.7.13](https://github.com/runpod/runpod-python/compare/1.7.12...v1.7.13) (2025-07-17)
44

5-
65
### Bug Fixes
76

87
* allowedCudaVersions is treated as float without the quotes ([#431](https://github.com/runpod/runpod-python/issues/431)) ([b2bf0ce](https://github.com/runpod/runpod-python/commit/b2bf0ce68c38d5a6ade1365634aa83266d882ece))
98
* label creation permission ([#445](https://github.com/runpod/runpod-python/issues/445)) ([0ca6da2](https://github.com/runpod/runpod-python/commit/0ca6da29919a1274567f5bd1d4c6cae56bc5c47e))
109
* No module named 'fcntl' ([#434](https://github.com/runpod/runpod-python/issues/434)) ([88d2e4a](https://github.com/runpod/runpod-python/commit/88d2e4a2edc366ead08039691e43f1ebeeae843b))
1110
* proper public exports by __all__ ([#437](https://github.com/runpod/runpod-python/issues/437)) ([0a52c70](https://github.com/runpod/runpod-python/commit/0a52c70868685ee633ebfef160ab5d914dc79369))
1211

12+
---
13+
14+
## Release 1.7.12 (6/16/24)
15+
16+
### Fixed
17+
18+
- Resolved multiprocess local development issue.
19+
20+
---
21+
22+
## Release 1.7.11 (6/12/24)
23+
24+
### Added
25+
26+
- Added sync function for workspace copying.
27+
28+
### Changed
29+
30+
- README.md name update.
31+
- Dependency updates.
32+
33+
### Fixed
34+
35+
- Fixed ping failures.
36+
37+
---
38+
39+
## Release 1.7.10 (5/28/24)
40+
41+
### Fixed
42+
43+
- Corrected CUDA versions typing.
44+
- Improved Content-Disposition parsing.
45+
- Dependency updates.
46+
47+
---
48+
49+
## Release 1.7.9 (4/9/24)
50+
51+
### Added
52+
53+
- CPU Pod Creation support.
54+
55+
### Changed
56+
57+
- Retired sls-core.
58+
- Improved exception handling.
59+
60+
---
61+
62+
## Release 1.7.8 (4/5/24)
63+
64+
### Added
65+
66+
- Added allowed CUDA versions parameter.
67+
- Improved async job streaming.
68+
69+
### Changed
70+
71+
- Enhanced error handling for Serverless workers.
72+
- Updated GraphQL API key authorization.
73+
74+
---
75+
76+
## Release 1.7.7 (12/10/23)
77+
78+
### Added
79+
80+
- Added utility function for model-cache paths.
81+
82+
### Changed
83+
84+
- Dependency updates.
85+
86+
### Fixed
87+
88+
- Fixed streamed error handling.
89+
90+
---
91+
92+
## Release 1.7.6 (12/5/23)
93+
94+
### Fixed
95+
96+
- Resolved JobScaler request failures.
97+
- Improved input validation.
98+
99+
---
100+
101+
## Release 1.7.5 (11/20/23)
102+
103+
### Fixed
104+
105+
- Addressed race conditions in job queue.
106+
107+
---
108+
109+
## Release 1.7.4 (10/24/23)
110+
111+
### Added
112+
113+
- Added minimum network speed parameters for pod creation.
114+
115+
### Fixed
116+
117+
- Fixed long-running jobs crash.
118+
119+
---
120+
121+
## Release 1.7.3 (10/19/23)
122+
123+
### Fixed
124+
125+
- Performance improvements and bug fixes.
126+
127+
---
128+
129+
## Release 1.7.2 (10/17/23)
130+
131+
### Fixed
132+
133+
- Additional stability improvements.
134+
135+
---
136+
137+
## Release 1.7.1 (10/16/23)
138+
139+
### Fixed
140+
141+
- Bug fixes and improvements.
142+
143+
---
144+
145+
## Release 1.7.0 (10/13/23)
146+
147+
### Added
148+
149+
- Major version release with new features.
150+
151+
### Changed
152+
153+
- Breaking changes and improvements.
154+
155+
---
156+
157+
## Release 1.6.3 (2/14/24)
158+
159+
### Fixed
160+
161+
- Bug fixes and stability improvements.
162+
163+
---
164+
13165
## Change Log
14166

15167
## Release 1.6.2 (2/12/24)

0 commit comments

Comments
 (0)