Skip to content

Update @parse/s3-files-adapter to the latest version 🚀 #6274

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

Merged
2 commits merged into from
Dec 11, 2019

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Dec 11, 2019

The dependency @parse/s3-files-adapter was updated from 1.3.0 to 1.4.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: acinader
License: ISC

Release Notes for 1.4.0
  • NEW: Support endpoint in S3Overrides #79. Thanks to Kyle Barron
  • NEW: Support filename validation and AWS directories #76. Thanks to Mike Patnode
Commits

The new version differs by 3 commits.

  • 25b0d71 1.4.0
  • 041595d Move filename validation into adaptor for AWS "directories". Add preserveFileName Support (#76)
  • fa3f3a5 Correctly use endpoint in s3overrides (#79)

See the full diff


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@ghost ghost added the Merge On Green label Dec 11, 2019
@ghost ghost merged commit 4f1d3b0 into master Dec 11, 2019
@greenkeeper greenkeeper bot deleted the greenkeeper/@parse/s3-files-adapter-1.4.0 branch December 11, 2019 19:38
@codecov
Copy link

codecov bot commented Dec 11, 2019

Codecov Report

Merging #6274 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6274      +/-   ##
==========================================
- Coverage   93.86%   93.85%   -0.01%     
==========================================
  Files         169      169              
  Lines       11564    11564              
==========================================
- Hits        10854    10853       -1     
- Misses        710      711       +1
Impacted Files Coverage Δ
src/GraphQL/loaders/filesMutations.js 82.35% <0%> (-5.89%) ⬇️
src/Routers/PushRouter.js 96.55% <0%> (+3.44%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 14b7b20...7a0fe2a. Read the comment docs.

@@ -22,7 +22,7 @@
"@apollographql/graphql-playground-html": "1.6.24",
"@parse/fs-files-adapter": "1.0.1",
"@parse/push-adapter": "3.2.0",
"@parse/s3-files-adapter": "1.3.0",
"@parse/s3-files-adapter": "1.4.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So who gets to update https://www.npmjs.com/package/parse-server and shouldn't we at least do a minor version number bump to 3.9.1 or 3.10.0?

UnderratedDev pushed a commit to UnderratedDev/parse-server that referenced this pull request Mar 21, 2020
…ty#6274)

* fix(package): update @parse/s3-files-adapter to version 1.4.0

* chore(package): update lockfile package-lock.json
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant