Skip to content

Commit

Permalink
chore: release v5.4.0 (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build authored Nov 8, 2022
1 parent df6b3cb commit 2c7c817
Show file tree
Hide file tree
Showing 526 changed files with 10,083 additions and 1,082 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.3.0"
spec.version = "5.4.0"
spec.summary = "Box Swift SDK"
spec.description = <<-DESC
Official Box Swift SDK.
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.4.0](https://github.com/box/box-ios-sdk/compare/v5.3.0...v5.4.0) (2022-11-08)


### New Features and Enhancements

* Add `content_type` field to Sign Requests signer ([#871](https://github.com/box/box-ios-sdk/issues/871)) ([1ec5b01](https://github.com/box/box-ios-sdk/commit/1ec5b0149f01cd3a18f5cba39b77e01678655932))
* Add `redirect_url` and `declined_redirect_url` to Sign Request ([#870](https://github.com/box/box-ios-sdk/issues/870)) ([f94d988](https://github.com/box/box-ios-sdk/commit/f94d98862d2fdb2603f4684b963d29d04e0fdb3d))
* Add support for `sign` webhook triggers ([#875](https://github.com/box/box-ios-sdk/issues/875)) ([994bfaf](https://github.com/box/box-ios-sdk/commit/994bfaf3ead983f5014808f6c9e5ffe167ab8e42))
* Added method to remove retention policy assignment ([#873](https://github.com/box/box-ios-sdk/issues/873)) ([c5f146c](https://github.com/box/box-ios-sdk/commit/c5f146c960bb1f940418975078d83fb63ff3bdec))
* Added support for Modifiable Retention Policies ([#872](https://github.com/box/box-ios-sdk/issues/872)) ([e2b7a17](https://github.com/box/box-ios-sdk/commit/e2b7a178c6592c9f7d1e7ce691c215680b3f45d0))

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


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.3.0</string>
<string>5.4.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
10 changes: 8 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.3.0 Docs</a> (99% documented)</p>
<p><a href="index.html">BoxSDK 5.4.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 @@ -601,6 +601,9 @@
<li class="nav-group-task">
<a href="Enums/RetentionPolicyType.html">RetentionPolicyType</a>
</li>
<li class="nav-group-task">
<a href="Enums/RetentionType.html">RetentionType</a>
</li>
<li class="nav-group-task">
<a href="Enums/SearchContentType.html">SearchContentType</a>
</li>
Expand All @@ -616,6 +619,9 @@
<li class="nav-group-task">
<a href="Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
</li>
<li class="nav-group-task">
<a href="Enums/SignRequestSignerInputContentType.html">SignRequestSignerInputContentType</a>
</li>
<li class="nav-group-task">
<a href="Enums/SignRequestSignerInputType.html">SignRequestSignerInputType</a>
</li>
Expand Down Expand Up @@ -4277,7 +4283,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-08-19)</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-11-08)</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>
Expand Down
10 changes: 8 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.3.0 Docs</a> (99% documented)</p>
<p><a href="../index.html">BoxSDK 5.4.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 @@ -601,6 +601,9 @@
<li class="nav-group-task">
<a href="../Enums/RetentionPolicyType.html">RetentionPolicyType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/RetentionType.html">RetentionType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SearchContentType.html">SearchContentType</a>
</li>
Expand All @@ -616,6 +619,9 @@
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerInputContentType.html">SignRequestSignerInputContentType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerInputType.html">SignRequestSignerInputType</a>
</li>
Expand Down Expand Up @@ -1149,7 +1155,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-08-19)</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-11-08)</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>
Expand Down
10 changes: 8 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.3.0 Docs</a> (99% documented)</p>
<p><a href="../index.html">BoxSDK 5.4.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 @@ -601,6 +601,9 @@
<li class="nav-group-task">
<a href="../Enums/RetentionPolicyType.html">RetentionPolicyType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/RetentionType.html">RetentionType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SearchContentType.html">SearchContentType</a>
</li>
Expand All @@ -616,6 +619,9 @@
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerInputContentType.html">SignRequestSignerInputContentType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerInputType.html">SignRequestSignerInputType</a>
</li>
Expand Down Expand Up @@ -962,7 +968,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-08-19)</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-11-08)</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>
Expand Down
10 changes: 8 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.3.0 Docs</a> (99% documented)</p>
<p><a href="../index.html">BoxSDK 5.4.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 @@ -601,6 +601,9 @@
<li class="nav-group-task">
<a href="../Enums/RetentionPolicyType.html">RetentionPolicyType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/RetentionType.html">RetentionType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SearchContentType.html">SearchContentType</a>
</li>
Expand All @@ -616,6 +619,9 @@
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerInputContentType.html">SignRequestSignerInputContentType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerInputType.html">SignRequestSignerInputType</a>
</li>
Expand Down Expand Up @@ -3008,7 +3014,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-08-19)</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-11-08)</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>
Expand Down
10 changes: 8 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.3.0 Docs</a> (99% documented)</p>
<p><a href="../index.html">BoxSDK 5.4.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 @@ -601,6 +601,9 @@
<li class="nav-group-task">
<a href="../Enums/RetentionPolicyType.html">RetentionPolicyType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/RetentionType.html">RetentionType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SearchContentType.html">SearchContentType</a>
</li>
Expand All @@ -616,6 +619,9 @@
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerInputContentType.html">SignRequestSignerInputContentType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerInputType.html">SignRequestSignerInputType</a>
</li>
Expand Down Expand Up @@ -1078,7 +1084,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-08-19)</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-11-08)</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>
Expand Down
10 changes: 8 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.3.0 Docs</a> (99% documented)</p>
<p><a href="../index.html">BoxSDK 5.4.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 @@ -601,6 +601,9 @@
<li class="nav-group-task">
<a href="../Enums/RetentionPolicyType.html">RetentionPolicyType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/RetentionType.html">RetentionType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SearchContentType.html">SearchContentType</a>
</li>
Expand All @@ -616,6 +619,9 @@
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerInputContentType.html">SignRequestSignerInputContentType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerInputType.html">SignRequestSignerInputType</a>
</li>
Expand Down Expand Up @@ -990,7 +996,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-08-19)</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-11-08)</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>
Expand Down
10 changes: 8 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.3.0 Docs</a> (99% documented)</p>
<p><a href="../index.html">BoxSDK 5.4.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 @@ -601,6 +601,9 @@
<li class="nav-group-task">
<a href="../Enums/RetentionPolicyType.html">RetentionPolicyType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/RetentionType.html">RetentionType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SearchContentType.html">SearchContentType</a>
</li>
Expand All @@ -616,6 +619,9 @@
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerInputContentType.html">SignRequestSignerInputContentType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerInputType.html">SignRequestSignerInputType</a>
</li>
Expand Down Expand Up @@ -989,7 +995,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-08-19)</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-11-08)</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>
Expand Down
10 changes: 8 additions & 2 deletions docs/Classes/BoxRequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="BoxRequest Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxSDK 5.3.0 Docs</a> (99% documented)</p>
<p><a href="../index.html">BoxSDK 5.4.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 @@ -601,6 +601,9 @@
<li class="nav-group-task">
<a href="../Enums/RetentionPolicyType.html">RetentionPolicyType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/RetentionType.html">RetentionType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SearchContentType.html">SearchContentType</a>
</li>
Expand All @@ -616,6 +619,9 @@
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerInputContentType.html">SignRequestSignerInputContentType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SignRequestSignerInputType.html">SignRequestSignerInputType</a>
</li>
Expand Down Expand Up @@ -1270,7 +1276,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-08-19)</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-11-08)</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>
Expand Down
Loading

0 comments on commit 2c7c817

Please sign in to comment.