Skip to content

Commit

Permalink
NXDRIVE-2507: Release 5.0.0 (#2485)
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1win authored Feb 19, 2021
1 parent 72f22cc commit 3ed2f9f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 19 deletions.
26 changes: 9 additions & 17 deletions docs/changes/5.0.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 4.5.1
# 5.0.0

Release date: `2021-xx-xx`
Release date: `2021-02-19`

## Core

Expand All @@ -19,11 +19,7 @@ Release date: `2021-xx-xx`

### Direct Edit

- [NXDRIVE-2517](https://jira.nuxeo.com/browse/NXDRIVE-2517): Fix Qt slot signature preventing to edit custom xpath

### Direct Transfer

- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):
- [NXDRIVE-2517](https://jira.nuxeo.com/browse/NXDRIVE-2517): Fix Qt slot signature preventing to edit custom `xpath`

## GUI

Expand All @@ -37,10 +33,6 @@ Release date: `2021-xx-xx`

- [NXDRIVE-2509](https://jira.nuxeo.com/browse/NXDRIVE-2509): Remove old report before starting a test

## Docs

- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):

## Minor Changes

- Upgraded `boto3` from 1.16.25 to 1.17.0
Expand All @@ -58,7 +50,6 @@ Release date: `2021-xx-xx`
- Added `Options.cert_key_file`
- Added `Options.is_alpha`
- Added `Options.light_icons`
- Added `cert` keyword argument to `Remote.__init__()`
- Removed `QMLDriveApi.get_auto_start()`. Use `Manager.get_auto_start()` instead.
- Removed `QMLDriveApi.get_auto_update()`. Use `Manager.get_auto_update()` instead.
- Removed `QMLDriveApi.get_direct_edit_auto_lock()`. Use `Manager.get_direct_edit_auto_lock()` instead.
Expand All @@ -69,19 +60,20 @@ Release date: `2021-xx-xx`
- Removed `QMLDriveApi.set_direct_edit_auto_lock()`. Use `Manager.set_direct_edit_auto_lock()` instead.
- Removed `QMLDriveApi.set_log_level()`. Use `Manager.set_log_level()` instead.
- Removed `QMLDriveApi.set_update_channel()`. Use `Manager.set_update_channel()` instead.
- Added `cert` keyword argument to `Remote.__init__()`
- Added constants.py::`DigestStatus`
- Added engine/watcher/constants.py
- Added exceptions.py::`EncryptedSSLCertificateKey`
- Added exceptions.py::`MissingClientSSLCertificate`
- Added options.py::`DEFAULT_LOG_LEVEL_CONSOLE`
- Added options.py::`DEFAULT_LOG_LEVEL_FILE`
- Added options.py::`validate_cert_path()`
- Added options.py::`validate_use_sentry()`
- Removed logging_config.py::`DEFAULT_LEVEL_CONSOLE`. Use options.py::`DEFAULT_LOG_LEVEL_CONSOLE` instead.
- Removed logging_config.py::`DEFAULT_LEVEL_FILE`. Use options.py::`DEFAULT_LOG_LEVEL_FILE` instead.
- Removed logging_config.py::`check_level()`
- Removed logging_config.py::`update_logger_console()`
- Removed logging_config.py::`update_logger_file()`
- Added utils.py::`client_certificate()
- Added options.py::`DEFAULT_LOG_LEVEL_CONSOLE`
- Added options.py::`DEFAULT_LOG_LEVEL_FILE`
- Added options.py::`validate_cert_path()`
- Added options.py::`validate_use_sentry()`
- Added utils.py::`client_certificate()`
- Added utils.py::`digest_status()`
- Changed the return type of utils.py::`test_url()` from `bool` to `str`
4 changes: 2 additions & 2 deletions docs/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Check the [supported OS](https://doc.nuxeo.com/client-apps/nuxeo-drive-faq/#what

History:

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

History:

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

0 comments on commit 3ed2f9f

Please sign in to comment.