Skip to content

Commit 222f6be

Browse files
Merge pull request #248 from runpod/1.4.0-release-notes
Update CHANGELOG.md
2 parents 27d8401 + 46bb8cb commit 222f6be

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Change Log
22

3-
## Release 1.4.0 (TBD)
3+
## Release 1.4.0 (12/4/23)
44

55
### Changed
66

7-
- [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.
7+
- [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.
8+
- Updated the `colorama` requirement version to `>= 0.2.5, < 0.4.5`
9+
10+
### Added
11+
12+
- Streaming support for calling endpoints.
813

914
---
1015

0 commit comments

Comments
 (0)