Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump shrine from 3.1.0 to 3.3.0 #18

Merged
merged 1 commit into from
Oct 5, 2020
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 5, 2020

Bumps shrine from 3.1.0 to 3.3.0.

Changelog

Sourced from shrine's changelog.

3.3.0 (2020-10-04)

  • s3 - Support new Aws::S3::EncryptionV2::Client for client-side encryption (@janko)

  • derivation_endpoint – Reduce possibility of timing attacks when comparing signatures (@esparta)

  • derivatives – Avoid downloading the attached file when calling default no-op processor (@janko)

  • derivatives – Add :download processor setting for skipping downloading source file (@jrochkind, @janko)

  • derivatives – Copy non-file source IO objects into local file before passing them to the processor (@jrochkind)

  • sequel – Call Attacher#reload in Sequel::Model#reload, which keeps rest of attacher state (@janko, @jrochkind)

  • activerecord – Call Attacher#reload in ActiveRecord::Base#reload, which keeps rest of attacher state (@janko, @jrochkind)

  • add_metadata – Add :skip_nil option for excluding metadata keys whose values are nil (@renchap)

  • store_dimensions – Add :auto_extraction option for disabling automatically extracting dimensions on upload (@renchap)

  • mirroring – Forward original upload options when mirroring upload (@corneverbruggen)

  • derivation_endpoint – Apply version URL option in derivation endpoint (@janko)

  • remove_attachment – Delete removed file if a new file was attached right after removal (@janko)

  • upload_endpoint – Fix Shrine.upload_response not working in a Rails controller (@pldavid2)

  • presign_endpoint – Add OPTIONS route that newer versions of Uppy check (@janko)

  • derivatives – Add :create_on_promote option for auto-creating derivatives on promotion (@janko)

  • s3 – Add back support for client-side encryption (@janko)

  • memory – Ensure Memory#open returns content in original encoding (@jrochkind)

3.2.2 (2020-08-05)

  • s3 – Fix S3#open not working on aws-sdk-core 3.104 and above (@janko)

3.2.1 (2020-01-12)

  • derivation_endpoint – Use Rack::Files constant on Rack >= 2.1 (@janko)

  • Fix Ruby 2.7 warnings regarding separation of positional and keyword arguments (@janko)

  • s3 – Make S3#open handle empty S3 objects (@janko)

3.2.0 (2019-12-17) [release notes]

... (truncated)

Commits
  • c195329 Bump to 3.3.0
  • d631453 Add 3.2.2 release notes
  • 6340263 Support Aws::S3::EncryptionV2::Client
  • 1b27090 Securely compare signature in derivation_endpoint
  • 398a27f Tweaks to derivatives processing
  • aed0140 Derivative processing normalization (#477)
  • b9782de Add sponsor link to OpenCollective
  • 02b54b4 Add warning about replacing existing derivatives
  • 28378d9 Call Attacher#reload when reloading ActiveRecord/Sequel model
  • c1d0fd9 Add new GoRails screencasts, remove outdated ones
  • Additional commits viewable in compare view

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

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 5, 2020
@Tengoot Tengoot merged commit ed3f817 into master Oct 5, 2020
@Tengoot Tengoot deleted the dependabot/bundler/shrine-3.3.0 branch October 5, 2020 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant