From 46bb8cb3438382521f7d0df38ba26f46d1e62a40 Mon Sep 17 00:00:00 2001 From: Justin Merrell Date: Mon, 4 Dec 2023 13:38:33 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 853b63bb..b0ee2080 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. ---