Skip to content

Commit 7be5973

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](3.0.0...4.0.0) (2025-01-01) ### Features * Migrate S3 Client from AWS SDK v2 to v3 ([#231](#231)) ([8ac6014](8ac6014)) ### BREAKING CHANGES * The AWS S3 credentials are now set under `s3overrides.credentials` instead of directly under the `s3overrides` key; see the [migration guide](https://github.com/parse-community/parse-server-s3-adapter?#migration-guide-from-3x-to-4x) for more details. ([8ac6014](8ac6014))
1 parent b0b1498 commit 7be5973

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.0.0](https://github.com/parse-community/parse-server-s3-adapter/compare/3.0.0...4.0.0) (2025-01-01)
2+
3+
4+
### Features
5+
6+
* Migrate S3 Client from AWS SDK v2 to v3 ([#231](https://github.com/parse-community/parse-server-s3-adapter/issues/231)) ([8ac6014](https://github.com/parse-community/parse-server-s3-adapter/commit/8ac6014d2945e211c1c6cddd3675037c49729cca))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* The AWS S3 credentials are now set under `s3overrides.credentials` instead of directly under the `s3overrides` key; see the [migration guide](https://github.com/parse-community/parse-server-s3-adapter?#migration-guide-from-3x-to-4x) for more details. ([8ac6014](8ac6014))
12+
113
# [3.0.0](https://github.com/parse-community/parse-server-s3-adapter/compare/2.2.0...3.0.0) (2024-10-22)
214

315

@@ -177,4 +189,4 @@ ___
177189

178190

179191

180-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
192+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parse/s3-files-adapter",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "AWS S3 adapter for parse-server",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)