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.49.0 #58

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps box-java-sdk from 2.25.0 to 2.49.0.

Release notes

Sourced from box-java-sdk's releases.

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)

v2.44.1

  1. Fix formatting bug for Java Logger (#775)
  2. Improve date / time parsing for responses (#772)

v2.44.0

  1. Fix Authentication Request Retries (#764)

v2.43.0

  1. Throw exceptions for setMetadata on Files and Folders for non-409 errors (#762)

v2.42.0

  1. SDK-1168 Metadata Query (#760)
  2. Add marker based pagination for get users methods (#759)

v2.41.0

  1. Added enum for complete field on BoxTasks Actions enum (#745)

v2.40.0

  1. Update comments.md (#749)
  2. Update events.md (#750)
Changelog

Sourced from box-java-sdk's changelog.

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)

2.45.0 [2020-04-02]

  • Add preflight check before chunked uploads (#782)
  • Check that part was successfully uploaded for large file uploads before retrying for 500 errors (#781)
  • Fix bug with premature disconnect when renaming files and weblinks (#779)
  • Add metadata to each item returned by a metadata query (#778)

2.44.1 [2020-02-13]

  • Fix formatting bug for Java Logger
  • Improve date / time parsing for responses

2.44.0 [2020-01-21]

  • Fix Authentication Request Retries

2.43.0 [2019-12-20]

  • Throw exceptions for setMetadata on Files and Folders for non-409 errors

2.42.0 [2019-12-17]

  • Added Metadata Query support
  • Added marker based pagination for get users methods

2.41.0 [2019-10-24]

  • Added enum action option for completed in Box Task class.
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 4 years ago

Superseded by #59.