Skip to content

Commit

Permalink
chore: release 3.2.1 (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build authored Jun 10, 2022
1 parent 42876b4 commit 8c67607
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 32 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [3.2.1](https://github.com/box/box-java-sdk/compare/v3.2.0...v3.2.1) (2022-06-10)


### Bug Fixes:

* Fix getting proper URL to authenticate with OAuth ([#1059](https://github.com/box/box-java-sdk/issues/1059)) ([42876b4](https://github.com/box/box-java-sdk/commit/42876b45ccdb7fa6f357186cecaba051abf1c269)), closes [#1057](https://github.com/box/box-java-sdk/issues/1057)

## [3.2.0](https://github.com/box/box-java-sdk/compare/v3.1.2...v3.2.0) (2022-05-23)


Expand Down
52 changes: 26 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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/v3.2.0).
Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v3.2.1).

## Versions
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.
Expand Down Expand Up @@ -198,31 +198,31 @@ You can find guides and tutorials in the `doc` directory.

* [BUILD ON BOX PLATFORM](https://developer.box.com/guides/getting-started/)
* [Javadocs](http://box.github.io/box-java-sdk/javadoc/com/box/sdk/package-summary.html)
* [Overview](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/overview.md)
* [Configuration](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/configuration.md)
* [Logging](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/logging.md)
* [Authentication](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/authentication.md)
* [Files](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/files.md)
* [Folders](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/folders.md)
* [Comments](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/comments.md)
* [Collaborations](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/collaborations.md)
* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/collaboration_allowlists.md)
* [Events](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/events.md)
* [Search](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/search.md)
* [Users](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/users.md)
* [Groups](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/groups.md)
* [Tasks](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/tasks.md)
* [Trash](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/trash.md)
* [Collections](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/collections.md)
* [Devices](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/devices.md)
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/retention_policies.md)
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/legal_holds.md)
* [Watermarking](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/watermarking.md)
* [Webhooks](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/webhooks.md)
* [Web Links](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/weblinks.md)
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/metadata_template.md)
* [Classifications](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/classifications.md)
* [Recent Items](https://github.com/box/box-java-sdk/blob/v3.2.0/doc/recent_items.md)
* [Overview](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/overview.md)
* [Configuration](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/configuration.md)
* [Logging](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/logging.md)
* [Authentication](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/authentication.md)
* [Files](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/files.md)
* [Folders](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/folders.md)
* [Comments](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/comments.md)
* [Collaborations](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/collaborations.md)
* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/collaboration_allowlists.md)
* [Events](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/events.md)
* [Search](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/search.md)
* [Users](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/users.md)
* [Groups](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/groups.md)
* [Tasks](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/tasks.md)
* [Trash](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/trash.md)
* [Collections](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/collections.md)
* [Devices](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/devices.md)
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/retention_policies.md)
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/legal_holds.md)
* [Watermarking](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/watermarking.md)
* [Webhooks](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/webhooks.md)
* [Web Links](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/weblinks.md)
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/metadata_template.md)
* [Classifications](https://github.com/box/box-java-sdk/blob/v3.2.1/doc/classifications.md)
* [Recent Items](https://github.com/box/box-java-sdk/blob/v3.2.1/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 @@ -13,7 +13,7 @@ sourceCompatibility = 1.8

group = "com.box"
archivesBaseName = "box-java-sdk"
version = "3.2.0"
version = "3.2.1"

java {
withJavadocJar()
Expand Down
5 changes: 3 additions & 2 deletions doc/files.md
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ Create a Shared Link
A shared link for a file can be generated by calling
[`createSharedLink(BoxSharedLinkRequest sharedLinkRequest)`][create-shared-link].

<!-- sample put_files_id_shared_link_create -->
<!-- sample put_files_id add-shared-link-->
```java
// Optionally we can calculate and set the date when shared link will automatically be disabled
final long ONE_WEEK_MILLIS = 1000 * 60 * 60 * 24 * 7;
Expand Down Expand Up @@ -705,6 +705,7 @@ Update a Shared Link
A shared link for a file can be updated by calling the same method as used when creating a shared link,
[`createSharedLink(BoxSharedLinkRequest sharedLinkRequest)`][create-shared-link].

<!-- sample put_files_id update_shared_link -->
```java
BoxFile file = new BoxFile(api, "id");
BoxSharedLinkRequest sharedLinkRequest = new BoxSharedLinkRequest()
Expand All @@ -718,7 +719,7 @@ Remove a Shared Link

A shared link for a file can be removed by calling [`removeSharedLink()`][remove-shared-link].

<!-- sample put_files_id_shared_link_remove -->
<!-- sample put_files_id remove_shared_link -->
```java
BoxFile file = new BoxFile(api, "12345");
BoxFile.Info info = file.getInfo();
Expand Down
5 changes: 3 additions & 2 deletions doc/folders.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ Create a Shared Link
A shared link for a folder can be generated by calling
[`createSharedLink(BoxSharedLinkRequest sharedLinkRequest)`][create-shared-link].

<!-- sample put_folders_id_shared_link_create -->
<!-- sample put_folders_id add-shared-link-->
```java
// Optionally we can calculate and set the date when shared link will automatically be disabled
final long ONE_WEEK_MILLIS = 1000 * 60 * 60 * 24 * 7;
Expand Down Expand Up @@ -362,6 +362,7 @@ Update a Shared Link
A shared link for a folder can be updated by calling the same method as used when creating a shared link,
[`createSharedLink(BoxSharedLinkRequest sharedLinkRequest)`][create-shared-link].

<!-- sample put_folders_id update_shared_link -->
```java
BoxFolder folder = new BoxFolder(api, "id");
BoxSharedLinkRequest sharedLinkRequest = new BoxSharedLinkRequest()
Expand All @@ -376,7 +377,7 @@ Remove a Shared Link

A shared link for a folder can be removed by calling [`removeSharedLink()`][remove-shared-link].

<!-- sample put_folders_id_shared_link_remove -->
<!-- sample put_folders_id remove_shared_link -->
```java
BoxFolder folder = new BoxFolder(api, "12345");
BoxFolder.Info info = folder.getInfo();
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 @@ -60,7 +60,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 = "3.2.0";
private static final String SDK_VERSION = "3.2.1";

/**
* 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 8c67607

Please sign in to comment.