⚠ BREAKING CHANGES
- Changed
BoxFileVersion
class and removedfileVersion
field (#978) - Removed deprecated API
BoxCollaborationWhitelist
replaced withBoxCollaborationAllowlist
,BoxCollaborationWhitelistExemptTarget
replaced withBoxCollaborationAllowlistExemptTarget
(#969) - Dropping Java 7 support (#962)
- Downgrading
bouncycastle
libraries to 1.57 (#942)
New Features and Enhancements:
- Add
typeName
toBoxEvent
that contains name of the event, even if it is not mapped toBoxEvent.EventType
(#979) (b30f61f), closes #968 - Add new optional
description
parameter to theretention_policies
endpoint andstart_date_field
to 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
eventTypes
fromBoxAPI
Documents. Fixes #974 (#975) (2c69360) - Removed deprecated API
BoxCollaborationWhitelist
replaced withBoxCollaborationAllowlist
,BoxCollaborationWhitelistExemptTarget
replaced withBoxCollaborationAllowlistExemptTarget
(#969) (2fd4d6f)
Bug Fixes:
- Changed
BoxFileVersion
class and removedfileVersion
field (#978) (8c39451) - Changed SDK loggers name to
"com.box.sdk"
, fixes #638 (#950) (443c230) - Date parsing error when
BoxSignRequestPrefillTag
created with date value. (#970) (cc2c8da) - Fix sending limit param in
EventLog
(#977) (96bdccc) - Fixed
NullPointerException
when empty metadata used on BoxFile orBoxFolder
(#918) (#945) (68bc3c5) - Fixes issue (#951) error when deserialising sign request (#952) (070bdc5)