Skip to content

Commit 8bd1f56

Browse files
committed
Tweaks
2 parents 2c41223 + 82b66f0 commit 8bd1f56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/changelog.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v1.2.0 (Current Stable)
3+
## v1.2.0
44

55
* Added `wait_max` argument to [`retryhttp.wait_from_header`][] and [`retryhttp.wait_retry_after`][], which defaults to 120.0 seconds.
66
* [`retryhttp._utils.is_rate_limited][]: revert behavior to correctly determine rate limiting by a `429 Too Many Requests` status.
@@ -9,7 +9,6 @@
99
* [`retryhttp.wait_from_header`][]: Handle case if server responds with a date in the past.
1010
* [`retryhttp.wait_context_aware`][]: The `wait_server_errors` argument now defaults to [`retryhttp.wait_retry_after`][] with [`tenacity.wait_random_exponential][] as fallback, since some server errors may respond with a `Retry-After` header.
1111
* [`retryhttp.wait_context_aware`][]: The `wait_rate_limited` argument now has [`tenacity.wait_random_exponential`][] as fallback to [`retryhttp.wait_retry_after`][], to make retrying rate-limited requests more robust.
12-
* Move `py.typed` to correct location to prevent `mypy` errors.
1312

1413

1514
## v1.1.0

0 commit comments

Comments
 (0)