Releases: box/box-java-sdk
Releases · box/box-java-sdk
v3.0.0
⚠ 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)
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_restricted
parameter for User (#896) - Add configurable permissions support for
GroupMembership
(#897) - Add
SHIELD_JUSTIFICATION_APPROVAL
event type (#898) - Add ability to get files under retention for assignment and file versions under retention for assignment (#899)
- Add
TASK_UPDATE
,FILE_VERSION_RESTORE
andADVANCED_FOLDER_SETTINGS_UPDATE
event types (#902) - Add SignAPI support (#904)
Bug Fixes: