Skip to content

Commit b8f647f

Browse files
authored
Prepare v0.4.4 (#143)
Clean up release notes and prepare to release v0.4.4.
1 parent e4dab74 commit b8f647f

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

docs/source/release-history.rst

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,18 @@
22
Release History
33
===============
44

5-
In Development
6-
--------------
7-
8-
Breaking Changes
9-
^^^^^^^^^^^^^^^^
10-
11-
- N/A
12-
13-
14-
Features
15-
^^^^^^^^
16-
17-
- N/A
5+
v0.4.4 (2023-11-27)
6+
-------------------
187

8+
This release makes some small fixes to rate limits and retries in order to better match with the current behavior of Wayback Machine servers:
199

20-
Fixes & Maintenance
21-
^^^^^^^^^^^^^^^^^^^
10+
- Updated the :meth:`wayback.WaybackClient.search` rate limit to 1 call per second (it was previously 1.5 per second). (:issue:`140`)
11+
- Delayed retries for 60 seconds when receiving rate limit errors from the server. (:issue:`142`)
12+
- Added more logging around requests and rate limiting. This should make it easier to debug future rate limit issues. (:issue:`139`)
13+
- Fixed calculation of the ``time`` attribute on :class:`wayback.exceptions.WaybackRetryError`. It turns out it was only accounting for the time spent waiting between retries and skipping the time waiting for the server to respond! (:issue:`142`)
14+
- Fixed some spots where we leaked HTTP connections during retries or during exception handling. (:issue:`142`)
2215

23-
- Adjusted default rate limits to work better with current throttling in use at archive.org. (:issue:`140`)
24-
- Added more logging around requests are rate limiting. (:issue:`139`)
25-
- Fix calculation of the ``time`` attribute on :class:`wayback.exceptions.WaybackRetryError`. It turns out it was only accounting for the time spent waiting between retries and skipping the time waiting for the server to respond. (:issue:`142`)
16+
The next minor release (v0.5) will almost certainly include some bigger changes to how rate limits and retries are handled.
2617

2718

2819
v0.4.3 (2023-09-26)

0 commit comments

Comments
 (0)