Skip to content

Commit 11aa4cd

Browse files
chore: release 4.2.0 (#1179)
1 parent 1694d75 commit 11aa4cd

File tree

4 files changed

+35
-28
lines changed

4 files changed

+35
-28
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [4.2.0](https://github.com/box/box-java-sdk/compare/v4.1.2...v4.2.0) (2023-06-21)
6+
7+
8+
### New Features and Enhancements:
9+
10+
* Getting collaborators allows to specify fields ([#1178](https://github.com/box/box-java-sdk/issues/1178)) ([1694d75](https://github.com/box/box-java-sdk/commit/1694d75fff0fbddb938426ef03ba24f360a344aa))
11+
512
### [4.1.2](https://github.com/box/box-java-sdk/compare/v4.1.1...v4.1.2) (2023-06-14)
613

714

README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Box Java SDK for interacting with the
1414
[Box Content API](https://developers.box.com/docs/).
1515

1616
## Latest Release
17-
Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v4.1.2).
17+
Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v4.2.0).
1818

1919
## Upgrades
2020
You can read about how to migrate to the 4 version [here](doc/upgrades/3.x.x%20to%204.x.x.md).
@@ -226,31 +226,31 @@ You can find guides and tutorials in the `doc` directory.
226226

227227
* [BUILD ON BOX PLATFORM](https://developer.box.com/guides/getting-started/)
228228
* [Javadocs](http://box.github.io/box-java-sdk/javadoc/com/box/sdk/package-summary.html)
229-
* [Overview](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/overview.md)
230-
* [Configuration](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/configuration.md)
231-
* [Logging](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/logging.md)
232-
* [Authentication](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/authentication.md)
233-
* [Files](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/files.md)
234-
* [Folders](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/folders.md)
235-
* [Comments](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/comments.md)
236-
* [Collaborations](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/collaborations.md)
237-
* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/collaboration_allowlists.md)
238-
* [Events](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/events.md)
239-
* [Search](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/search.md)
240-
* [Users](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/users.md)
241-
* [Groups](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/groups.md)
242-
* [Tasks](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/tasks.md)
243-
* [Trash](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/trash.md)
244-
* [Collections](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/collections.md)
245-
* [Devices](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/devices.md)
246-
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/retention_policies.md)
247-
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/legal_holds.md)
248-
* [Watermarking](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/watermarking.md)
249-
* [Webhooks](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/webhooks.md)
250-
* [Web Links](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/weblinks.md)
251-
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/metadata_template.md)
252-
* [Classifications](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/classifications.md)
253-
* [Recent Items](https://github.com/box/box-java-sdk/blob/v4.1.2/doc/recent_items.md)
229+
* [Overview](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/overview.md)
230+
* [Configuration](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/configuration.md)
231+
* [Logging](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/logging.md)
232+
* [Authentication](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/authentication.md)
233+
* [Files](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/files.md)
234+
* [Folders](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/folders.md)
235+
* [Comments](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/comments.md)
236+
* [Collaborations](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/collaborations.md)
237+
* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/collaboration_allowlists.md)
238+
* [Events](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/events.md)
239+
* [Search](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/search.md)
240+
* [Users](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/users.md)
241+
* [Groups](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/groups.md)
242+
* [Tasks](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/tasks.md)
243+
* [Trash](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/trash.md)
244+
* [Collections](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/collections.md)
245+
* [Devices](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/devices.md)
246+
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/retention_policies.md)
247+
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/legal_holds.md)
248+
* [Watermarking](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/watermarking.md)
249+
* [Webhooks](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/webhooks.md)
250+
* [Web Links](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/weblinks.md)
251+
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/metadata_template.md)
252+
* [Classifications](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/classifications.md)
253+
* [Recent Items](https://github.com/box/box-java-sdk/blob/v4.2.0/doc/recent_items.md)
254254

255255

256256
Javadocs are generated when `gradle javadoc` is run and can be found in

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sourceCompatibility = 1.8
1313

1414
group = "com.box"
1515
archivesBaseName = "box-java-sdk"
16-
version = "4.1.2"
16+
version = "4.2.0"
1717

1818
java {
1919
withJavadocJar()

src/main/java/com/box/sdk/BoxAPIConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public class BoxAPIConnection {
8484
private static final String BOX_NOTIFICATIONS_HEADER = "Box-Notifications";
8585

8686
private static final String JAVA_VERSION = System.getProperty("java.version");
87-
private static final String SDK_VERSION = "4.1.2";
87+
private static final String SDK_VERSION = "4.2.0";
8888

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

0 commit comments

Comments
 (0)