- Added ability for user to [chunk upload
files](https://github.com/box/box-python-sdk/blob/main/docs/usage/files.md#chunked-upload)
and resume uploads for interrupted uploads.
- Added ability to [verify webhook
message](https://github.com/box/box-python-sdk/blob/main/docs/usage/webhook.md#validate-webhook-message).
- Added ability for user to add metadata classification to
[files](https://github.com/box/box-python-sdk/blob/main/docs/usage/files.md#set-a-classification)
and
[folders](https://github.com/box/box-python-sdk/blob/main/docs/usage/folders.md#set-a-classification).
- Bugfix where calling `.response_object()` method on an API object
could throw.