Skip to content

Commit 00a4e27

Browse files
chore: release v5.4.2 (#898)
1 parent fd2a0d6 commit 00a4e27

File tree

522 files changed

+1053
-1040
lines changed

Some content is hidden

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

522 files changed

+1053
-1040
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.4.1"
3+
spec.version = "5.4.2"
44
spec.summary = "Box Swift SDK"
55
spec.description = <<-DESC
66
Official Box Swift SDK.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.2](https://github.com/box/box-ios-sdk/compare/v5.4.1...v5.4.2) (2023-04-19)
6+
7+
8+
### Bug Fixes
9+
10+
* An emoty string `nextMarker` should be treated as end-of-paging. ([#893](https://github.com/box/box-ios-sdk/issues/893)) ([49c17de](https://github.com/box/box-ios-sdk/commit/49c17de588fcffcd2d151ce9047ebc09965f80ce))
11+
512
### [5.4.1](https://github.com/box/box-ios-sdk/compare/v5.4.0...v5.4.1) (2023-02-24)
613

714

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.4.1</string>
18+
<string>5.4.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

docs/Classes.html

Lines changed: 2 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.4.1 Docs</a> (99% documented)</p>
20+
<p><a href="index.html">BoxSDK 5.4.2 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>
@@ -4283,7 +4283,7 @@ <h4>Declaration</h4>
42834283
</section>
42844284
</section>
42854285
<section id="footer">
4286-
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-02-24)</p>
4286+
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-04-19)</p>
42874287
<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>
42884288
</section>
42894289
</article>

docs/Classes/AuthModule.html

Lines changed: 2 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.4.1 Docs</a> (99% documented)</p>
20+
<p><a href="../index.html">BoxSDK 5.4.2 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>
@@ -1155,7 +1155,7 @@ <h4>Parameters</h4>
11551155
</section>
11561156
</section>
11571157
<section id="footer">
1158-
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-02-24)</p>
1158+
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-04-19)</p>
11591159
<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>
11601160
</section>
11611161
</article>

docs/Classes/BoxAPIError.html

Lines changed: 2 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.4.1 Docs</a> (99% documented)</p>
20+
<p><a href="../index.html">BoxSDK 5.4.2 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>
@@ -968,7 +968,7 @@ <h4>Declaration</h4>
968968
</section>
969969
</section>
970970
<section id="footer">
971-
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-02-24)</p>
971+
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-04-19)</p>
972972
<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>
973973
</section>
974974
</article>

docs/Classes/BoxClient.html

Lines changed: 2 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.4.1 Docs</a> (99% documented)</p>
20+
<p><a href="../index.html">BoxSDK 5.4.2 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>
@@ -3014,7 +3014,7 @@ <h4>Return Value</h4>
30143014
</section>
30153015
</section>
30163016
<section id="footer">
3017-
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-02-24)</p>
3017+
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-04-19)</p>
30183018
<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>
30193019
</section>
30203020
</article>

docs/Classes/BoxCollection.html

Lines changed: 2 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.4.1 Docs</a> (99% documented)</p>
20+
<p><a href="../index.html">BoxSDK 5.4.2 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>
@@ -1084,7 +1084,7 @@ <h4>Parameters</h4>
10841084
</section>
10851085
</section>
10861086
<section id="footer">
1087-
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-02-24)</p>
1087+
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-04-19)</p>
10881088
<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>
10891089
</section>
10901090
</article>

docs/Classes/BoxNetworkAgent.html

Lines changed: 2 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.4.1 Docs</a> (99% documented)</p>
20+
<p><a href="../index.html">BoxSDK 5.4.2 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>
@@ -996,7 +996,7 @@ <h4>Parameters</h4>
996996
</section>
997997
</section>
998998
<section id="footer">
999-
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-02-24)</p>
999+
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-04-19)</p>
10001000
<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>
10011001
</section>
10021002
</article>

docs/Classes/BoxNetworkTask.html

Lines changed: 2 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.4.1 Docs</a> (99% documented)</p>
20+
<p><a href="../index.html">BoxSDK 5.4.2 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>
@@ -995,7 +995,7 @@ <h4>Declaration</h4>
995995
</section>
996996
</section>
997997
<section id="footer">
998-
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-02-24)</p>
998+
<p>&copy; 2023 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2023-04-19)</p>
999999
<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>
10001000
</section>
10011001
</article>

0 commit comments

Comments
 (0)