You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/release-history.rst
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
Release History
3
3
===============
4
4
5
+
v0.3.1 (2021-10-14)
6
+
-------------------
7
+
8
+
Some Wayback CDX records have no ``length`` information, and previously caused :meth:`wayback.WaybackClient.search` to raise an exception. These records will have their ``length`` property set to ``None`` instead of a number. Thanks to @8W9aG for discovering this issue and addressing it. (:issue:`83`)
9
+
10
+
5
11
v0.3.0 (2021-03-19)
6
12
-------------------
7
13
@@ -158,7 +164,7 @@ You can check out the full API documentation for :class:`wayback.Memento`, but h
158
164
v0.2.6 (2021-03-18)
159
165
-------------------
160
166
161
-
Fix a major bug where a session’s ``timeout`` would not actually be applied to most requests. HUGE thanks to @LionSzl for discovering this issue and addressing it. (`#68 <https://github.com/edgi-govdata-archiving/wayback/pull/68>`_)
167
+
Fix a major bug where a session’s ``timeout`` would not actually be applied to most requests. HUGE thanks to @LionSzl for discovering this issue and addressing it. (:issue:`68`)
162
168
163
169
164
170
v0.3.0 Beta 1 (2021-03-15)
@@ -170,13 +176,13 @@ v0.3.0 Beta 1 (2021-03-15)
170
176
v0.3.0 Alpha 3 (2020-11-05)
171
177
---------------------------
172
178
173
-
Fixes a bug in the new :class:`wayback.Memento` type where header parsing would fail for mementos with schemeless ``Location`` headers. (`#61 <https://github.com/edgi-govdata-archiving/wayback/pull/61>`_)
179
+
Fixes a bug in the new :class:`wayback.Memento` type where header parsing would fail for mementos with schemeless ``Location`` headers. (:issue:`61`)
174
180
175
181
176
182
v0.3.0 Alpha 2 (2020-11-04)
177
183
---------------------------
178
184
179
-
Fixes a bug in the new :class:`wayback.Memento` type where header parsing would fail for mementos with path-based ``Location`` headers. (`#60 <https://github.com/edgi-govdata-archiving/wayback/pull/60>`_)
185
+
Fixes a bug in the new :class:`wayback.Memento` type where header parsing would fail for mementos with path-based ``Location`` headers. (:issue:`60`)
180
186
181
187
182
188
v0.3.0 Alpha 1 (2020-10-20)
@@ -325,7 +331,7 @@ Finally, :func:`wayback.memento_url_data` now returns 3 values instead of 2. The
325
331
v0.2.5 (2020-10-19)
326
332
-------------------
327
333
328
-
This release fixes a bug where the ``target_window`` parameter for :meth:`wayback.WaybackClient.get_memento` did not work correctly if the memento you were redirected to was off by more than a day from the requested time. See `#53 <https://github.com/edgi-govdata-archiving/wayback/pull/53>`_ for more.
334
+
This release fixes a bug where the ``target_window`` parameter for :meth:`wayback.WaybackClient.get_memento` did not work correctly if the memento you were redirected to was off by more than a day from the requested time. See :issue:`53` for more.
0 commit comments