Skip to content

Commit

Permalink
chore: release 3.1.0 (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
antusus authored Feb 17, 2022
1 parent 7f4826b commit 9656274
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 26 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.1.0](https://github.com/box/box-java-sdk/compare/v3.0.0...v3.1.0) (2022-02-17)


### New Features and Enhancements:

* Added support for Client Credentials Grant authentication method ([#1002](https://github.com/box/box-java-sdk/issues/1002)) ([9cfcaff](https://github.com/box/box-java-sdk/commit/9cfcaff243dbf0541409f91f9f863a207345dc47))
* API to extend disposition date on a file ([#1001](https://github.com/box/box-java-sdk/issues/1001)) ([f3f6b60](https://github.com/box/box-java-sdk/commit/f3f6b6043eec362c5a8ad9a01d6588538ca34e71))
* Deprecating `indexName` when executing metadata query ([#1000](https://github.com/box/box-java-sdk/issues/1000)) ([c20dbbf](https://github.com/box/box-java-sdk/commit/c20dbbf6a927e31cfdd7ffa71069c0897f7a0536))

### Dependency Upgrades:

* Upgrade Gradle to 7.3.3 ([#985](https://github.com/box/box-java-sdk/issues/985)) ([e4acbb1](https://github.com/box/box-java-sdk/commit/e4acbb1f0c10ccdeeee139e2566b344052680010))

## [3.0.0](https://github.com/box/box-java-sdk/compare/v2.58.0...v3.0.0) (2022-01-17)


Expand Down
52 changes: 26 additions & 26 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/v3.0.0).
Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v3.1.0).

## Getting Started
Getting Started Docs: https://developer.box.com/guides/tooling/sdks/java/
Expand Down Expand Up @@ -173,32 +173,32 @@ $ ./gradlew integrationTest
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)
* [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.0.0/doc/overview.md)
* [Logging](https://github.com/box/box-java-sdk/blob/v3.0.0/doc/logging.md)
* [Authentication](https://github.com/box/box-java-sdk/blob/v3.0.0/doc/authentication.md)
* [Files](https://github.com/box/box-java-sdk/blob/v3.0.0/doc/files.md)
* [Folders](https://github.com/box/box-java-sdk/blob/v3.0.0/doc/folders.md)
* [Comments](https://github.com/box/box-java-sdk/blob/v3.0.0/doc/comments.md)
* [Collaborations](https://github.com/box/box-java-sdk/blob/v3.0.0/doc/collaborations.md)
* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v3.0.0/doc/collaboration_allowlists.md)
* [Events](https://github.com/box/box-java-sdk/blob/v3.0.0/doc/events.md)
* [Search](https://github.com/box/box-java-sdk/blob/v3.0.0/doc/search.md)
* [Users](https://github.com/box/box-java-sdk/blob/v3.0.0/doc/users.md)
* [Groups](https://github.com/box/box-java-sdk/blob/v3.0.0/doc/groups.md)
* [Tasks](https://github.com/box/box-java-sdk/blob/v3.0.0/doc/tasks.md)
* [Trash](https://github.com/box/box-java-sdk/blob/v3.0.0/doc/trash.md)
* [Collections](https://github.com/box/box-java-sdk/blob/v3.0.0/doc/collections.md)
* [Devices](https://github.com/box/box-java-sdk/blob/v3.0.0/doc/devices.md)
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v3.0.0/doc/retention_policies.md)
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v3.0.0/doc/legal_holds.md)
* [Watermarking](https://github.com/box/box-java-sdk/blob/v3.0.0/doc/watermarking.md)
* [Webhooks](https://github.com/box/box-java-sdk/blob/v3.0.0/doc/webhooks.md)
* [Web Links](https://github.com/box/box-java-sdk/blob/v3.0.0/doc/weblinks.md)
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v3.0.0/doc/metadata_template.md)
* [Classifications](https://github.com/box/box-java-sdk/blob/v3.0.0/doc/classifications.md)
* [Recent Items](https://github.com/box/box-java-sdk/blob/v3.0.0/doc/recent_items.md)
* [Overview](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/overview.md)
* [Logging](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/logging.md)
* [Authentication](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/authentication.md)
* [Files](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/files.md)
* [Folders](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/folders.md)
* [Comments](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/comments.md)
* [Collaborations](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/collaborations.md)
* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/collaboration_allowlists.md)
* [Events](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/events.md)
* [Search](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/search.md)
* [Users](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/users.md)
* [Groups](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/groups.md)
* [Tasks](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/tasks.md)
* [Trash](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/trash.md)
* [Collections](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/collections.md)
* [Devices](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/devices.md)
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/retention_policies.md)
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/legal_holds.md)
* [Watermarking](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/watermarking.md)
* [Webhooks](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/webhooks.md)
* [Web Links](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/weblinks.md)
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/metadata_template.md)
* [Classifications](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/classifications.md)
* [Recent Items](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/recent_items.md)
Javadocs are generated when `gradle javadoc` is run and can be found in
Expand Down

0 comments on commit 9656274

Please sign in to comment.