Releases: box/box-java-sdk
Releases · box/box-java-sdk
Release list
v3.0.0
⚠ BREAKING CHANGES
- Changed
BoxFileVersionclass and removedfileVersionfield (#978) - Removed deprecated API
BoxCollaborationWhitelistreplaced withBoxCollaborationAllowlist,BoxCollaborationWhitelistExemptTargetreplaced withBoxCollaborationAllowlistExemptTarget(#969) - Dropping Java 7 support (#962)
- Downgrading
bouncycastlelibraries to 1.57 (#942)
New Features and Enhancements:
- Add
typeNametoBoxEventthat contains name of the event, even if it is not mapped toBoxEvent.EventType(#979) (b30f61f), closes #968 - Add new optional
descriptionparameter to theretention_policiesendpoint andstart_date_fieldto theretention_policy_assignments endpoint. (#967) (0aa4ff4) - Adding
BoxFile#getVersions(String... fields)to allow users to specify what information they want to extract. Fixes #946. (#947) (a2eb638) - Missing
eventTypesfromBoxAPIDocuments. Fixes #974 (#975) (2c69360) - Removed deprecated API
BoxCollaborationWhitelistreplaced withBoxCollaborationAllowlist,BoxCollaborationWhitelistExemptTargetreplaced withBoxCollaborationAllowlistExemptTarget(#969) (2fd4d6f)
Bug Fixes:
- Changed
BoxFileVersionclass and removedfileVersionfield (#978) (8c39451) - Changed SDK loggers name to
"com.box.sdk", fixes #638 (#950) (443c230) - Date parsing error when
BoxSignRequestPrefillTagcreated with date value. (#970) (cc2c8da) - Fix sending limit param in
EventLog(#977) (96bdccc) - Fixed
NullPointerExceptionwhen empty metadata used on BoxFile orBoxFolder(#918) (#945) (68bc3c5) - Fixes issue (#951) error when deserialising sign request (#952) (070bdc5)
Dependency Upgrades:
v2.58.0
New Features and Enhancements:
- SDK support for new GET /events stream_type: admin_logs_streaming (#938)
- Adding BoxDeveloperEditionAPIConnection#getUserConnection to indicate that we can use this connection for managed users or app users (#940)
Bug Fixes:
- Fix for deprecated enums still being used (#931)
v2.57.0
v2.56.0
v2.55.1
v2.55.0
NOTE: Due to the benign nature of the "breaking change" below, we decided NOT to increment the major version for this release. There should be no customer impact due to this change.
Breaking Changes:
- Update execute metadata query to match API response (#890)
- NOTE: This change removes a method without deprecating it. It was not possible to use the method correctly at all, because the underlying service no longer supported it.
New Features and Enhancements:
- Remove or deprecate insensitive language ([#889])(#889)
- Add support for
is_external_collab_restrictedparameter for User (#896) - Add configurable permissions support for
GroupMembership(#897) - Add
SHIELD_JUSTIFICATION_APPROVALevent type (#898) - Add ability to get files under retention for assignment and file versions under retention for assignment (#899)
- Add
TASK_UPDATE,FILE_VERSION_RESTOREandADVANCED_FOLDER_SETTINGS_UPDATEevent types (#902) - Add SignAPI support (#904)
Bug Fixes: