Skip to content

Commit fdd5393

Browse files
author
rom1win
authored
NXDRIVE-2521: Release 5.1.0 (#2547)
1 parent 4932e87 commit fdd5393

3 files changed

Lines changed: 10 additions & 18 deletions

File tree

docs/changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
- [4.5.0](changes/4.5.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.4.5...release-4.5.0))
2424
- [4.5.1](changes/4.5.1.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.5.0...release-4.5.1))
2525
- [5.0.0](changes/5.0.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.5.1...release-5.0.0))
26-
- [5.0.1](changes/5.0.1.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.0.0...master))
26+
- [5.1.0](changes/5.1.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.0.0...release-5.1.0))
2727

2828
## 3.x
2929

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# 5.0.1
1+
# 5.1.0
22

3-
Release date: `2021-xx-xx`
3+
Release date: `2021-03-12`
44

55
## Core
66

@@ -16,10 +16,6 @@ Release date: `2021-xx-xx`
1616
- [NXDRIVE-2553](https://jira.nuxeo.com/browse/NXDRIVE-2553): Adapt the code following recent Python client changes
1717
- [NXDRIVE-2557](https://jira.nuxeo.com/browse/NXDRIVE-2557): Add a Google Analytics metric for the machine type
1818

19-
### Direct Edit
20-
21-
- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):
22-
2319
### Direct Transfer
2420

2521
- [NXDRIVE-2382](https://jira.nuxeo.com/browse/NXDRIVE-2382): Add CSV export capability for sessions
@@ -45,10 +41,6 @@ Release date: `2021-xx-xx`
4541
- [NXDRIVE-2543](https://jira.nuxeo.com/browse/NXDRIVE-2543): Fix `test_file_action_with_values()` to finish the action
4642
- [NXDRIVE-2549](https://jira.nuxeo.com/browse/NXDRIVE-2549): Fix test number display
4743

48-
## Docs
49-
50-
- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):
51-
5244
## Minor Changes
5345

5446
- Upgraded `nuxeo` from 4.0.0 to 5.0.0
@@ -61,8 +53,8 @@ Release date: `2021-xx-xx`
6153

6254
- Added `force` argument to `Application.refresh_completed_sessions_items()`
6355
- Added `CompletedSessionModel.CSV_PATH`
64-
- Added `EngineDAO.save_session_item()`
6556
- Added `EngineDAO.get_session_items()`
57+
- Added `EngineDAO.save_session_item()`
6658
- Changed `EngineDAO.sessionUpdated`. Now takes a `bool` argument.
6759
- Added `Manager.generate_csv()`
6860
- Removed `Manager.arch`
@@ -73,19 +65,19 @@ Release date: `2021-xx-xx`
7365
- Added `QMLDriveAPI.generate_csv()`
7466
- Removed `QMLDriveAPI.open_report()`. Use `.open_in_explorer()` instead.
7567
- Added `Remote.metrics`
76-
- Added `headers` keyword argument to `Remote.upload_folder()`
7768
- Added `headers` keyword argument to `Remote.unlock()`
69+
- Added `headers` keyword argument to `Remote.upload_folder()`
7870
- Removed `Tracker.current_locale`. Use utils.py::`get_current_locale()` instead.
7971
- Removed `Tracker.user_agent`. Use metrics/utils.py::`user_agent()` instead.
80-
- Add `Upload.is_dirty`
81-
- Add `Upload.token_refresh()`
82-
- Added session_csv.py
83-
- Added tracing.py
72+
- Added `Upload.is_dirty`
73+
- Added `Upload.token_refresh()`
8474
- Removed \_\_main\_\_.py::`before_send()`. Use tracing.py::`before_send()` instead.
8575
- Removed \_\_main\_\_.py::`setup_sentry()`. Use tracing.py::`setup_sentry()` instead.
8676
- Added constants.py::`SYNC_ROOT`
8777
- Removed constants.py::`USER_AGENT`. Use metrics/utils.py::`user_agent()` instead.
8878
- Added metrics/
79+
- Added session_csv.py
80+
- Added tracing.py
8981
- Added utils.py::`get_current_locale()`
9082
- Removed utils.py::`DEVICE_DESCRIPTIONS`
9183
- Removed utils.py::`ga_user_agent()`. Use metrics/utils.py::`user_agent()` instead.

nxdrive/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"""
2727

2828
__author__ = "Nuxeo"
29-
__version__ = "5.0.1"
29+
__version__ = "5.1.0"
3030
__copyright__ = """
3131
Copyright Nuxeo (https://www.nuxeo.com) and others.
3232

0 commit comments

Comments
 (0)