Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Dec 4, 2023
1 parent 27d8401 commit 46bb8cb
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 46bb8cb

Please sign in to comment.