Skip to content

Commit 7b25df2

Browse files
chore: release 3.4.0 (#1081)
1 parent fa664f4 commit 7b25df2

File tree

4 files changed

+39
-28
lines changed

4 files changed

+39
-28
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [3.4.0](https://github.com/box/box-java-sdk/compare/v3.3.0...v3.4.0) (2022-08-10)
6+
7+
8+
### New Features and Enhancements:
9+
10+
* Added pagination for getting items in trash with new `BoxTrash#items` API ([#1072](https://github.com/box/box-java-sdk/issues/1072)) ([9cd411d](https://github.com/box/box-java-sdk/commit/9cd411d20af1bc76ae815905396d72008af62539))
11+
12+
### Bug Fixes:
13+
14+
* buffered body write and fixed SDK logging ([#1079](https://github.com/box/box-java-sdk/issues/1079)) ([bc35ef3](https://github.com/box/box-java-sdk/commit/bc35ef3279e68a3d794de454f506ba41d14c3b16))
15+
516
## [3.3.0](https://github.com/box/box-java-sdk/compare/v3.2.1...v3.3.0) (2022-07-01)
617

718

README.md

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

1111
## Latest Release
12-
Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v3.3.0).
12+
Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v3.4.0).
1313

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

199199
* [BUILD ON BOX PLATFORM](https://developer.box.com/guides/getting-started/)
200200
* [Javadocs](http://box.github.io/box-java-sdk/javadoc/com/box/sdk/package-summary.html)
201-
* [Overview](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/overview.md)
202-
* [Configuration](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/configuration.md)
203-
* [Logging](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/logging.md)
204-
* [Authentication](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/authentication.md)
205-
* [Files](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/files.md)
206-
* [Folders](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/folders.md)
207-
* [Comments](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/comments.md)
208-
* [Collaborations](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/collaborations.md)
209-
* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/collaboration_allowlists.md)
210-
* [Events](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/events.md)
211-
* [Search](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/search.md)
212-
* [Users](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/users.md)
213-
* [Groups](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/groups.md)
214-
* [Tasks](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/tasks.md)
215-
* [Trash](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/trash.md)
216-
* [Collections](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/collections.md)
217-
* [Devices](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/devices.md)
218-
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/retention_policies.md)
219-
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/legal_holds.md)
220-
* [Watermarking](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/watermarking.md)
221-
* [Webhooks](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/webhooks.md)
222-
* [Web Links](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/weblinks.md)
223-
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/metadata_template.md)
224-
* [Classifications](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/classifications.md)
225-
* [Recent Items](https://github.com/box/box-java-sdk/blob/v3.3.0/doc/recent_items.md)
201+
* [Overview](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/overview.md)
202+
* [Configuration](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/configuration.md)
203+
* [Logging](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/logging.md)
204+
* [Authentication](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/authentication.md)
205+
* [Files](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/files.md)
206+
* [Folders](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/folders.md)
207+
* [Comments](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/comments.md)
208+
* [Collaborations](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/collaborations.md)
209+
* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/collaboration_allowlists.md)
210+
* [Events](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/events.md)
211+
* [Search](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/search.md)
212+
* [Users](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/users.md)
213+
* [Groups](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/groups.md)
214+
* [Tasks](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/tasks.md)
215+
* [Trash](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/trash.md)
216+
* [Collections](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/collections.md)
217+
* [Devices](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/devices.md)
218+
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/retention_policies.md)
219+
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/legal_holds.md)
220+
* [Watermarking](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/watermarking.md)
221+
* [Webhooks](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/webhooks.md)
222+
* [Web Links](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/weblinks.md)
223+
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/metadata_template.md)
224+
* [Classifications](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/classifications.md)
225+
* [Recent Items](https://github.com/box/box-java-sdk/blob/v3.4.0/doc/recent_items.md)
226226

227227

228228
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 = "3.3.0"
16+
version = "3.4.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
@@ -60,7 +60,7 @@ public class BoxAPIConnection {
6060
private static final String BOX_NOTIFICATIONS_HEADER = "Box-Notifications";
6161

6262
private static final String JAVA_VERSION = System.getProperty("java.version");
63-
private static final String SDK_VERSION = "3.3.0";
63+
private static final String SDK_VERSION = "3.4.0";
6464

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

0 commit comments

Comments
 (0)