From 7be5973c992ec92632d2f6d6e6ad78a8793e383f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 Jan 2025 19:23:09 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] # [4.0.0](https://github.com/parse-community/parse-server-s3-adapter/compare/3.0.0...4.0.0) (2025-01-01) ### Features * 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)) ### 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)) --- CHANGELOG.md | 14 +++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec8631f..6f0c618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [4.0.0](https://github.com/parse-community/parse-server-s3-adapter/compare/3.0.0...4.0.0) (2025-01-01) + + +### Features + +* 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)) + + +### 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)) + # [3.0.0](https://github.com/parse-community/parse-server-s3-adapter/compare/2.2.0...3.0.0) (2024-10-22) @@ -177,4 +189,4 @@ ___ -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/package-lock.json b/package-lock.json index 408f63b..f58eca1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@parse/s3-files-adapter", - "version": "3.0.0", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@parse/s3-files-adapter", - "version": "3.0.0", + "version": "4.0.0", "license": "ISC", "dependencies": { "@aws-sdk/client-s3": "3.668.0", diff --git a/package.json b/package.json index 3754fab..7b5a781 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@parse/s3-files-adapter", - "version": "3.0.0", + "version": "4.0.0", "description": "AWS S3 adapter for parse-server", "main": "index.js", "repository": {