Skip to content

Commit

Permalink
v2.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antusus committed Nov 23, 2021
1 parent 938f447 commit a50a110
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 25 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ __Breaking Changes:__

__New Features and Enhancements:__

__Bug Fixes:__

## 2.58.0 [2021-11-23]

__Breaking Changes:__

__New Features and Enhancements:__
- SDK support for new GET /events stream_type: admin_logs_streaming ([#938](https://github.com/box/box-java-sdk/pull/938))
- Adding BoxDeveloperEditionAPIConnection#getUserConnection to indicate that we can use this connection for managed users or app users ([#940](https://github.com/box/box-java-sdk/pull/940))

__Bug Fixes:__
- Fix for deprecated enums still being used ([#931](https://github.com/box/box-java-sdk/issues/931))

Expand Down
46 changes: 23 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Box Java SDK for interacting with the
[Box Content API](https://developers.box.com/docs/).

## Latest Release
Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v2.57.0).
Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v2.58.0).

## Getting Started
Getting Started Docs: https://developer.box.com/guides/tooling/sdks/java/
Expand Down Expand Up @@ -175,28 +175,28 @@ You can find guides and tutorials in the `doc` directory.
* [BUILD ON BOX PLATFORM](https://developer.box.com/v2.0/docs/getting-started-box-platform)
* [Javadocs](http://box.github.io/box-java-sdk/javadoc/com/box/sdk/package-summary.html)
* [Overview](https://github.com/box/box-java-sdk/blob/v2.57.0/doc/overview.md)
* [Authentication](https://github.com/box/box-java-sdk/blob/v2.57.0/doc/authentication.md)
* [Files](https://github.com/box/box-java-sdk/blob/v2.57.0/doc/files.md)
* [Folders](https://github.com/box/box-java-sdk/blob/v2.57.0/doc/folders.md)
* [Comments](https://github.com/box/box-java-sdk/blob/v2.57.0/doc/comments.md)
* [Collaborations](https://github.com/box/box-java-sdk/blob/v2.57.0/doc/collaborations.md)
* [Events](https://github.com/box/box-java-sdk/blob/v2.57.0/doc/events.md)
* [Search](https://github.com/box/box-java-sdk/blob/v2.57.0/doc/search.md)
* [Users](https://github.com/box/box-java-sdk/blob/v2.57.0/doc/users.md)
* [Groups](https://github.com/box/box-java-sdk/blob/v2.57.0/doc/groups.md)
* [Tasks](https://github.com/box/box-java-sdk/blob/v2.57.0/doc/tasks.md)
* [Trash](https://github.com/box/box-java-sdk/blob/v2.57.0/doc/trash.md)
* [Collections](https://github.com/box/box-java-sdk/blob/v2.57.0/doc/collections.md)
* [Devices](https://github.com/box/box-java-sdk/blob/v2.57.0/doc/devices.md)
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v2.57.0/doc/retention_policies.md)
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v2.57.0/doc/legal_holds.md)
* [Watermarking](https://github.com/box/box-java-sdk/blob/v2.57.0/doc/watermarking.md)
* [Webhooks](https://github.com/box/box-java-sdk/blob/v2.57.0/doc/webhooks.md)
* [Web Links](https://github.com/box/box-java-sdk/blob/v2.57.0/doc/weblinks.md)
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v2.57.0/doc/metadata_template.md)
* [Classifications](https://github.com/box/box-java-sdk/blob/v2.57.0/doc/classifications.md)
* [Recent Items](https://github.com/box/box-java-sdk/blob/v2.57.0/doc/recent_items.md)
* [Overview](https://github.com/box/box-java-sdk/blob/v2.58.0/doc/overview.md)
* [Authentication](https://github.com/box/box-java-sdk/blob/v2.58.0/doc/authentication.md)
* [Files](https://github.com/box/box-java-sdk/blob/v2.58.0/doc/files.md)
* [Folders](https://github.com/box/box-java-sdk/blob/v2.58.0/doc/folders.md)
* [Comments](https://github.com/box/box-java-sdk/blob/v2.58.0/doc/comments.md)
* [Collaborations](https://github.com/box/box-java-sdk/blob/v2.58.0/doc/collaborations.md)
* [Events](https://github.com/box/box-java-sdk/blob/v2.58.0/doc/events.md)
* [Search](https://github.com/box/box-java-sdk/blob/v2.58.0/doc/search.md)
* [Users](https://github.com/box/box-java-sdk/blob/v2.58.0/doc/users.md)
* [Groups](https://github.com/box/box-java-sdk/blob/v2.58.0/doc/groups.md)
* [Tasks](https://github.com/box/box-java-sdk/blob/v2.58.0/doc/tasks.md)
* [Trash](https://github.com/box/box-java-sdk/blob/v2.58.0/doc/trash.md)
* [Collections](https://github.com/box/box-java-sdk/blob/v2.58.0/doc/collections.md)
* [Devices](https://github.com/box/box-java-sdk/blob/v2.58.0/doc/devices.md)
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v2.58.0/doc/retention_policies.md)
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v2.58.0/doc/legal_holds.md)
* [Watermarking](https://github.com/box/box-java-sdk/blob/v2.58.0/doc/watermarking.md)
* [Webhooks](https://github.com/box/box-java-sdk/blob/v2.58.0/doc/webhooks.md)
* [Web Links](https://github.com/box/box-java-sdk/blob/v2.58.0/doc/weblinks.md)
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v2.58.0/doc/metadata_template.md)
* [Classifications](https://github.com/box/box-java-sdk/blob/v2.58.0/doc/classifications.md)
* [Recent Items](https://github.com/box/box-java-sdk/blob/v2.58.0/doc/recent_items.md)
Javadocs are generated when `gradle javadoc` is run and can be found in
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sourceCompatibility = 1.7

group = 'com.box'
archivesBaseName = 'box-java-sdk'
version = '2.57.1-SNAPSHOT'
version = '2.58.0'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/box/sdk/BoxAPIConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class BoxAPIConnection {
private static final String BOX_NOTIFICATIONS_HEADER = "Box-Notifications";

private static final String JAVA_VERSION = System.getProperty("java.version");
private static final String SDK_VERSION = "2.57.0";
private static final String SDK_VERSION = "2.58.0";

/**
* The amount of buffer time, in milliseconds, to use when determining if an access token should be refreshed. For
Expand Down

0 comments on commit a50a110

Please sign in to comment.