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
- Fix(serial-queue): fix deadlock on `FileDownloadSerialQueue`. closes #858
12
+
- Fix: do not use j-unit on library non-unit-test env to fix the `no-static-method-found` issue on some mi-phones. closes #867
13
+
- Fix: fix decrease two times of retry-chance each time of retry. closes #838
14
+
- Fix: fix get status is pending when a task has been paused on pending status. closes #855
15
+
16
+
#### Enhancement
17
+
18
+
- Improve Practicability: public `SqliteDatabaseImpl`、`RemitDatabase`、`NoDatabaseImpl`, so you can overwrite them
19
+
- Improve Practicability: support downgrade version from newer version
20
+
- Improve Practicability: add the default `User-Agent` if upper layer does not add. closes #848
21
+
- Improve Performance: change the keepalive second(5s to 15s) for each executor, since when downloading multiple tasks thread release and recreate too frequently
22
+
- Improve Performance: using `RemitDatabase` instead of `DefaultFiledownloadDatabase` to avoid some small task start and finished on the very short time but consume too much time on sync status to database what is useless
0 commit comments