Skip to content

Commit 836a43d

Browse files
Merge pull request #119 from runpod/changelog
Update CHANGELOG.md
2 parents 9fcf1e1 + ceed47c commit 836a43d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@
55
### Added
66

77
- Command Line Interface (CLI)
8+
- Can generate a credentials file from the CLI to store your API key.
9+
- `get_gpu` now supports `gpu_quantity` as a parameter.
10+
11+
### Changes
12+
13+
- Minimized the use of pytests in favor of unittests.
14+
- Re-named `api_wrapper` to `api` for consistency.
15+
- `aiohttp_retry` packaged replaced `rp_retry.py` implementation.
816

917
### Fixed
1018

1119
- Serverless bug that would not remove task if it failed to submit the results.
20+
- Added missing `get_pod`
21+
- Remove extra print statement when making API calls.

0 commit comments

Comments
 (0)