Skip to content

Dropping Ruby 2.5 and 2.6 Runtime support #3249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: version-3
Choose a base branch
from

Conversation

jterapin
Copy link
Contributor

Context: AWS SDK for Ruby Deprecating Ruby 2.5 and 2.6 runtime support


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

  1. To make sure we include your contribution in the release notes, please make sure to add description entry for your changes in the "unreleased changes" section of the CHANGELOG.md file (at corresponding gem). For the description entry, please make sure it lives in one line and starts with Feature or Issue in the correct format.

  2. For generated code changes, please checkout below instructions first:
    https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md

Thank you for your contribution!

Comment on lines +12 to +15
MINIMUM_CORE_VERSION = "3.225.0"

# Minimum `aws-sdk-core` version for new S3 gem builds
MINIMUM_CORE_VERSION_S3 = "3.216.0"
MINIMUM_CORE_VERSION_S3 = "3.225.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Self-Reminder to double check before merging

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep in mind that STS, SSO, etc will also cause this to increase, so you cannot select a patch version, only a minor version.

@jterapin jterapin marked this pull request as ready for review May 27, 2025 17:01
Comment on lines +12 to +15
MINIMUM_CORE_VERSION = "3.225.0"

# Minimum `aws-sdk-core` version for new S3 gem builds
MINIMUM_CORE_VERSION_S3 = "3.216.0"
MINIMUM_CORE_VERSION_S3 = "3.225.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep in mind that STS, SSO, etc will also cause this to increase, so you cannot select a patch version, only a minor version.

Copy link

github-actions bot commented May 28, 2025

Detected 1 possible performance regressions:

  • aws-sdk-dynamodb.get_item_small_allocated_kb - z-score regression: 72.92 -> 73.06. Z-score: Infinity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants