manywho / service-box

A plugin for ManyWho that allows integration of flows with Box
MIT License
0 stars 1 forks source link

Bump box-java-sdk from 2.25.0 to 2.51.1 #63

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps box-java-sdk from 2.25.0 to 2.51.1.

Release notes

Sourced from box-java-sdk's releases.

v2.51.1

Bug Fixes:

  • Fix for cross-enterprise collaborator calls to updateMetadata on files

v2.51.0

New Features and Enhancements:

  • Add support for copyInstanceOnItemCopy field for metadata templates (#850)
  • Add support for more fields in BoxCollaborator.Info (#843)

Bug Fixes:

  • Update getAllGroupsByName() to use documented parameter (#851)

v2.50.1

  1. Fix bug that occurred when downscoping a token for a Box folder (#832)

v2.50.0

  1. Add retries on request creation errors (#828)

v2.49.0

  1. Add fields parameter for metadata query (#826)
  2. Add zip functionality (#825)
  3. Fix bug with setting the unshared at date for a shared link (#819)

v2.48.0

  1. Add ability to get groups by name with fields option (#789)
  2. Add shared link downscoping (#785)
  3. Deprecate the use of float for Metadata values, in preference of the underlying value (double) (#811)
  4. Add iterator support for group collaborations (#813)
  5. Add ability to set the filename when uploading a new version of a file (#810)
  6. Add support for the classification field for Files and Folders (#809)
  7. Add support for setting Tracking Codes (#766)
  8. Fix issue for getIsExternallyOwned() for Files and Folders (#808)

v2.47.0

  1. Fix path parameter sanitization (#797)
  2. Add support for the uploader display name field for Files and Fi… (#791)

v2.46.0

  1. Fix retry logic (#787)
  2. Add path parameter sanitization (#790)
  3. Add ability to set expiration date for a collaboration (#788)

v2.45.0

  1. Add preflight check before chunked uploads (#782)
  2. Check that part was successfully uploaded for large file uploads… (#781)
  3. Fix bug with premature disconnect in File Rename (#779)
  4. Return metadata for each item returned by a metadata query (#778)
Changelog

Sourced from box-java-sdk's changelog.

2.51.1 [2020-11-12]

Bug Fixes:

  • Fix for cross-enterprise collaborator calls to updateMetadata on files

2.51.0 [2020-10-29]

New Features and Enhancements:

  • Add support for copyInstanceOnItemCopy field for metadata templates (#850)
  • Add support for more fields in BoxCollaborator.Info (#843)

Bug Fixes:

  • Update getAllGroupsByName() to use documented parameter (#851)

2.50.1 [2020-08-20]

  • Fix bug that occurred when downscoping a token for a Box folder (#832)

2.50.0 [2020-07-21]

  • API request creation errors are now retried with the same automatic retry logic as 429 and 5XX response errors (#828)

2.49.0 [2020-07-17]

  • Fix bug with setting the unshared at date for a shared link (#819)
  • Add zip functionality (#825)
  • Add fields parameter for metadata query (#826)

2.48.0 [2020-06-23]

  • Add ability to get groups by name with fields option (#789)
  • Add shared link downscoping (#785)
  • Deprecate the use of float for Metadata values, in preference of the underlying value (double) (#811)
  • Add iterator support for group collaborations (#813)
  • Add ability to set the filename when uploading a new version of a file (#810)
  • Add support for the classification field for Files and Folders (#809)
  • Add support for setting Tracking Codes (#766)
  • Fix issue for getIsExternallyOwned() for Files and Folders (#808)

2.47.0 [2020-04-23]

  • Add support for the uploader display name field for Files and File Versions (#791)
  • Fix path parameter sanitization (#797)

2.46.0 [2020-04-09]

  • Fix retry logic (#787)
    • Retry for 400 invalid_grant error in authentication requests (Clock Skew)
    • Honor Retry-After header, if present, by waiting for the time specified in the header before retrying
    • The concept of setting / getting "Maximum API Requests" has been deprecated in favor of "Maximum API Retries" to more clearly show the number of times a request will be retried after an error response is received.
  • Add ability to set expiration date for a collaboration (#788)
  • Add path parameter sanitization (#790)
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #64.