Skip to content

Commit

Permalink
NXDRIVE-2876: Release Beta 5.4.0 (#4366)
Browse files Browse the repository at this point in the history
* NXDRIVE-2876: Release Beta 5.4.0
---------

Co-authored-by: GitHub-CI action (Release) <drive@hyland.com>
  • Loading branch information
mr-shekhar and nuxeodrive committed Nov 29, 2023
1 parent 2f37e91 commit 82b84b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/changes.md
Expand Up @@ -19,7 +19,7 @@
- [5.3.0](changes/5.3.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.2.10...release-5.3.0))
- [5.3.1](changes/5.3.1.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.3.0...release-5.3.1))
- [5.3.2](changes/5.3.2.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.3.1...release-5.3.2))
- [5.3.3](changes/5.3.3.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.3.2...master))
- [5.4.0](changes/5.4.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.3.2...master))

## 4.x

Expand Down
18 changes: 5 additions & 13 deletions docs/changes/5.3.3.md → docs/changes/5.4.0.md
@@ -1,16 +1,12 @@
# 5.3.3
# 5.4.0

Release date: `2023-xx-xx`
Release date: `2023-11-29`

## Core

- [NXDRIVE-2828](https://jira.nuxeo.com/browse/NXDRIVE-2828): Remove sensitive information from Drive logs
- [NXDRIVE-2861](https://jira.nuxeo.com/browse/NXDRIVE-2861): Fix behavior when not entering the correct URL format

## Direct Edit

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

## Direct Transfer

- [NXDRIVE-2711](https://jira.nuxeo.com/browse/NXDRIVE-2711): Show that upload is still alive for very large files
Expand All @@ -27,15 +23,11 @@ Release date: `2023-xx-xx`

- [NXDRIVE-2852](https://jira.nuxeo.com/browse/NXDRIVE-2852): Create and Modify test cases for Processor

## Docs

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

## Minor Changes

- Added `exceptiongroup` 1.1.2
- Removed `coverage` 7.2.3 and added `coverage[toml]` 7.2.7
- Removed `entrypoints` 0.3
- Added `exceptiongroup` 1.1.2
- Removed `coverage` 7.2.3 and added `coverage[toml]` 7.2.7
- Removed `entrypoints` 0.3
- Upgraded `actions/checkout` from 3.1.0 to 4
- Upgraded `attrs` from 21.2.0 to 23.1.0
- Upgraded `atomicwrites` from 1.4.0 to 1.4.1
Expand Down
2 changes: 1 addition & 1 deletion nxdrive/__init__.py
Expand Up @@ -27,7 +27,7 @@
"""

__author__ = "Nuxeo"
__version__ = "5.3.3"
__version__ = "5.4.0"
__copyright__ = """
Copyright Nuxeo (https://www.nuxeo.com) and others.
Expand Down

0 comments on commit 82b84b9

Please sign in to comment.