Skip to content

Commit 2c7c817

Browse files
chore: release v5.4.0 (#877)
1 parent df6b3cb commit 2c7c817

File tree

526 files changed

+10083
-1082
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

526 files changed

+10083
-1082
lines changed

BoxSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "BoxSDK"
3-
spec.version = "5.3.0"
3+
spec.version = "5.4.0"
44
spec.summary = "Box Swift SDK"
55
spec.description = <<-DESC
66
Official Box Swift SDK.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
## [5.4.0](https://github.com/box/box-ios-sdk/compare/v5.3.0...v5.4.0) (2022-11-08)
6+
7+
8+
### New Features and Enhancements
9+
10+
* 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))
11+
* 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))
12+
* 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))
13+
* 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))
14+
* 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))
15+
516
## [5.3.0](https://github.com/box/box-ios-sdk/compare/v5.2.1...v5.3.0) (2022-08-19)
617

718

Sources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.3.0</string>
18+
<string>5.4.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

docs/Classes.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="Classes Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="index.html">BoxSDK 5.3.0 Docs</a> (99% documented)</p>
20+
<p><a href="index.html">BoxSDK 5.4.0 Docs</a> (99% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -601,6 +601,9 @@
601601
<li class="nav-group-task">
602602
<a href="Enums/RetentionPolicyType.html">RetentionPolicyType</a>
603603
</li>
604+
<li class="nav-group-task">
605+
<a href="Enums/RetentionType.html">RetentionType</a>
606+
</li>
604607
<li class="nav-group-task">
605608
<a href="Enums/SearchContentType.html">SearchContentType</a>
606609
</li>
@@ -616,6 +619,9 @@
616619
<li class="nav-group-task">
617620
<a href="Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
618621
</li>
622+
<li class="nav-group-task">
623+
<a href="Enums/SignRequestSignerInputContentType.html">SignRequestSignerInputContentType</a>
624+
</li>
619625
<li class="nav-group-task">
620626
<a href="Enums/SignRequestSignerInputType.html">SignRequestSignerInputType</a>
621627
</li>
@@ -4277,7 +4283,7 @@ <h4>Declaration</h4>
42774283
</section>
42784284
</section>
42794285
<section id="footer">
4280-
<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>
4286+
<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>
42814287
<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>
42824288
</section>
42834289
</article>

docs/Classes/AuthModule.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="AuthModule Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">BoxSDK 5.3.0 Docs</a> (99% documented)</p>
20+
<p><a href="../index.html">BoxSDK 5.4.0 Docs</a> (99% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -601,6 +601,9 @@
601601
<li class="nav-group-task">
602602
<a href="../Enums/RetentionPolicyType.html">RetentionPolicyType</a>
603603
</li>
604+
<li class="nav-group-task">
605+
<a href="../Enums/RetentionType.html">RetentionType</a>
606+
</li>
604607
<li class="nav-group-task">
605608
<a href="../Enums/SearchContentType.html">SearchContentType</a>
606609
</li>
@@ -616,6 +619,9 @@
616619
<li class="nav-group-task">
617620
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
618621
</li>
622+
<li class="nav-group-task">
623+
<a href="../Enums/SignRequestSignerInputContentType.html">SignRequestSignerInputContentType</a>
624+
</li>
619625
<li class="nav-group-task">
620626
<a href="../Enums/SignRequestSignerInputType.html">SignRequestSignerInputType</a>
621627
</li>
@@ -1149,7 +1155,7 @@ <h4>Parameters</h4>
11491155
</section>
11501156
</section>
11511157
<section id="footer">
1152-
<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>
1158+
<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>
11531159
<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>
11541160
</section>
11551161
</article>

docs/Classes/BoxAPIError.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="BoxAPIError Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">BoxSDK 5.3.0 Docs</a> (99% documented)</p>
20+
<p><a href="../index.html">BoxSDK 5.4.0 Docs</a> (99% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -601,6 +601,9 @@
601601
<li class="nav-group-task">
602602
<a href="../Enums/RetentionPolicyType.html">RetentionPolicyType</a>
603603
</li>
604+
<li class="nav-group-task">
605+
<a href="../Enums/RetentionType.html">RetentionType</a>
606+
</li>
604607
<li class="nav-group-task">
605608
<a href="../Enums/SearchContentType.html">SearchContentType</a>
606609
</li>
@@ -616,6 +619,9 @@
616619
<li class="nav-group-task">
617620
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
618621
</li>
622+
<li class="nav-group-task">
623+
<a href="../Enums/SignRequestSignerInputContentType.html">SignRequestSignerInputContentType</a>
624+
</li>
619625
<li class="nav-group-task">
620626
<a href="../Enums/SignRequestSignerInputType.html">SignRequestSignerInputType</a>
621627
</li>
@@ -962,7 +968,7 @@ <h4>Declaration</h4>
962968
</section>
963969
</section>
964970
<section id="footer">
965-
<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>
971+
<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>
966972
<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>
967973
</section>
968974
</article>

docs/Classes/BoxClient.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="BoxClient Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">BoxSDK 5.3.0 Docs</a> (99% documented)</p>
20+
<p><a href="../index.html">BoxSDK 5.4.0 Docs</a> (99% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -601,6 +601,9 @@
601601
<li class="nav-group-task">
602602
<a href="../Enums/RetentionPolicyType.html">RetentionPolicyType</a>
603603
</li>
604+
<li class="nav-group-task">
605+
<a href="../Enums/RetentionType.html">RetentionType</a>
606+
</li>
604607
<li class="nav-group-task">
605608
<a href="../Enums/SearchContentType.html">SearchContentType</a>
606609
</li>
@@ -616,6 +619,9 @@
616619
<li class="nav-group-task">
617620
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
618621
</li>
622+
<li class="nav-group-task">
623+
<a href="../Enums/SignRequestSignerInputContentType.html">SignRequestSignerInputContentType</a>
624+
</li>
619625
<li class="nav-group-task">
620626
<a href="../Enums/SignRequestSignerInputType.html">SignRequestSignerInputType</a>
621627
</li>
@@ -3008,7 +3014,7 @@ <h4>Return Value</h4>
30083014
</section>
30093015
</section>
30103016
<section id="footer">
3011-
<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>
3017+
<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>
30123018
<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>
30133019
</section>
30143020
</article>

docs/Classes/BoxCollection.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="BoxCollection Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">BoxSDK 5.3.0 Docs</a> (99% documented)</p>
20+
<p><a href="../index.html">BoxSDK 5.4.0 Docs</a> (99% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -601,6 +601,9 @@
601601
<li class="nav-group-task">
602602
<a href="../Enums/RetentionPolicyType.html">RetentionPolicyType</a>
603603
</li>
604+
<li class="nav-group-task">
605+
<a href="../Enums/RetentionType.html">RetentionType</a>
606+
</li>
604607
<li class="nav-group-task">
605608
<a href="../Enums/SearchContentType.html">SearchContentType</a>
606609
</li>
@@ -616,6 +619,9 @@
616619
<li class="nav-group-task">
617620
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
618621
</li>
622+
<li class="nav-group-task">
623+
<a href="../Enums/SignRequestSignerInputContentType.html">SignRequestSignerInputContentType</a>
624+
</li>
619625
<li class="nav-group-task">
620626
<a href="../Enums/SignRequestSignerInputType.html">SignRequestSignerInputType</a>
621627
</li>
@@ -1078,7 +1084,7 @@ <h4>Parameters</h4>
10781084
</section>
10791085
</section>
10801086
<section id="footer">
1081-
<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>
1087+
<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>
10821088
<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>
10831089
</section>
10841090
</article>

docs/Classes/BoxNetworkAgent.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="BoxNetworkAgent Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">BoxSDK 5.3.0 Docs</a> (99% documented)</p>
20+
<p><a href="../index.html">BoxSDK 5.4.0 Docs</a> (99% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -601,6 +601,9 @@
601601
<li class="nav-group-task">
602602
<a href="../Enums/RetentionPolicyType.html">RetentionPolicyType</a>
603603
</li>
604+
<li class="nav-group-task">
605+
<a href="../Enums/RetentionType.html">RetentionType</a>
606+
</li>
604607
<li class="nav-group-task">
605608
<a href="../Enums/SearchContentType.html">SearchContentType</a>
606609
</li>
@@ -616,6 +619,9 @@
616619
<li class="nav-group-task">
617620
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
618621
</li>
622+
<li class="nav-group-task">
623+
<a href="../Enums/SignRequestSignerInputContentType.html">SignRequestSignerInputContentType</a>
624+
</li>
619625
<li class="nav-group-task">
620626
<a href="../Enums/SignRequestSignerInputType.html">SignRequestSignerInputType</a>
621627
</li>
@@ -990,7 +996,7 @@ <h4>Parameters</h4>
990996
</section>
991997
</section>
992998
<section id="footer">
993-
<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>
999+
<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>
9941000
<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>
9951001
</section>
9961002
</article>

docs/Classes/BoxNetworkTask.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="BoxNetworkTask Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">BoxSDK 5.3.0 Docs</a> (99% documented)</p>
20+
<p><a href="../index.html">BoxSDK 5.4.0 Docs</a> (99% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -601,6 +601,9 @@
601601
<li class="nav-group-task">
602602
<a href="../Enums/RetentionPolicyType.html">RetentionPolicyType</a>
603603
</li>
604+
<li class="nav-group-task">
605+
<a href="../Enums/RetentionType.html">RetentionType</a>
606+
</li>
604607
<li class="nav-group-task">
605608
<a href="../Enums/SearchContentType.html">SearchContentType</a>
606609
</li>
@@ -616,6 +619,9 @@
616619
<li class="nav-group-task">
617620
<a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a>
618621
</li>
622+
<li class="nav-group-task">
623+
<a href="../Enums/SignRequestSignerInputContentType.html">SignRequestSignerInputContentType</a>
624+
</li>
619625
<li class="nav-group-task">
620626
<a href="../Enums/SignRequestSignerInputType.html">SignRequestSignerInputType</a>
621627
</li>
@@ -989,7 +995,7 @@ <h4>Declaration</h4>
989995
</section>
990996
</section>
991997
<section id="footer">
992-
<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>
998+
<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>
993999
<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>
9941000
</section>
9951001
</article>

0 commit comments

Comments
 (0)