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
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
14
14
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
15
15
16
+
-[Introduction](#introduction)
16
17
-[Supported versions](#supported-versions)
17
18
-[Version v5](#version-v5)
18
19
-[Version v10](#version-v10)
@@ -28,7 +29,6 @@
28
29
-[Migration guides](#migration-guides)
29
30
-[Versioning](#versioning)
30
31
-[Version schedule](#version-schedule)
31
-
-[Version schedule](#version-schedule-1)
32
32
-[Contributing](#contributing)
33
33
-[3rd Party Libraries & Licenses](#3rd-party-libraries--licenses)
34
34
-[Android](#android)
@@ -38,9 +38,24 @@
38
38
39
39
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
40
40
41
+
# Introduction
42
+
43
+
We are excited to introduce the v5 major release of the Box Java SDK,
44
+
designed to elevate the developer experience and streamline your integration with the Box Content Cloud.
45
+
46
+
With this SDK version, alongside the existing `com.box.sdk` package, we’re introducing a new `com.box.sdkgen` package, which gives you access to:
47
+
48
+
1. Full API Support: The new generation of Box SDKs empowers developers with complete coverage of the Box API ecosystem. You can now access all the latest features and functionalities offered by Box, allowing you to build even more sophisticated and feature-rich applications.
49
+
2. Rapid API Updates: Say goodbye to waiting for new Box APIs to be incorporated into the SDK. With our new auto-generation development approach, we can now add new Box APIs to the SDK at a much faster pace (in a matter of days). This means you can leverage the most up-to-date features in your applications without delay.
50
+
3. Embedded Documentation: We understand that easy access to information is crucial for developers. With our new approach, we have included comprehensive documentation for all objects and parameters directly in the source code of the SDK. This means you no longer need to look up this information on the developer portal, saving you time and streamlining your development process.
51
+
4. Enhanced Convenience Methods: Our commitment to enhancing your development experience continues with the introduction of convenience methods. These methods cover various aspects such as chunk uploads, classification, and much more.
52
+
5. Seamless Start: The new SDKs integrate essential functionalities like authentication, automatic retries with exponential backoff, exception handling, request cancellation, and type checking, enabling you to focus solely on your application's business logic.
53
+
54
+
Embrace the new generation of Box SDKs and unlock the full potential of the Box Content Cloud.
55
+
41
56
# Supported versions
42
57
43
-
To enhance developer experience, provide full Box API coverage, and rapid updates we have introduced the new generated codebase through the `com.box.sdkgen` package.
58
+
To enhance developer experience, we have introduced the new generated codebase through the `com.box.sdkgen` package.
44
59
The `com.box.sdkgen` package is available in two major supported versions: v5 and v10.
45
60
46
61
## Version v5
@@ -218,8 +233,6 @@ We highly recommend upgrading to the latest SDK major release at the earliest co
218
233
219
234
## Version schedule
220
235
221
-
### Version schedule
222
-
223
236
| Version | Supported Environments | State | First Release | EOL/Terminated |
0 commit comments