Skip to content

Commit 3ed2f9f

Browse files
author
rom1win
authored
NXDRIVE-2507: Release 5.0.0 (#2485)
1 parent 72f22cc commit 3ed2f9f

2 files changed

Lines changed: 11 additions & 19 deletions

File tree

docs/changes/5.0.0.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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`

docs/support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Check the [supported OS](https://doc.nuxeo.com/client-apps/nuxeo-drive-faq/#what
2121

2222
History:
2323

24-
- `2021-02-xx` (v5.0.0): dropped support for macOS 10.12
24+
- `2021-02-19` (v5.0.0): dropped support for macOS 10.12
2525
- `2021-01-28` (v4.5.1): dropped support for Windows 7
2626
- `2020-12-15` (v4.5.0): dropped support for Windows 7 without SP1
2727
- `2019-11-14` (v4.3.0): dropped support for macOS 10.11
@@ -49,7 +49,7 @@ As of now, we are using the __Python 3.9.1__.
4949

5050
History:
5151

52-
- `2021-xx-xx` (v5.0.0): dropped support for Python 3.8
52+
- `2021-02-19` (v5.0.0): dropped support for Python 3.8
5353
- `2020-12-15` (v4.5.0): dropped support for Python 3.7
5454
- `2019-06-17` (v4.1.4): dropped support for Python 3.6
5555
- `2018-10-30` (v4.0.0): dropped support for Python 2.7

0 commit comments

Comments
 (0)