File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4+ 0.7.1 (unreleased)
5+ ------------------
6+
7+ * Restored and deprecated the ``temporary_download_error_stop() `` and
8+ ``temporary_download_error_wait() `` methods of :class: `~.RetryFactory ` for
9+ backwards compatibility.
10+
4110.7.0 (2025-02-17)
512------------------
613
@@ -9,10 +16,10 @@ Changes
916* Renamed some methods of :class: `~.RetryFactory ` for consistency, since they
1017 now handle both temporary and permanent download errors:
1118
12- * ``temporary_download_error_stop `` →
19+ * ``temporary_download_error_stop() `` →
1320 :meth: `~.RetryFactory.download_error_stop `
1421
15- * ``temporary_download_error_wait `` →
22+ * ``temporary_download_error_wait() `` →
1623 :meth: `~.RetryFactory.download_error_wait `
1724
1825* Made the :ref: `default retry policy <default-retry-policy >` behave like the
You can’t perform that action at this time.
0 commit comments