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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,28 @@
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.
*`BatchAPIRequest` – is no longer supported by the SDK
16
+
*`BoxAPIConnection#DEFAULT_MAX_ATTEMPTS` is replaced with `BoxAPIConnection#DEFAULT_MAX_RETRIES`
17
+
*`BoxRedirectResponse` – was removed and will not be replaced
18
+
*`BoxEvent.Type` is replaced with `EventType`
19
+
* Removing deprecated methods from `BoxFile`, `BoxFileVersionRetention`, `BoxFolder`, `BoxGroup`, `BoxGroupMembership`,`BoxItem`, `BoxRetentionPolicy`, `BoxTask`, `BoxUser`, `BoxWebLink`, `EventLog`, `Metadata` and `MetadataTemplate`.
20
+
21
+
Migration details can be found [here](doc/upgrades/3.x.x%20to%204.x.x.md).
22
+
23
+
### New Features and Enhancements:
24
+
25
+
* Using `OkHttp` in Java SDK ([#1083](https://github.com/box/box-java-sdk/issues/1083)) ([2656698](https://github.com/box/box-java-sdk/commit/265669897100dd8f1757fc2c5f25665da42c2889))
Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v3.8.2).
12
+
Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v4.0.0).
13
13
14
14
## Upgrades
15
-
You can read about how to migrate to the new version [here](https://github.com/box/box-java-sdk/tree/v3.8.0/doc/upgrades).
15
+
You can read about how to migrate to the new version [here](https://github.com/box/box-java-sdk/tree/v4.0.0).
16
16
17
17
## Versions
18
18
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.
@@ -27,7 +27,8 @@ A current release is on the leading edge of our SDK development, and is intended
27
27
28
28
| Version | Supported Environments | State | First Release | EOL/Terminated |
0 commit comments