You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
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.
* Fallback to default value of `maxRetryAttempts` when restoring `BoxAPIConnection` ([#1161](https://github.com/box/box-java-sdk/issues/1161)) ([2a10e5d](https://github.com/box/box-java-sdk/commit/2a10e5d07497611e077a9207fe98c1d8146cfd22)), closes [#1160](https://github.com/box/box-java-sdk/issues/1160)
Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v4.0.1).
17
+
Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v4.1.0).
18
18
19
19
## Upgrades
20
-
You can read about how to migrate to the new version [here](https://github.com/box/box-java-sdk/tree/v4.0.1).
20
+
You can read about how to migrate to the new version [here](https://github.com/box/box-java-sdk/tree/v4.1.0).
21
21
22
22
## Versions
23
23
We use a modified version of [Semantic Versioning](https://semver.org/) for all changes. See [version strategy](VERSIONS.md) for details which is effective from 30 July 2022.
@@ -226,31 +226,31 @@ You can find guides and tutorials in the `doc` directory.
226
226
227
227
*[BUILD ON BOX PLATFORM](https://developer.box.com/guides/getting-started/)
0 commit comments