Skip to content

Commit

Permalink
Release v4.0.1
Browse files Browse the repository at this point in the history
Mainly enable parameterization of multipart transfers, also fix a few bugs.
  • Loading branch information
pydio-trusted committed Dec 7, 2023
1 parent 5f6dff0 commit 0caa745
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
<a href='https://github.com/pydio/cells-client/compare/v4.0.1-alpha1...v4.0.1-alpha2'>v4.0.1-alpha2 - full Changelog</a>
<a href='https://github.com/pydio/cells-client/compare/v4.0.0...v4.0.1'>v4.0.1 - full Changelog</a>
<ul>
<li><a href=https://github.com/pydio/cells-client/commit/5f6dff06e2d3ce8d991d51b550e9c92d642e1d65>#5f6dff0</a>: Use latest version of the Cells SDK and update other TPs</li>
<li><a href=https://github.com/pydio/cells-client/commit/1029e38857bb0a2141efb5204bc3741638e1ee74>#1029e38</a>: Release v4.0.1-alpha2</li>
<li><a href=https://github.com/pydio/cells-client/commit/94a994ed8539fc9cc583cf2e81ee23bfbdd5f092>#94a994e</a>: Fix when using a PAT + clean</li>
<li><a href=https://github.com/pydio/cells-client/commit/1a756bb74747e439cf441c8c6d7790efc6b981be>#1a756bb</a>: Forgotten log</li>
<li><a href=https://github.com/pydio/cells-client/commit/6d3915bdbedfe603dd79a37eff34262b657fc0ca>#6d3915b</a>: Rework current config management, fix token refresh process during multipart transfers</li>
<li><a href=https://github.com/pydio/cells-client/commit/e76b429239387426d03579d3ddc6e99b8e66c7d1>#e76b429</a>: Fix typo</li>
<li><a href=https://github.com/pydio/cells-client/commit/f529a93923e8d03b3e8946355c250b3c924eba46>#f529a93</a>: Update third party libraries</li>
<li><a href=https://github.com/pydio/cells-client/commit/bf8049e7b0e94239262111cf7ae6e0e28a779ec6>#bf8049e</a>: Release v4.0.1-alpha1</li>
<li><a href=https://github.com/pydio/cells-client/commit/c4312fcf6cc11812e40b42af83bbc5ce65bf8b59>#c4312fc</a>: Fix typos in in-line messages</li>
<li><a href=https://github.com/pydio/cells-client/commit/3775e16c40d747a34fd68e02e3c95b1be2225b0f>#3775e16</a>: Add parameters to scp command to customize multipart uploads. Recompute size based on maximum number of parts.</li>
<li><a href=https://github.com/pydio/cells-client/commit/cc307723b56a74df71f146c56327d7bd5424cca0>#cc30772</a>: Better example</li>
<li><a href=https://github.com/pydio/cells-client/commit/6761230b3f9f5306d0d71fec94ad282b36ed1674>#6761230</a>: Next development cycle</li>
</ul>
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0caa745

Please sign in to comment.