Skip to content

Commit f840394

Browse files
Arthur Cinaderflovilmart
authored andcommitted
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.
1 parent da2bfca commit f840394

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Parse Server Changelog
22

3+
### 2.6.0
4+
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.5.4...master)
5+
6+
#### New Breaking Changes:
7+
* [[email protected]](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.
8+
39
### 2.5.3
410
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.5.2...2.5.3)
511

@@ -129,7 +135,7 @@ If you experience issues with older versions, please [open a issue](https://gith
129135
* 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)
130136
* Properly catch unhandled rejections in _Installation updates ([#3795](https://github.com/parse-community/parse-server/pull/3795)), thanks to [kahoona77](https://github.com/kahoona77)
131137

132-
#### Dependency Updates:
138+
#### Dependency Updates:
133139

134140
* [[email protected]](https://www.npmjs.com/package/uws)
135141
* [[email protected]](https://www.npmjs.com/package/mime)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"parse": "1.10.0",
3333
"parse-server-fs-adapter": "1.0.1",
3434
"parse-server-push-adapter": "2.0.0",
35-
"parse-server-s3-adapter": "1.1.0",
35+
"parse-server-s3-adapter": "1.2.0",
3636
"parse-server-simple-mailgun-adapter": "1.0.0",
3737
"pg-promise": "6.3.1",
3838
"redis": "2.8.0",

0 commit comments

Comments
 (0)