From 0caa745ac8b66664821a5880102365e45ff3182f Mon Sep 17 00:00:00 2001 From: Pydio Trusted Date: Thu, 7 Dec 2023 16:21:18 +0100 Subject: [PATCH] Release v4.0.1 Mainly enable parameterization of multipart transfers, also fix a few bugs. --- CHANGELOG.html | 9 ++++++++- CHANGELOG.md | 11 +++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.html b/CHANGELOG.html index 6c984ef..04d012e 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -1,8 +1,15 @@ -v4.0.1-alpha2 - full Changelog +v4.0.1 - full Changelog diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fd621c..a253ba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ -# Changes between v4.0.1-alpha1 and v4.0.1-alpha2 +# Changes between v4.0.0 and v4.0.1 -[See Full Changelog](https://github.com/pydio/cells-client/compare/v4.0.1-alpha1...v4.0.1-alpha2) +[See Full Changelog](https://github.com/pydio/cells-client/compare/v4.0.0...v4.0.1) +- [#5f6dff0](https://github.com/pydio/cells-client/commit/5f6dff06e2d3ce8d991d51b550e9c92d642e1d65): Use latest version of the Cells SDK and update other TPs +- [#1029e38](https://github.com/pydio/cells-client/commit/1029e38857bb0a2141efb5204bc3741638e1ee74): Release v4.0.1-alpha2 - [#94a994e](https://github.com/pydio/cells-client/commit/94a994ed8539fc9cc583cf2e81ee23bfbdd5f092): Fix when using a PAT + clean - [#1a756bb](https://github.com/pydio/cells-client/commit/1a756bb74747e439cf441c8c6d7790efc6b981be): Forgotten log - [#6d3915b](https://github.com/pydio/cells-client/commit/6d3915bdbedfe603dd79a37eff34262b657fc0ca): Rework current config management, fix token refresh process during multipart transfers - [#e76b429](https://github.com/pydio/cells-client/commit/e76b429239387426d03579d3ddc6e99b8e66c7d1): Fix typo - [#f529a93](https://github.com/pydio/cells-client/commit/f529a93923e8d03b3e8946355c250b3c924eba46): Update third party libraries +- [#bf8049e](https://github.com/pydio/cells-client/commit/bf8049e7b0e94239262111cf7ae6e0e28a779ec6): Release v4.0.1-alpha1 +- [#c4312fc](https://github.com/pydio/cells-client/commit/c4312fcf6cc11812e40b42af83bbc5ce65bf8b59): Fix typos in in-line messages +- [#3775e16](https://github.com/pydio/cells-client/commit/3775e16c40d747a34fd68e02e3c95b1be2225b0f): Add parameters to scp command to customize multipart uploads. Recompute size based on maximum number of parts. +- [#cc30772](https://github.com/pydio/cells-client/commit/cc307723b56a74df71f146c56327d7bd5424cca0): Better example +- [#6761230](https://github.com/pydio/cells-client/commit/6761230b3f9f5306d0d71fec94ad282b36ed1674): Next development cycle