Skip to content
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

Remove dependencies on bigdecimal and base64 #2987

Merged
merged 2 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion gems/aws-sdk-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Unreleased Changes
------------------

* Issue - Remove base64 as dependency.

3.191.2 (2024-02-14)
------------------

Expand All @@ -20,7 +22,7 @@ Unreleased Changes

* Feature - Updated Aws::SSO::Client with the latest API changes.

* Feature - Add RBS signature files to support static type checking.
* Feature - Add RBS signature files to support static type checking

3.190.3 (2024-01-16)
------------------
Expand Down
1 change: 0 additions & 1 deletion gems/aws-sdk-core/aws-sdk-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Gem::Specification.new do |spec|
spec.add_dependency('aws-partitions', '~> 1', '>= 1.651.0') # necessary for new endpoint resolution
spec.add_dependency('aws-sigv4', '~> 1.8') # necessary for s3 express auth
spec.add_dependency('aws-eventstream', '~> 1', '>= 1.3.0') # necessary for binary eventstream
spec.add_dependency('base64') # necessary for base64 encoding/decoding

spec.metadata = {
'source_code_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-core',
Expand Down
10 changes: 2 additions & 8 deletions services.json
Original file line number Diff line number Diff line change
Expand Up @@ -371,19 +371,13 @@
"Aws::DynamoDB::Plugins::ExtendedRetries",
"Aws::DynamoDB::Plugins::SimpleAttributes",
"Aws::DynamoDB::Plugins::CRC32Validation"
],
"dependencies": {
"bigdecimal": null
}
]
},
"DynamoDBStreams": {
"models": "streams.dynamodb/2012-08-10",
"addPlugins": [
"Aws::DynamoDBStreams::Plugins::SimpleAttributes"
],
"dependencies": {
"bigdecimal": null
}
]
},
"EBS": {
"models": "ebs/2019-11-02"
Expand Down
Loading