Skip to content

Commit

Permalink
Merge pull request #248 from runpod/1.4.0-release-notes
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
justinmerrell committed Dec 4, 2023
2 parents 27d8401 + 46bb8cb commit 222f6be
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Change Log

## Release 1.4.0 (TBD)
## Release 1.4.0 (12/4/23)

### Changed

- [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.
- [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.
- Updated the `colorama` requirement version to `>= 0.2.5, < 0.4.5`

### Added

- Streaming support for calling endpoints.

---

Expand Down

0 comments on commit 222f6be

Please sign in to comment.