Skip to content

Commit

Permalink
chore: release v5.3.0 (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build authored Aug 19, 2022
1 parent aee54bc commit 1f8e3f9
Show file tree
Hide file tree
Showing 532 changed files with 54,111 additions and 1,721 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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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-08-19)


### 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))
* Add support for file request API ([#867](https://github.com/box/box-ios-sdk/issues/867)) ([ec7813e](https://github.com/box/box-ios-sdk/commit/ec7813e31706c08aaaeac75debdba8d7802786cb))
* Add support for upload and delete Avatar API ([#863](https://github.com/box/box-ios-sdk/issues/863)) ([1e967f5](https://github.com/box/box-ios-sdk/commit/1e967f5a3eaafbeb894cf8289032ad8ce8664266))
* Add support of Editable Shared Link ([#861](https://github.com/box/box-ios-sdk/issues/861)) ([bc6ea18](https://github.com/box/box-ios-sdk/commit/bc6ea18bf2e10bebeb62401a55001139f05c76df))
* 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
134 changes: 130 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 @@ -191,6 +191,12 @@
<li class="nav-group-task">
<a href="Classes/FileLogDestination.html">FileLogDestination</a>
</li>
<li class="nav-group-task">
<a href="Classes/FileRequest.html">FileRequest</a>
</li>
<li class="nav-group-task">
<a href="Classes/FileRequestsModule.html">FileRequestsModule</a>
</li>
<li class="nav-group-task">
<a href="Classes/FileVersion.html">FileVersion</a>
</li>
Expand Down Expand Up @@ -431,6 +437,12 @@
<li class="nav-group-task">
<a href="Classes/User/TrackingCode.html">– TrackingCode</a>
</li>
<li class="nav-group-task">
<a href="Classes/UserAvatarUpload.html">UserAvatarUpload</a>
</li>
<li class="nav-group-task">
<a href="Classes/UserAvatarUpload/PicUrls.html">– PicUrls</a>
</li>
<li class="nav-group-task">
<a href="Classes/UsersModule.html">UsersModule</a>
</li>
Expand Down Expand Up @@ -481,6 +493,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 @@ -517,6 +532,9 @@
<li class="nav-group-task">
<a href="Enums/FileRepresentationHint.html">FileRepresentationHint</a>
</li>
<li class="nav-group-task">
<a href="Enums/FileRequestStatus.html">FileRequestStatus</a>
</li>
<li class="nav-group-task">
<a href="Enums/FolderItem.html">FolderItem</a>
</li>
Expand All @@ -538,6 +556,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 +675,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 +696,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 +716,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 All @@ -701,6 +731,9 @@
<li class="nav-group-task">
<a href="Protocols/QueryParameterConvertible.html">QueryParameterConvertible</a>
</li>
<li class="nav-group-task">
<a href="Protocols/ResourceTypeEntity.html">ResourceTypeEntity</a>
</li>
<li class="nav-group-task">
<a href="Protocols/SessionProtocol.html">SessionProtocol</a>
</li>
Expand Down Expand Up @@ -751,6 +784,15 @@
<li class="nav-group-task">
<a href="Structs/FileRepresentation/StatusEnum.html">– StatusEnum</a>
</li>
<li class="nav-group-task">
<a href="Structs/FileRequestCopyRequest.html">FileRequestCopyRequest</a>
</li>
<li class="nav-group-task">
<a href="Structs/FileRequestUpdateRequest.html">FileRequestUpdateRequest</a>
</li>
<li class="nav-group-task">
<a href="Structs/FolderEntity.html">FolderEntity</a>
</li>
<li class="nav-group-task">
<a href="Structs/LockData.html">LockData</a>
</li>
Expand Down Expand Up @@ -1331,6 +1373,34 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:6BoxSDK18FileRequestsModuleC"></a>
<a name="//apple_ref/swift/Class/FileRequestsModule" class="dashAnchor"></a>
<a class="token" href="#/s:6BoxSDK18FileRequestsModuleC">FileRequestsModule</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Provides management of FileRequests</p>

<a href="Classes/FileRequestsModule.html" class="slightly-smaller">See more</a>
</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">class</span> <span class="kt">FileRequestsModule</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -1911,7 +1981,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 @@ -2512,6 +2582,34 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:6BoxSDK11FileRequestC"></a>
<a name="//apple_ref/swift/Class/FileRequest" class="dashAnchor"></a>
<a class="token" href="#/s:6BoxSDK11FileRequestC">FileRequest</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>

<a href="Classes/FileRequest.html" class="slightly-smaller">See more</a>
</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">final</span> <span class="kd">class</span> <span class="kt">FileRequest</span> <span class="p">:</span> <span class="kt"><a href="Protocols/BoxModel.html">BoxModel</a></span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -3809,6 +3907,34 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:6BoxSDK16UserAvatarUploadC"></a>
<a name="//apple_ref/swift/Class/UserAvatarUpload" class="dashAnchor"></a>
<a class="token" href="#/s:6BoxSDK16UserAvatarUploadC">UserAvatarUpload</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Box representation of a upload avatar response</p>

<a href="Classes/UserAvatarUpload.html" class="slightly-smaller">See more</a>
</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">class</span> <span class="kt">UserAvatarUpload</span> <span class="p">:</span> <span class="kt"><a href="Protocols/BoxModel.html">BoxModel</a></span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -4151,8 +4277,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-08-19)</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
Loading

0 comments on commit 1f8e3f9

Please sign in to comment.