|
1 | | -# 5.1.2 |
| 1 | +# 5.2.0 |
2 | 2 |
|
3 | | -Release date: `2021-xx-xx` |
| 3 | +Release date: `2021-05-14` |
4 | 4 |
|
5 | 5 | ## Core |
6 | 6 |
|
7 | | -- [NXDRIVE-826](https://jira.nuxeo.com/browse/NXDRIVE-826): Add OAuth2 capabilities |
| 7 | +- [NXDRIVE-826](https://jira.nuxeo.com/browse/NXDRIVE-826): Add OAuth 2 capabilities |
8 | 8 | - [NXDRIVE-2332](https://jira.nuxeo.com/browse/NXDRIVE-2332): Poll for the `batchId` on a regular basic to prevent its purgation from the transient store |
9 | 9 | - [NXDRIVE-2371](https://jira.nuxeo.com/browse/NXDRIVE-2371): Secure storage of the token in the database |
10 | 10 | - [NXDRIVE-2403](https://jira.nuxeo.com/browse/NXDRIVE-2403): Add support for ADFS authentication |
11 | 11 | - [NXDRIVE-2581](https://jira.nuxeo.com/browse/NXDRIVE-2581): Add the synchronization feature |
12 | 12 | - [NXDRIVE-2606](https://jira.nuxeo.com/browse/NXDRIVE-2606): Catch `TypeError` in `RemoteFileInfo.from_dict()` |
13 | 13 | - [NXDRIVE-2607](https://jira.nuxeo.com/browse/NXDRIVE-2607): Handle invalid data returned by the server when asking for a `batchId` |
14 | | -- [NXDRIVE-2609](https://jira.nuxeo.com/browse/NXDRIVE-2609): Handle HTTP 504 errors (Gateway Time-out) |
| 14 | +- [NXDRIVE-2609](https://jira.nuxeo.com/browse/NXDRIVE-2609): Handle HTTP 504 (Gateway Time-out) errors |
15 | 15 | - [NXDRIVE-2610](https://jira.nuxeo.com/browse/NXDRIVE-2610): Remove the `TRACE` logging level, obsolete since 4.1.0 |
16 | 16 | - [NXDRIVE-2612](https://jira.nuxeo.com/browse/NXDRIVE-2612): Save all features state in the local configuration file |
17 | 17 | - [NXDRIVE-2617](https://jira.nuxeo.com/browse/NXDRIVE-2617): Move to `cryptography` module for cryptography stuff |
18 | 18 | - [NXDRIVE-2619](https://jira.nuxeo.com/browse/NXDRIVE-2619): Remove `Engine` databases on failed account addition |
19 | 19 | - [NXDRIVE-2620](https://jira.nuxeo.com/browse/NXDRIVE-2620): Ignore `RuntimeError: wrapped C/C++ object of type LinkingAction has been deleted` in `Action.finish()` |
20 | 20 | - [NXDRIVE-2622](https://jira.nuxeo.com/browse/NXDRIVE-2622): Fix parsing of paths in local configuration file |
21 | 21 | - [NXDRIVE-2623](https://jira.nuxeo.com/browse/NXDRIVE-2623): Ignore `RuntimeError: wrapped C/C++ object of type QueueManager has been deleted` in `QueueManager.push_error()` |
22 | | -- [NXDRIVE-2624](https://jira.nuxeo.com/browse/NXDRIVE-2624): Handle HTTP 408 errors (Request Timeout) |
| 22 | +- [NXDRIVE-2624](https://jira.nuxeo.com/browse/NXDRIVE-2624): Handle HTTP 408 (Request Timeout) errors |
23 | 23 | - [NXDRIVE-2627](https://jira.nuxeo.com/browse/NXDRIVE-2627): Add support for OpenID Connect Discovery |
24 | 24 | - [NXDRIVE-2630](https://jira.nuxeo.com/browse/NXDRIVE-2630): [Windows] Cannot use UNC paths for the `nxdrive_home` parameter |
25 | 25 | - [NXDRIVE-2631](https://jira.nuxeo.com/browse/NXDRIVE-2631): Refetch local configuration on `nxdrive_home` change |
@@ -90,8 +90,8 @@ Release date: `2021-xx-xx` |
90 | 90 | - Updated `Engine.uiChanged` signal signature from `()` to `(str)` |
91 | 91 | - Updated `EngineModel.authChanged` signal signature from `()` to `(str)` |
92 | 92 | - Updated `EngineModel.uiChanged` signal signature from `()` to `(str)` |
93 | | -- Added `Feature.synchronization` |
94 | 93 | - Added `restart_needed` keyword argument to `FeatureModel.__init__()` |
| 94 | +- Added `Feature.synchronization` |
95 | 95 | - Added `FeatureModel.restart_needed` property. |
96 | 96 | - Added `Manager.get_engine_db()` |
97 | 97 | - Added `Manager.remove_engine_dbs()` |
|
0 commit comments