Skip to content

Commit

Permalink
chore: release v5.2.0 (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build authored Mar 18, 2022
1 parent 795f0d2 commit 300d6b4
Show file tree
Hide file tree
Showing 489 changed files with 11,860 additions and 1,158 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.1.0"
spec.version = "5.2.0"
spec.summary = "Box Swift SDK"
spec.description = <<-DESC
Official Box Swift SDK.
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.2.0](https://github.com/box/box-ios-sdk/compare/v5.1.0...v5.2.0) (2022-03-18)


### New Features and Enhancements

* Add `disposition_at` field to the `File` object ([#814](https://github.com/box/box-ios-sdk/issues/814)) ([3c90df0](https://github.com/box/box-ios-sdk/commit/3c90df038b9f490a9d38af85404fa1d6ddcd5d0d))
* Add support for Client Credentials Grant authentication method ([#821](https://github.com/box/box-ios-sdk/issues/821)) ([f6d7542](https://github.com/box/box-ios-sdk/commit/f6d75424e8c0d91517e3ffb8df67f77ad3f2374b))

## [5.1.0](https://github.com/box/box-ios-sdk/compare/v5.0.0...v5.1.0) (2022-01-17)


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.1.0</string>
<string>5.2.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
69 changes: 67 additions & 2 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.1.0 Docs</a> (100% documented)</p>
<p><a href="index.html">BoxSDK 5.2.0 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -86,6 +86,15 @@
<li class="nav-group-task">
<a href="Classes.html#/s:6BoxSDK0A10UploadTaskC">BoxUploadTask</a>
</li>
<li class="nav-group-task">
<a href="Classes/CCGAuthModule.html">CCGAuthModule</a>
</li>
<li class="nav-group-task">
<a href="Classes/CCGAuthModule/CCGConnectionType.html">– CCGConnectionType</a>
</li>
<li class="nav-group-task">
<a href="Classes/CCGAuthSession.html">CCGAuthSession</a>
</li>
<li class="nav-group-task">
<a href="Classes/Classification.html">Classification</a>
</li>
Expand Down Expand Up @@ -1117,6 +1126,34 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:6BoxSDK13CCGAuthModuleC"></a>
<a name="//apple_ref/swift/Class/CCGAuthModule" class="dashAnchor"></a>
<a class="token" href="#/s:6BoxSDK13CCGAuthModuleC">CCGAuthModule</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 for Client Credentials Grant authentication.</p>

<a href="Classes/CCGAuthModule.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">CCGAuthModule</span> <span class="p">:</span> <span class="kt"><a href="Classes/AuthModule.html">AuthModule</a></span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -3960,6 +3997,34 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:6BoxSDK14CCGAuthSessionC"></a>
<a name="//apple_ref/swift/Class/CCGAuthSession" class="dashAnchor"></a>
<a class="token" href="#/s:6BoxSDK14CCGAuthSessionC">CCGAuthSession</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>An authorization session using Client Credentials Grant</p>

<a href="Classes/CCGAuthSession.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">CCGAuthSession</span> <span class="p">:</span> <span class="kt"><a href="Protocols/SessionProtocol.html">SessionProtocol</a></span><span class="p">,</span> <span class="kt"><a href="Protocols/ExpiredTokenHandling.html">ExpiredTokenHandling</a></span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -4077,7 +4142,7 @@ <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-01-17)</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-03-18)</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>
</section>
</article>
Expand Down
13 changes: 11 additions & 2 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.1.0 Docs</a> (100% documented)</p>
<p><a href="../index.html">BoxSDK 5.2.0 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -86,6 +86,15 @@
<li class="nav-group-task">
<a href="../Classes.html#/s:6BoxSDK0A10UploadTaskC">BoxUploadTask</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CCGAuthModule.html">CCGAuthModule</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CCGAuthModule/CCGConnectionType.html">– CCGConnectionType</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CCGAuthSession.html">CCGAuthSession</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Classification.html">Classification</a>
</li>
Expand Down Expand Up @@ -1089,7 +1098,7 @@ <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-01-17)</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-03-18)</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>
</section>
</article>
Expand Down
13 changes: 11 additions & 2 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.1.0 Docs</a> (100% documented)</p>
<p><a href="../index.html">BoxSDK 5.2.0 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -86,6 +86,15 @@
<li class="nav-group-task">
<a href="../Classes.html#/s:6BoxSDK0A10UploadTaskC">BoxUploadTask</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CCGAuthModule.html">CCGAuthModule</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CCGAuthModule/CCGConnectionType.html">– CCGConnectionType</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CCGAuthSession.html">CCGAuthSession</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Classification.html">Classification</a>
</li>
Expand Down Expand Up @@ -902,7 +911,7 @@ <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-01-17)</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-03-18)</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>
</section>
</article>
Expand Down
13 changes: 11 additions & 2 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.1.0 Docs</a> (100% documented)</p>
<p><a href="../index.html">BoxSDK 5.2.0 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -86,6 +86,15 @@
<li class="nav-group-task">
<a href="../Classes.html#/s:6BoxSDK0A10UploadTaskC">BoxUploadTask</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CCGAuthModule.html">CCGAuthModule</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CCGAuthModule/CCGConnectionType.html">– CCGConnectionType</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CCGAuthSession.html">CCGAuthSession</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Classification.html">Classification</a>
</li>
Expand Down Expand Up @@ -2860,7 +2869,7 @@ <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-01-17)</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-03-18)</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>
</section>
</article>
Expand Down
13 changes: 11 additions & 2 deletions docs/Classes/BoxCollection.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="BoxCollection Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxSDK 5.1.0 Docs</a> (100% documented)</p>
<p><a href="../index.html">BoxSDK 5.2.0 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -86,6 +86,15 @@
<li class="nav-group-task">
<a href="../Classes.html#/s:6BoxSDK0A10UploadTaskC">BoxUploadTask</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CCGAuthModule.html">CCGAuthModule</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CCGAuthModule/CCGConnectionType.html">– CCGConnectionType</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CCGAuthSession.html">CCGAuthSession</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Classification.html">Classification</a>
</li>
Expand Down Expand Up @@ -1018,7 +1027,7 @@ <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-01-17)</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-03-18)</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>
</section>
</article>
Expand Down
13 changes: 11 additions & 2 deletions docs/Classes/BoxNetworkAgent.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="BoxNetworkAgent Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxSDK 5.1.0 Docs</a> (100% documented)</p>
<p><a href="../index.html">BoxSDK 5.2.0 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -86,6 +86,15 @@
<li class="nav-group-task">
<a href="../Classes.html#/s:6BoxSDK0A10UploadTaskC">BoxUploadTask</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CCGAuthModule.html">CCGAuthModule</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CCGAuthModule/CCGConnectionType.html">– CCGConnectionType</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CCGAuthSession.html">CCGAuthSession</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Classification.html">Classification</a>
</li>
Expand Down Expand Up @@ -930,7 +939,7 @@ <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-01-17)</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-03-18)</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>
</section>
</article>
Expand Down
13 changes: 11 additions & 2 deletions docs/Classes/BoxNetworkTask.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="BoxNetworkTask Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxSDK 5.1.0 Docs</a> (100% documented)</p>
<p><a href="../index.html">BoxSDK 5.2.0 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -86,6 +86,15 @@
<li class="nav-group-task">
<a href="../Classes.html#/s:6BoxSDK0A10UploadTaskC">BoxUploadTask</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CCGAuthModule.html">CCGAuthModule</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CCGAuthModule/CCGConnectionType.html">– CCGConnectionType</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CCGAuthSession.html">CCGAuthSession</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Classification.html">Classification</a>
</li>
Expand Down Expand Up @@ -875,7 +884,7 @@ <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-01-17)</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-03-18)</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>
</section>
</article>
Expand Down
Loading

0 comments on commit 300d6b4

Please sign in to comment.