Skip to content

Commit

Permalink
NXDRIVE-2592: Release 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickaël Schoentgen authored and BoboTiG committed Apr 15, 2021
1 parent 68571eb commit b2f5b89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- [4.5.1](changes/4.5.1.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.5.0...release-4.5.1))
- [5.0.0](changes/5.0.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.5.1...release-5.0.0))
- [5.1.0](changes/5.1.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.0.0...release-5.1.0))
- [5.1.1](changes/5.1.1.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.1.0...master))
- [5.1.1](changes/5.1.1.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.1.0...release-5.1.1))

## 3.x

Expand Down
14 changes: 3 additions & 11 deletions docs/changes/5.1.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 5.1.1

Release date: `2021-xx-xx`
Release date: `2021-04-15`

## Core

Expand All @@ -17,10 +17,6 @@ Release date: `2021-xx-xx`
- [NXDRIVE-2597](https://jira.nuxeo.com/browse/NXDRIVE-2597): Use a LRU cache for translation strings
- [NXDRIVE-2598](https://jira.nuxeo.com/browse/NXDRIVE-2598): Retry S3 non-chunked uploads on expired credentials

### Direct Edit

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

### Direct Transfer

- [NXDRIVE-2427](https://jira.nuxeo.com/browse/NXDRIVE-2427): Make the end of session notification clickable
Expand Down Expand Up @@ -48,10 +44,6 @@ Release date: `2021-xx-xx`
- [NXDRIVE-2600](https://jira.nuxeo.com/browse/NXDRIVE-2600): Improve `options.py` coverage
- [NXDRIVE-2601](https://jira.nuxeo.com/browse/NXDRIVE-2601): [Windows] Fix `test_valid_argument_value()` integration test

## Docs

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

## Minor Changes

- Upgraded `docutils` from 0.16 to 0.17
Expand All @@ -62,9 +54,9 @@ Release date: `2021-xx-xx`

- Added `engine_uid` argument to `DirectTransferSessionFinished.__init__()`
- Added `remote_ref` argument to `DirectTransferSessionFinished.__init__()`
- Changed the arguments types from `Engine.directTransferSessionFinished` signal to `(str, str, str)`
- Changed arguments types of `Engine.directTransferSessionFinished` signal from `(str)` to `(str, str, str)`
- Added `Notification.action_args`
- Changed the arguments types from `NotificationService.triggerNotification ` signal to `(str, object)`
- Changed arguments types of `NotificationService.triggerNotification ` signal from `(str, str)` to `(str, object)`
- Added `Options.use_idempotent_requests`
- Removed `Options.freezer`
- Added `State.crash_details`
Expand Down

0 comments on commit b2f5b89

Please sign in to comment.