Skip to content

Releases: box/box-java-sdk

v2.12.0

01 Feb 23:10
Compare
Choose a tag to compare

v2.12.0

  1. Fix collaboration notify parameter (#545)
  2. Add OAuth2 token creation event type (#533)
  3. Implement invite user to enterprise (#504)
  4. Switch to X-Box-UA header for analytics (#536)
  5. Reduce Large File Upload memory usage (#543)

v2.11.0

25 Jan 22:46
Compare
Choose a tag to compare

v2.11.0

  1. Fix chunked upload for files > 2GB (#531)
  2. Add updated file version upload endpoint and deprecate old method (#524)
  3. Perform modified retry on JWT auth to avoid common JWT errors

v2.10.0

12 Jan 00:50
Compare
Choose a tag to compare
  • Add optional is_confirmed parameter for adding user email alias (#499)
  • Add support for token revocation (#510)
  • Metadata template delete (#512)

v2.9.0

04 Jan 23:28
Compare
Choose a tag to compare
  1. Search readme update (#506)
  2. Add option to pass file SHA-1 hash for upload integrity (#502)
  3. Events log limit (#507)
  4. Terms of Service (#484)
  5. Change wiremock port (#505)
  6. Delete redundant response.disconnect() from moveFolderToUser() (#485)
  7. Events readme patch (#503)
  8. Add missing webhook triggers to enum (#497)
  9. Fix MetadataTemplate.updateMetadataTemplate() type error (#498)
  10. Add missing event types to enum (#500)
  11. Add modified_at timestamp to BoxComment.Info (#501)
  12. Collaboration whitelists (#492)
  13. Trash empty body patch (#495)
  14. Adding support for indefinite Box file locking by allowing null expiration (#494)
  15. Additional test in response for Batch Api (#474)
  16. Fixing BoxDeveloperEditionAPIConnection - decryptPrivateKey() - PEMParser returns PrivateKeyInfo already - Invalid cast #470 (#471)

v.2.8.2

06 Oct 00:39
Compare
Choose a tag to compare
  1. Added tests for batch api
  2. Added additional check for PrivateKeyInfo in BoxDeveloperEditionApiConnection

v2.8.1

19 Sep 22:10
Compare
Choose a tag to compare
  1. fixes #466
  2. New Example BoxDeveloperEditionAPIConnectionAsEnterpriseUser

v2.8.0

07 Sep 20:55
Compare
Choose a tag to compare

Dedicated method in BoxFile for getting Representations
Changes to Representation object

v2.7.0

30 Aug 21:48
Compare
Choose a tag to compare

Support for representations in BoxFile

v2.6.0

29 Aug 00:03
Compare
Choose a tag to compare

This release adds support for unified metadata and batch api

New Features:

v2.5.0

28 Jul 22:38
Compare
Choose a tag to compare

This release adds support for recent items API, new metadata template operations, storing external id for an app user and token exchange along with few minor changes

New Features:

  • Recents API: Recent Items returns information about files that have been accessed by a user not long ago. It keeps track of items that were accessed either in the last 90 days or the last 1000 items accessed (both conditions must be met).

  • New metadata template operations: We added support for 4 new metadata template change types: remove field, rekey field, remove enum option, and edit enum option

  • External App User ID: Apps can now store any unique external identifier for an app user which can be used to search for an app user

  • Token Exchange: Token Exchange is a mechanism to exchange a parent token (Managed/App User, Service Account or App Token) for a child token, which is scoped down to the the minimum set of required permissions so it can be securely sent down to the client without elevating client privileges.