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: CHANGELOG
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
Version 2.3.2
2
+
- Downloader interfaces and classes that extend Downloader now have a new method called onPreClientExecute(client: T, request: Downloader.ServerRequest): R?
3
+
This method allows you to specify settings on the client before executing the request.
4
+
- Fixed resume bug with Parallel downloader
5
+
1
6
Version 2.3.1
2
7
This is the first stable version of Fetch 2. Enjoy.
3
8
- Fixed an issue where the priority queue backoff would not work correctly.
0 commit comments