Skip to content

Commit

Permalink
Remove dependencies on bigdecimal and base64 (#2987)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwoods authored Feb 19, 2024
1 parent e1763f7 commit bd40e1e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
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

0 comments on commit bd40e1e

Please sign in to comment.