Skip to content

Commit 0caa745

Browse files
committed
Release v4.0.1
Mainly enable parameterization of multipart transfers, also fix a few bugs.
1 parent 5f6dff0 commit 0caa745

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
<a href='https://github.com/pydio/cells-client/compare/v4.0.1-alpha1...v4.0.1-alpha2'>v4.0.1-alpha2 - full Changelog</a>
1+
<a href='https://github.com/pydio/cells-client/compare/v4.0.0...v4.0.1'>v4.0.1 - full Changelog</a>
22
<ul>
3+
<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>
4+
<li><a href=https://github.com/pydio/cells-client/commit/1029e38857bb0a2141efb5204bc3741638e1ee74>#1029e38</a>: Release v4.0.1-alpha2</li>
35
<li><a href=https://github.com/pydio/cells-client/commit/94a994ed8539fc9cc583cf2e81ee23bfbdd5f092>#94a994e</a>: Fix when using a PAT + clean</li>
46
<li><a href=https://github.com/pydio/cells-client/commit/1a756bb74747e439cf441c8c6d7790efc6b981be>#1a756bb</a>: Forgotten log</li>
57
<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>
68
<li><a href=https://github.com/pydio/cells-client/commit/e76b429239387426d03579d3ddc6e99b8e66c7d1>#e76b429</a>: Fix typo</li>
79
<li><a href=https://github.com/pydio/cells-client/commit/f529a93923e8d03b3e8946355c250b3c924eba46>#f529a93</a>: Update third party libraries</li>
10+
<li><a href=https://github.com/pydio/cells-client/commit/bf8049e7b0e94239262111cf7ae6e0e28a779ec6>#bf8049e</a>: Release v4.0.1-alpha1</li>
11+
<li><a href=https://github.com/pydio/cells-client/commit/c4312fcf6cc11812e40b42af83bbc5ce65bf8b59>#c4312fc</a>: Fix typos in in-line messages</li>
12+
<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>
13+
<li><a href=https://github.com/pydio/cells-client/commit/cc307723b56a74df71f146c56327d7bd5424cca0>#cc30772</a>: Better example</li>
14+
<li><a href=https://github.com/pydio/cells-client/commit/6761230b3f9f5306d0d71fec94ad282b36ed1674>#6761230</a>: Next development cycle</li>
815
</ul>

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
# Changes between v4.0.1-alpha1 and v4.0.1-alpha2
1+
# Changes between v4.0.0 and v4.0.1
22

3-
[See Full Changelog](https://github.com/pydio/cells-client/compare/v4.0.1-alpha1...v4.0.1-alpha2)
3+
[See Full Changelog](https://github.com/pydio/cells-client/compare/v4.0.0...v4.0.1)
44

5+
- [#5f6dff0](https://github.com/pydio/cells-client/commit/5f6dff06e2d3ce8d991d51b550e9c92d642e1d65): Use latest version of the Cells SDK and update other TPs
6+
- [#1029e38](https://github.com/pydio/cells-client/commit/1029e38857bb0a2141efb5204bc3741638e1ee74): Release v4.0.1-alpha2
57
- [#94a994e](https://github.com/pydio/cells-client/commit/94a994ed8539fc9cc583cf2e81ee23bfbdd5f092): Fix when using a PAT + clean
68
- [#1a756bb](https://github.com/pydio/cells-client/commit/1a756bb74747e439cf441c8c6d7790efc6b981be): Forgotten log
79
- [#6d3915b](https://github.com/pydio/cells-client/commit/6d3915bdbedfe603dd79a37eff34262b657fc0ca): Rework current config management, fix token refresh process during multipart transfers
810
- [#e76b429](https://github.com/pydio/cells-client/commit/e76b429239387426d03579d3ddc6e99b8e66c7d1): Fix typo
911
- [#f529a93](https://github.com/pydio/cells-client/commit/f529a93923e8d03b3e8946355c250b3c924eba46): Update third party libraries
12+
- [#bf8049e](https://github.com/pydio/cells-client/commit/bf8049e7b0e94239262111cf7ae6e0e28a779ec6): Release v4.0.1-alpha1
13+
- [#c4312fc](https://github.com/pydio/cells-client/commit/c4312fcf6cc11812e40b42af83bbc5ce65bf8b59): Fix typos in in-line messages
14+
- [#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.
15+
- [#cc30772](https://github.com/pydio/cells-client/commit/cc307723b56a74df71f146c56327d7bd5424cca0): Better example
16+
- [#6761230](https://github.com/pydio/cells-client/commit/6761230b3f9f5306d0d71fec94ad282b36ed1674): Next development cycle

0 commit comments

Comments
 (0)