Greenkeeper/parse server s3 adapter 1.2.0 (#4118)

* fix(package): update parse-server-s3-adapter to version 1.2.0

* Add changelog note to explain the adapter change.
This commit is contained in:
Arthur Cinader
2017-08-29 11:20:25 -07:00
committed by Florent Vilmart
parent da2bfca618
commit f8403943ab
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
## Parse Server Changelog
### 2.6.0
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.5.4...master)
#### New Breaking Changes:
* [parse-server-s3-adapter@1.2.0](https://www.npmjs.com/package/parse-server-s3-adapter): A new deprecation notice is introduced with parse-server-s3-adapter's version 1.2.0. An upcoming release will remove passing key and password arguments. AWS credentials should be set using AWS best practices. See the [Deprecation Notice for AWS credentials]( https://github.com/parse-server-modules/parse-server-s3-adapter/blob/master/README.md#deprecation-notice----aws-credentials) section of the adapter's README.
### 2.5.3
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.5.2...2.5.3)
@@ -129,7 +135,7 @@ If you experience issues with older versions, please [open a issue](https://gith
* Fix issue affecting overloaded query constraints ([#3723](https://github.com/parse-community/parse-server/pull/3723), [#3678](https://github.com/parse-community/parse-server/pull/3678)), thanks to [Florent Vilmart](https://github.com/flovilmart)
* Properly catch unhandled rejections in _Installation updates ([#3795](https://github.com/parse-community/parse-server/pull/3795)), thanks to [kahoona77](https://github.com/kahoona77)
#### Dependency Updates:
#### Dependency Updates:
* [uws@0.14.5](https://www.npmjs.com/package/uws)
* [mime@1.3.6](https://www.npmjs.com/package/mime)

View File

@@ -32,7 +32,7 @@
"parse": "1.10.0",
"parse-server-fs-adapter": "1.0.1",
"parse-server-push-adapter": "2.0.0",
"parse-server-s3-adapter": "1.1.0",
"parse-server-s3-adapter": "1.2.0",
"parse-server-simple-mailgun-adapter": "1.0.0",
"pg-promise": "6.3.1",
"redis": "2.8.0",