1- # 4.5.1
1+ # 5.0.0
22
3- Release date: ` 2021-xx-xx `
3+ Release date: ` 2021-02-19 `
44
55## Core
66
@@ -19,11 +19,7 @@ Release date: `2021-xx-xx`
1919
2020### Direct Edit
2121
22- - [ NXDRIVE-2517] ( https://jira.nuxeo.com/browse/NXDRIVE-2517 ) : Fix Qt slot signature preventing to edit custom xpath
23-
24- ### Direct Transfer
25-
26- - [ NXDRIVE-2] ( https://jira.nuxeo.com/browse/NXDRIVE-2 ) :
22+ - [ NXDRIVE-2517] ( https://jira.nuxeo.com/browse/NXDRIVE-2517 ) : Fix Qt slot signature preventing to edit custom ` xpath `
2723
2824## GUI
2925
@@ -37,10 +33,6 @@ Release date: `2021-xx-xx`
3733
3834- [ NXDRIVE-2509] ( https://jira.nuxeo.com/browse/NXDRIVE-2509 ) : Remove old report before starting a test
3935
40- ## Docs
41-
42- - [ NXDRIVE-2] ( https://jira.nuxeo.com/browse/NXDRIVE-2 ) :
43-
4436## Minor Changes
4537
4638- Upgraded ` boto3 ` from 1.16.25 to 1.17.0
@@ -58,7 +50,6 @@ Release date: `2021-xx-xx`
5850- Added ` Options.cert_key_file `
5951- Added ` Options.is_alpha `
6052- Added ` Options.light_icons `
61- - Added ` cert ` keyword argument to ` Remote.__init__() `
6253- Removed ` QMLDriveApi.get_auto_start() ` . Use ` Manager.get_auto_start() ` instead.
6354- Removed ` QMLDriveApi.get_auto_update() ` . Use ` Manager.get_auto_update() ` instead.
6455- Removed ` QMLDriveApi.get_direct_edit_auto_lock() ` . Use ` Manager.get_direct_edit_auto_lock() ` instead.
@@ -69,19 +60,20 @@ Release date: `2021-xx-xx`
6960- Removed ` QMLDriveApi.set_direct_edit_auto_lock() ` . Use ` Manager.set_direct_edit_auto_lock() ` instead.
7061- Removed ` QMLDriveApi.set_log_level() ` . Use ` Manager.set_log_level() ` instead.
7162- Removed ` QMLDriveApi.set_update_channel() ` . Use ` Manager.set_update_channel() ` instead.
63+ - Added ` cert ` keyword argument to ` Remote.__init__() `
7264- Added constants.py::` DigestStatus `
7365- Added engine/watcher/constants.py
7466- Added exceptions.py::` EncryptedSSLCertificateKey `
7567- Added exceptions.py::` MissingClientSSLCertificate `
76- - Added options.py::` DEFAULT_LOG_LEVEL_CONSOLE `
77- - Added options.py::` DEFAULT_LOG_LEVEL_FILE `
78- - Added options.py::` validate_cert_path() `
79- - Added options.py::` validate_use_sentry() `
8068- Removed logging_config.py::` DEFAULT_LEVEL_CONSOLE ` . Use options.py::` DEFAULT_LOG_LEVEL_CONSOLE ` instead.
8169- Removed logging_config.py::` DEFAULT_LEVEL_FILE ` . Use options.py::` DEFAULT_LOG_LEVEL_FILE ` instead.
8270- Removed logging_config.py::` check_level() `
8371- Removed logging_config.py::` update_logger_console() `
8472- Removed logging_config.py::` update_logger_file() `
85- - Added utils.py::`client_certificate()
73+ - Added options.py::` DEFAULT_LOG_LEVEL_CONSOLE `
74+ - Added options.py::` DEFAULT_LOG_LEVEL_FILE `
75+ - Added options.py::` validate_cert_path() `
76+ - Added options.py::` validate_use_sentry() `
77+ - Added utils.py::` client_certificate() `
8678- Added utils.py::` digest_status() `
8779- Changed the return type of utils.py::` test_url() ` from ` bool ` to ` str `
0 commit comments