Skip to content

Commit

Permalink
chore: release v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build committed Jun 21, 2022
1 parent 8ad475c commit cfe7dde
Show file tree
Hide file tree
Showing 506 changed files with 19,037 additions and 1,666 deletions.
2 changes: 1 addition & 1 deletion BoxSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "BoxSDK"
spec.version = "5.2.1"
spec.version = "5.3.0"
spec.summary = "Box Swift SDK"
spec.description = <<-DESC
Official Box Swift SDK.
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [5.3.0](https://github.com/box/box-ios-sdk/compare/v5.2.1...v5.3.0) (2022-06-21)


### New Features and Enhancements

* add `version_number` to `FileVersion` ([#853](https://github.com/box/box-ios-sdk/issues/853)) ([ac81667](https://github.com/box/box-ios-sdk/commit/ac81667ea409cbbe3de9be0c316c630ec6fbc2f5))
* Add support for async API in `FoldersModule` ([#851](https://github.com/box/box-ios-sdk/issues/851)) ([58b9dde](https://github.com/box/box-ios-sdk/commit/58b9dde412eddc76915c99b960702f4af95b62a4))
* Expose `send()` method public in `BoxClient` ([#843](https://github.com/box/box-ios-sdk/issues/843)) ([23caaca](https://github.com/box/box-ios-sdk/commit/23caaca5b6fe8ec1b23470193bc011a62c66d49f))

### Bug Fixes

* Respect Content-Type coming from custom headers ([#841](https://github.com/box/box-ios-sdk/issues/841)) ([a7c69a7](https://github.com/box/box-ios-sdk/commit/a7c69a73c6142d4b82c718d2d311098dd2b70250))

### [5.2.1](https://github.com/box/box-ios-sdk/compare/v5.2.0...v5.2.1) (2022-04-22)


Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.2.1</string>
<string>5.3.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
23 changes: 19 additions & 4 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">BoxSDK 5.2.1 Docs</a> (100% documented)</p>
<p><a href="index.html">BoxSDK 5.3.0 Docs</a> (99% documented)</p>
<div class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -481,6 +481,9 @@
<li class="nav-group-task">
<a href="Enums/AssignmentStatus.html">AssignmentStatus</a>
</li>
<li class="nav-group-task">
<a href="Enums/AsyncHelper.html">AsyncHelper</a>
</li>
<li class="nav-group-task">
<a href="Enums/BoxSDKErrorEnum.html">BoxSDKErrorEnum</a>
</li>
Expand Down Expand Up @@ -538,6 +541,9 @@
<li class="nav-group-task">
<a href="Enums/GroupRole.html">GroupRole</a>
</li>
<li class="nav-group-task">
<a href="Enums/HTTPMethod.html">HTTPMethod</a>
</li>
<li class="nav-group-task">
<a href="Enums/ItemStatus.html">ItemStatus</a>
</li>
Expand Down Expand Up @@ -654,6 +660,9 @@
<li class="nav-group-task">
<a href="Extensions/Bool.html">Bool</a>
</li>
<li class="nav-group-task">
<a href="Extensions/Encodable.html">Encodable</a>
</li>
<li class="nav-group-task">
<a href="Extensions/Int.html">Int</a>
</li>
Expand All @@ -672,6 +681,9 @@
<li class="nav-group-task">
<a href="Extensions/URL.html">URL</a>
</li>
<li class="nav-group-task">
<a href="Extensions.html#/c:objc(cs)NSURLSessionTask">URLSessionTask</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand All @@ -689,6 +701,9 @@
<li class="nav-group-task">
<a href="Protocols/BoxModel.html">BoxModel</a>
</li>
<li class="nav-group-task">
<a href="Protocols/Cancellable.html">Cancellable</a>
</li>
<li class="nav-group-task">
<a href="Protocols/ExpiredTokenHandling.html">ExpiredTokenHandling</a>
</li>
Expand Down Expand Up @@ -1911,7 +1926,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">BoxNetworkTask</span> <span class="p">:</span> <span class="kt">Cancellable</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">BoxNetworkTask</span> <span class="p">:</span> <span class="kt"><a href="Protocols/Cancellable.html">Cancellable</a></span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -4151,8 +4166,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2022-04-22)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
<p>&copy; 2022 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2022-06-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
21 changes: 18 additions & 3 deletions docs/Classes/AuthModule.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="AuthModule Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxSDK 5.2.1 Docs</a> (100% documented)</p>
<p><a href="../index.html">BoxSDK 5.3.0 Docs</a> (99% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -481,6 +481,9 @@
<li class="nav-group-task">
<a href="../Enums/AssignmentStatus.html">AssignmentStatus</a>
</li>
<li class="nav-group-task">
<a href="../Enums/AsyncHelper.html">AsyncHelper</a>
</li>
<li class="nav-group-task">
<a href="../Enums/BoxSDKErrorEnum.html">BoxSDKErrorEnum</a>
</li>
Expand Down Expand Up @@ -538,6 +541,9 @@
<li class="nav-group-task">
<a href="../Enums/GroupRole.html">GroupRole</a>
</li>
<li class="nav-group-task">
<a href="../Enums/HTTPMethod.html">HTTPMethod</a>
</li>
<li class="nav-group-task">
<a href="../Enums/ItemStatus.html">ItemStatus</a>
</li>
Expand Down Expand Up @@ -654,6 +660,9 @@
<li class="nav-group-task">
<a href="../Extensions/Bool.html">Bool</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/Encodable.html">Encodable</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/Int.html">Int</a>
</li>
Expand All @@ -672,6 +681,9 @@
<li class="nav-group-task">
<a href="../Extensions/URL.html">URL</a>
</li>
<li class="nav-group-task">
<a href="../Extensions.html#/c:objc(cs)NSURLSessionTask">URLSessionTask</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand All @@ -689,6 +701,9 @@
<li class="nav-group-task">
<a href="../Protocols/BoxModel.html">BoxModel</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/Cancellable.html">Cancellable</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/ExpiredTokenHandling.html">ExpiredTokenHandling</a>
</li>
Expand Down Expand Up @@ -1107,8 +1122,8 @@ <h4>Parameters</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2022-04-22)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
<p>&copy; 2022 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2022-06-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
21 changes: 18 additions & 3 deletions docs/Classes/BoxAPIError.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="BoxAPIError Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxSDK 5.2.1 Docs</a> (100% documented)</p>
<p><a href="../index.html">BoxSDK 5.3.0 Docs</a> (99% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -481,6 +481,9 @@
<li class="nav-group-task">
<a href="../Enums/AssignmentStatus.html">AssignmentStatus</a>
</li>
<li class="nav-group-task">
<a href="../Enums/AsyncHelper.html">AsyncHelper</a>
</li>
<li class="nav-group-task">
<a href="../Enums/BoxSDKErrorEnum.html">BoxSDKErrorEnum</a>
</li>
Expand Down Expand Up @@ -538,6 +541,9 @@
<li class="nav-group-task">
<a href="../Enums/GroupRole.html">GroupRole</a>
</li>
<li class="nav-group-task">
<a href="../Enums/HTTPMethod.html">HTTPMethod</a>
</li>
<li class="nav-group-task">
<a href="../Enums/ItemStatus.html">ItemStatus</a>
</li>
Expand Down Expand Up @@ -654,6 +660,9 @@
<li class="nav-group-task">
<a href="../Extensions/Bool.html">Bool</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/Encodable.html">Encodable</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/Int.html">Int</a>
</li>
Expand All @@ -672,6 +681,9 @@
<li class="nav-group-task">
<a href="../Extensions/URL.html">URL</a>
</li>
<li class="nav-group-task">
<a href="../Extensions.html#/c:objc(cs)NSURLSessionTask">URLSessionTask</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand All @@ -689,6 +701,9 @@
<li class="nav-group-task">
<a href="../Protocols/BoxModel.html">BoxModel</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/Cancellable.html">Cancellable</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/ExpiredTokenHandling.html">ExpiredTokenHandling</a>
</li>
Expand Down Expand Up @@ -920,8 +935,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2022-04-22)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
<p>&copy; 2022 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2022-06-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
82 changes: 79 additions & 3 deletions docs/Classes/BoxClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="BoxClient Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxSDK 5.2.1 Docs</a> (100% documented)</p>
<p><a href="../index.html">BoxSDK 5.3.0 Docs</a> (99% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -481,6 +481,9 @@
<li class="nav-group-task">
<a href="../Enums/AssignmentStatus.html">AssignmentStatus</a>
</li>
<li class="nav-group-task">
<a href="../Enums/AsyncHelper.html">AsyncHelper</a>
</li>
<li class="nav-group-task">
<a href="../Enums/BoxSDKErrorEnum.html">BoxSDKErrorEnum</a>
</li>
Expand Down Expand Up @@ -538,6 +541,9 @@
<li class="nav-group-task">
<a href="../Enums/GroupRole.html">GroupRole</a>
</li>
<li class="nav-group-task">
<a href="../Enums/HTTPMethod.html">HTTPMethod</a>
</li>
<li class="nav-group-task">
<a href="../Enums/ItemStatus.html">ItemStatus</a>
</li>
Expand Down Expand Up @@ -654,6 +660,9 @@
<li class="nav-group-task">
<a href="../Extensions/Bool.html">Bool</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/Encodable.html">Encodable</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/Int.html">Int</a>
</li>
Expand All @@ -672,6 +681,9 @@
<li class="nav-group-task">
<a href="../Extensions/URL.html">URL</a>
</li>
<li class="nav-group-task">
<a href="../Extensions.html#/c:objc(cs)NSURLSessionTask">URLSessionTask</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand All @@ -689,6 +701,9 @@
<li class="nav-group-task">
<a href="../Protocols/BoxModel.html">BoxModel</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/Cancellable.html">Cancellable</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/ExpiredTokenHandling.html">ExpiredTokenHandling</a>
</li>
Expand Down Expand Up @@ -1933,6 +1948,67 @@ <h4>Parameters</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:6BoxSDK0A6ClientC4send7request10completionyAA0A7RequestC_ys6ResultOyAA0A8ResponseVAA0A8SDKErrorCGctF"></a>
<a name="//apple_ref/swift/Method/send(request:completion:)" class="dashAnchor"></a>
<a class="token" href="#/s:6BoxSDK0A6ClientC4send7request10completionyAA0A7RequestC_ys6ResultOyAA0A8ResponseVAA0A8SDKErrorCGctF">send(request:<wbr>completion:<wbr>)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Makes a Box SDK request</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">send</span><span class="p">(</span>
<span class="nv">request</span><span class="p">:</span> <span class="kt"><a href="../Classes/BoxRequest.html">BoxRequest</a></span><span class="p">,</span>
<span class="nv">completion</span><span class="p">:</span> <span class="kd">@escaping</span> <span class="kt"><a href="../Typealiases.html#/s:6BoxSDK8Callbacka">Callback</a></span><span class="o">&lt;</span><span class="kt"><a href="../Structs/BoxResponse.html">BoxResponse</a></span><span class="o">&gt;</span>
<span class="p">)</span></code></pre>

</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>request</em>
</code>
</td>
<td>
<div>
<p>Box SDK request</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>completion</em>
</code>
</td>
<td>
<div>
<p>Returns standard BoxResponse object or error.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
Expand Down Expand Up @@ -2878,8 +2954,8 @@ <h4>Return Value</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2022-04-22)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
<p>&copy; 2022 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2022-06-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down

0 comments on commit cfe7dde

Please sign in to comment.