11# 5.1.1
22
3- Release date: ` 2021-xx-xx `
3+ Release date: ` 2021-04-15 `
44
55## Core
66
@@ -17,10 +17,6 @@ Release date: `2021-xx-xx`
1717- [ NXDRIVE-2597] ( https://jira.nuxeo.com/browse/NXDRIVE-2597 ) : Use a LRU cache for translation strings
1818- [ NXDRIVE-2598] ( https://jira.nuxeo.com/browse/NXDRIVE-2598 ) : Retry S3 non-chunked uploads on expired credentials
1919
20- ### Direct Edit
21-
22- - [ NXDRIVE-2] ( https://jira.nuxeo.com/browse/NXDRIVE-2 ) :
23-
2420### Direct Transfer
2521
2622- [ NXDRIVE-2427] ( https://jira.nuxeo.com/browse/NXDRIVE-2427 ) : Make the end of session notification clickable
@@ -48,10 +44,6 @@ Release date: `2021-xx-xx`
4844- [ NXDRIVE-2600] ( https://jira.nuxeo.com/browse/NXDRIVE-2600 ) : Improve ` options.py ` coverage
4945- [ NXDRIVE-2601] ( https://jira.nuxeo.com/browse/NXDRIVE-2601 ) : [ Windows] Fix ` test_valid_argument_value() ` integration test
5046
51- ## Docs
52-
53- - [ NXDRIVE-2] ( https://jira.nuxeo.com/browse/NXDRIVE-2 ) :
54-
5547## Minor Changes
5648
5749- Upgraded ` docutils ` from 0.16 to 0.17
@@ -62,9 +54,9 @@ Release date: `2021-xx-xx`
6254
6355- Added ` engine_uid ` argument to ` DirectTransferSessionFinished.__init__() `
6456- Added ` remote_ref ` argument to ` DirectTransferSessionFinished.__init__() `
65- - Changed the arguments types from ` Engine.directTransferSessionFinished ` signal to ` (str, str, str) `
57+ - Changed arguments types of ` Engine.directTransferSessionFinished ` signal from ` (str) ` to ` (str, str, str) `
6658- Added ` Notification.action_args `
67- - Changed the arguments types from ` NotificationService.triggerNotification ` signal to ` (str, object) `
59+ - Changed arguments types of ` NotificationService.triggerNotification ` signal from ` (str, str) ` to ` (str, object) `
6860- Added ` Options.use_idempotent_requests `
6961- Removed ` Options.freezer `
7062- Added ` State.crash_details `
0 commit comments