Skip to content

feat: Upgrade @aws-sdk packages#467

Merged
mtrezza merged 2 commits into
parse-community:masterfrom
mtrezza:feat/upgade-aws
Mar 14, 2026
Merged

feat: Upgrade @aws-sdk packages#467
mtrezza merged 2 commits into
parse-community:masterfrom
mtrezza:feat/upgade-aws

Conversation

@mtrezza

@mtrezza mtrezza commented Mar 14, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • Chores
    • Updated AWS SDK packages to newer 3.x releases for improved stability and performance.
  • Bug Fixes
    • Adjusted test/mock behavior to preserve client configuration so S3 upload utilities work correctly in test scenarios.

@parse-github-assistant

Copy link
Copy Markdown

🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review.

Note

Please respond to review comments from AI agents just like you would to comments from a human reviewer. Let the reviewer resolve their own comments, unless they have reviewed and accepted your commit, or agreed with your explanation for why the feedback was incorrect.

Caution

Pull requests must be written using an AI agent with human supervision. Pull requests written entirely by a human will likely be rejected, because of lower code quality, higher review effort and the higher risk of introducing bugs. Please note that AI review comments on this pull request alone do not satisfy this requirement.

@parseplatformorg

parseplatformorg commented Mar 14, 2026

Copy link
Copy Markdown
Contributor

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@coderabbitai

coderabbitai Bot commented Mar 14, 2026

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 6419d891-5829-49ef-95a9-d190c870fbb2

📥 Commits

Reviewing files that changed from the base of the PR and between c590239 and 631785a.

📒 Files selected for processing (1)
  • spec/mocks/s3adapter.js

📝 Walkthrough

Walkthrough

Bumped three AWS SDK packages in package.json to 3.1009.0 and adjusted the test mock spec/mocks/s3adapter.js to preserve and expose the original S3 client config on the mock client so @aws-sdk/lib-storage Upload can access client.config.requestHandler.

Changes

Cohort / File(s) Summary
AWS SDK Dependency Upgrades
package.json
Updated @aws-sdk/client-s3 (3.986.0 → 3.1009.0), @aws-sdk/lib-storage (3.986.0 → 3.1009.0), and @aws-sdk/s3-request-presigner (3.989.0 → 3.1009.0).
S3 mock adjustment
spec/mocks/s3adapter.js
Preserve original S3 client configuration in originalConfig and expose it as s3._s3Client.config on the mocked client so @aws-sdk/lib-storage Upload can access client.config.requestHandler. Command handling logic unchanged.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title directly and clearly describes the main change: upgrading AWS SDK packages, which matches the package.json modifications.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov

codecov Bot commented Mar 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.77%. Comparing base (81b764d) to head (631785a).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #467   +/-   ##
=======================================
  Coverage   97.77%   97.77%           
=======================================
  Files           2        2           
  Lines         225      225           
=======================================
  Hits          220      220           
  Misses          5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

coderabbitai[bot]
coderabbitai Bot previously approved these changes Mar 14, 2026
@mtrezza mtrezza merged commit fcaa565 into parse-community:master Mar 14, 2026
12 of 13 checks passed
@mtrezza mtrezza deleted the feat/upgade-aws branch March 14, 2026 01:57
parseplatformorg pushed a commit that referenced this pull request Mar 14, 2026
# [5.3.0](5.2.0...5.3.0) (2026-03-14)

### Features

* Upgrade `[@aws-sdk](https://github.com/aws-sdk)` packages ([#467](#467)) ([fcaa565](fcaa565))
@parseplatformorg

Copy link
Copy Markdown
Contributor

🎉 This change has been released in version 5.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants