chore: bump the production-dependencies group across 1 directory with 12 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(about 1 month ago)
(16 days ago)
(16 days ago)
dependencies javascript
Bumps the production-dependencies group with 12 updates in the / directory:
Package | From | To |
---|---|---|
@aws-sdk/credential-provider-node | 3.637.0 |
3.859.0 |
karma | 6.4.3 |
6.4.4 |
tslib | 2.6.3 |
2.8.1 |
webpack | 5.94.0 |
5.101.0 |
@aws-sdk/client-dynamodb | 3.712.0 |
3.859.0 |
@aws-sdk/util-dynamodb | 3.712.0 |
3.859.0 |
@aws-sdk/util-utf8-browser | 3.37.0 |
3.259.0 |
ts-loader | 9.5.0 |
9.5.2 |
@aws-sdk/client-kms | 3.637.0 |
3.859.0 |
bn.js | 5.2.1 |
5.2.2 |
@types/bn.js | 5.1.5 |
5.2.0 |
@aws-sdk/util-locate-window | 3.310.0 |
3.804.0 |
Updates @aws-sdk/credential-provider-node
from 3.637.0 to 3.859.0
Release notes
Sourced from @aws-sdk/credential-provider-node
's releases.
v3.859.0
3.859.0(2025-08-01)
Chores
Documentation Changes
- client-sns: Amazon SNS support for Amazon SQS fair queues (749eb139)
- client-acm-pca: Doc-only update to add more information to GetCertificate action. (0309a7ef)
New Features
- clients: update client endpoints as of 2025-08-01 (3c53767b)
- client-aiops: This release includes fix for InvestigationGroup timestamp conversion issue. (ec627aee)
- client-pcs: Add support for IPv6 Networking for Clusters. (e8774c17)
- client-observabilityadmin: CloudWatch Observability Admin adds the ability to enable telemetry on AWS resources such as Amazon VPCs (Flow Logs) in customers AWS Accounts and Organizations. The release introduces new APIs to manage telemetry rules, which define telemetry settings to be applied on AWS resources. (39e204f9)
- client-securityhub: Release new resource detail type CodeRepository (fb750f9a)
- client-lightsail: This release adds support for the Asia Pacific (Jakarta) (ap-southeast-3) Region. (32d73d71)
- client-auditmanager: Added a note to Framework APIs (CreateAssessmentFramework, GetAssessmentFramework, UpdateAssessmentFramework) clarifying that the Controls object returns a partial response when called through Framework APIs. Added documentation that the Framework's controlSources parameter is no longer supported. (dbff0ec3)
- client-arc-region-switch: This is the initial SDK release for Region switch (6cc73c6a)
Tests
For list of updated packages, view updated-packages.md in assets-3.859.0.zip
v3.858.0
3.858.0(2025-07-31)
Documentation Changes
- client-elastic-load-balancing-v2: This release enables secondary IP addresses for Network Load Balancers. (0a12a4ec)
- update PR template (#7240) (205fd3ca)
New Features
- clients: update client endpoints as of 2025-07-31 (38d91b61)
- client-sesv2: This release introduces support for Multi-tenant management (41eae73b)
- client-entityresolution: Add support for creating advanced rule-based matching workflows in AWS Entity Resolution. (f36fbb40)
- client-quicksight: Added Impala connector support (1af8f7e6)
- client-customer-profiles: The release updates standard profile with 2 new fields that supports account-level engagement. Updated APIs include CreateProfile, UpdateProfile, MergeProfiles, SearchProfiles, BatchGetProfile, GetSegmentMembership, CreateSegmentDefinition, CreateSegmentEstimate. (04e0957b)
- client-glue: Added support for Route node, S3 Iceberg sources/targets, catalog Iceberg sources, DynamoDB ELT connector, AutoDataQuality evaluation, enhanced PII detection with redaction, Kinesis fan-out support, and new R-series worker types. (3cf6f20a)
- client-workspaces-web: Added ability to log session activity on a portal to an S3 bucket. (1d75d430)
- client-ec2: Added support for the force option for the EC2 instance terminate command. This feature enables customers to recover resources associated with an instance stuck in the shutting-down state as a result of rare issues caused by a frozen operating system or an underlying hardware problem. (d8adec80)
... (truncated)
Changelog
Sourced from @aws-sdk/credential-provider-node
's changelog.
3.859.0 (2025-08-01)
Note: Version bump only for package
@aws-sdk/credential-provider-node
3.858.0 (2025-07-31)
Note: Version bump only for package
@aws-sdk/credential-provider-node
3.857.0 (2025-07-30)
Note: Version bump only for package
@aws-sdk/credential-provider-node
3.856.0 (2025-07-29)
Note: Version bump only for package
@aws-sdk/credential-provider-node
3.855.0 (2025-07-28)
Note: Version bump only for package
@aws-sdk/credential-provider-node
3.848.0 (2025-07-17)
Note: Version bump only for package
@aws-sdk/credential-provider-node
3.846.0 (2025-07-16)
... (truncated)
Commits
Updates karma
from 6.4.3 to 6.4.4
Commits
84f85e7
chore(release): 6.4.4 [skip ci]a4d1284
build(deps-dev): bump ws from 6.2.1 to 6.2.3- See full diff in compare view
Updates tslib
from 2.6.3 to 2.8.1
Release notes
Sourced from tslib's releases.
v2.8.1
What's Changed
- Fix publish workflow by
@andrewbranch
in microsoft/tslib#271- Include non-enumerable keys in __importStar helper by
@rbuckton
in microsoft/tslib#272- Remove use of ES2015 syntax by
@andrewbranch
in microsoft/tslib#275Full Changelog: https://github.com/microsoft/tslib/compare/v2.8.0...v2.8.1
v2.8.0
What's Changed
- Validate export structure of every entrypoint by
@andrewbranch
in microsoft/tslib#269- Add rewriteRelativeImportExtension helper by
@andrewbranch
in microsoft/tslib#270Full Changelog: https://github.com/microsoft/tslib/compare/v2.7.0...v2.8.0
v2.7.0
What's Changed
- Implement deterministic collapse of
await
inawait using
by@rbuckton
in microsoft/tslib#262- Use global 'Iterator.prototype' for downlevel generators by
@rbuckton
in microsoft/tslib#267Full Changelog: https://github.com/microsoft/tslib/compare/v2.6.3...v2.7.0
Commits
d72d6f7
2.8.111fa982
Merge pull request #275 from microsoft/bug/es5-compat3c532eb
Remove use of ES2015 syntaxb0076c4
Include non-enumerable keys in __importStar helper (#272)7c11588
Add missing registry-url parameter1fec667
Merge pull request #271 from microsoft/fix-publish097e99e
Fix publish workflowca5f7fb
2.8.02334267
Merge pull request #270 from microsoft/rewriteRelativeImportExtensionc4cde74
Missed update- Additional commits viewable in compare view
Updates webpack
from 5.94.0 to 5.101.0
Release notes
Sourced from webpack's releases.
v5.101.0
Fixes
- Fixed concatenate optimization for ESM that caused undefined export
- Respect the
output.environment.nodePrefixForCoreModules
option everywhere- Respect the
output.importMetaName
option everywhere- Fixed await async dependencies when accepting them during HMR
- Better typescript types
Features
- Added colors helpers for CLI
- Enable tree-shaking for ESM external modules with named imports
- Added the
deferImport
option to parser optionsPerformance Improvements
- Fixed a regression in module concatenation after implementing deferred import support
- Fixed a potential performance issue in CleanPlugin
- Avoid extra
require
in some placesv5.100.2
Fixes
- Keep consistent CSS order
- Dependency without the source order attribute must keep their original index
- Keep module traversal consistent across reexport scenarios
Performance Improvements
- Extend
importPhasesPlugin
only when enabledeferImport
(#19689)v5.100.1
Fixes
- Tree-shaking unused ignored modules
- [Types] Compatibility with old Node.js versions
v5.100.0
Fixes
- Fixed the case where an ES modules entry chunk depends on the runtime chunk hash
- Handle function exports in webpack module wrapper
- Ensure dependent chunks are imported before startup & fix duplicate export of 'default'
- Generate lose closing brace when exports are unprovided
- CleanPlugin doesn't unlink same file twice
- Fixed unexpected error codes from fs.unlink on Windows
- Typescript types
Features
... (truncated)
Commits
5b87bed
chore(release): 5.101.0fbb7a8d
fix: await async dependencies when accepting them during HMR (#19739)36a976b
feat: added thedeferImport
option to parser options (#19737)92304df
fix: top level await don't leaves imported module wrapped in a Promise on HMRf6b7a8e
docs: update examples (#19742)1eb5bb1
chore(deps-dev): bump the dependencies group with 2 updates (#19743)42daf55
fix: fix potential performance issue in CleanPlugin (#19735)2259693
chore(deps-dev): bump the dependencies group across 1 directory with 2 update...3d2dfd2
chore(deps): update (#19736)1f19f95
refactor: standardize ESM naming management (#19730)- Additional commits viewable in compare view
Updates @aws-sdk/client-dynamodb
from 3.712.0 to 3.859.0
Release notes
Sourced from @aws-sdk/client-dynamodb
's releases.
v3.859.0
3.859.0(2025-08-01)
Chores
Documentation Changes
- client-sns: Amazon SNS support for Amazon SQS fair queues (749eb139)
- client-acm-pca: Doc-only update to add more information to GetCertificate action. (0309a7ef)
New Features
- clients: update client endpoints as of 2025-08-01 (3c53767b)
- client-aiops: This release includes fix for InvestigationGroup timestamp conversion issue. (ec627aee)
- client-pcs: Add support for IPv6 Networking for Clusters. (e8774c17)
- client-observabilityadmin: CloudWatch Observability Admin adds the ability to enable telemetry on AWS resources such as Amazon VPCs (Flow Logs) in customers AWS Accounts and Organizations. The release introduces new APIs to manage telemetry rules, which define telemetry settings to be applied on AWS resources. (39e204f9)
- client-securityhub: Release new resource detail type CodeRepository (fb750f9a)
- client-lightsail: This release adds support for the Asia Pacific (Jakarta) (ap-southeast-3) Region. (32d73d71)
- client-auditmanager: Added a note to Framework APIs (CreateAssessmentFramework, GetAssessmentFramework, UpdateAssessmentFramework) clarifying that the Controls object returns a partial response when called through Framework APIs. Added documentation that the Framework's controlSources parameter is no longer supported. (dbff0ec3)
- client-arc-region-switch: This is the initial SDK release for Region switch (6cc73c6a)
Tests
For list of updated packages, view updated-packages.md in assets-3.859.0.zip
v3.858.0
3.858.0(2025-07-31)
Documentation Changes
- client-elastic-load-balancing-v2: This release enables secondary IP addresses for Network Load Balancers. (0a12a4ec)
- update PR template (#7240) (205fd3ca)
New Features
- clients: update client endpoints as of 2025-07-31 (38d91b61)
- client-sesv2: This release introduces support for Multi-tenant management (41eae73b)
- client-entityresolution: Add support for creating advanced rule-based matching workflows in AWS Entity Resolution. (f36fbb40)
- client-quicksight: Added Impala connector support (1af8f7e6)
- client-customer-profiles: The release updates standard profile with 2 new fields that supports account-level engagement. Updated APIs include CreateProfile, UpdateProfile, MergeProfiles, SearchProfiles, BatchGetProfile, GetSegmentMembership, CreateSegmentDefinition, CreateSegmentEstimate. (04e0957b)
- client-glue: Added support for Route node, S3 Iceberg sources/targets, catalog Iceberg sources, DynamoDB ELT connector, AutoDataQuality evaluation, enhanced PII detection with redaction, Kinesis fan-out support, and new R-series worker types. (3cf6f20a)
- client-workspaces-web: Added ability to log session activity on a portal to an S3 bucket. (1d75d430)
- client-ec2: Added support for the force option for the EC2 instance terminate command. This feature enables customers to recover resources associated with an instance stuck in the shutting-down state as a result of rare issues caused by a frozen operating system or an underlying hardware problem. (d8adec80)
... (truncated)
Changelog
Sourced from @aws-sdk/client-dynamodb
's changelog.
3.859.0 (2025-08-01)
Note: Version bump only for package
@aws-sdk/client-dynamodb
3.858.0 (2025-07-31)
Note: Version bump only for package
@aws-sdk/client-dynamodb
3.857.0 (2025-07-30)
Note: Version bump only for package
@aws-sdk/client-dynamodb
3.856.0 (2025-07-29)
Note: Version bump only for package
@aws-sdk/client-dynamodb
3.855.0 (2025-07-28)
Note: Version bump only for package
@aws-sdk/client-dynamodb
3.848.0 (2025-07-17)
Note: Version bump only for package
@aws-sdk/client-dynamodb
3.846.0 (2025-07-16)
... (truncated)
Commits
0295172
Publish v3.859.06e8cd3d
Publish v3.858.0b94ebff
Publish v3.857.0fe419e4
chore(deps): bump @smithy/* to include fixes in core (#7232)6005f8a
Publish v3.856.029842bf
Publish v3.855.0c63c1e3
Publish v3.848.0da10587
Publish v3.846.08a37039
Publish v3.845.037a6275
fix(clients): upgrade@smithy/middleware-endpoint
to fix file/env endpoint re...- Additional commits viewable in compare view
Updates @aws-sdk/util-dynamodb
from 3.712.0 to 3.859.0
Release notes
Sourced from @aws-sdk/util-dynamodb
's releases.
v3.859.0
3.859.0(2025-08-01)
Chores
Documentation Changes
- client-sns: Amazon SNS support for Amazon SQS fair queues (749eb139)
- client-acm-pca: Doc-only update to add more information to GetCertificate action. (0309a7ef)
New Features
- clients: update client endpoints as of 2025-08-01 (3c53767b)
- client-aiops: This release includes fix for InvestigationGroup timestamp conversion issue. (ec627aee)
- client-pcs: Add support for IPv6 Networking for Clusters. (e8774c17)
- client-observabilityadmin: CloudWatch Observability Admin adds the ability to enable telemetry on AWS resources such as Amazon VPCs (Flow Logs) in customers AWS Accounts and Organizations. The release introduces new APIs to manage telemetry rules, which define telemetry settings to be applied on AWS resources. (39e204f9)
- client-securityhub: Release new resource detail type CodeRepository (fb750f9a)
- client-lightsail: This release adds support for the Asia Pacific (Jakarta) (ap-southeast-3) Region. (32d73d71)
- client-auditmanager: Added a note to Framework APIs (CreateAssessmentFramework, GetAssessmentFramework, UpdateAssessmentFramework) clarifying that the Controls object returns a partial response when called through Framework APIs. Added documentation that the Framework's controlSources parameter is no longer supported. (dbff0ec3)
- client-arc-region-switch: This is the initial SDK release for Region switch (6cc73c6a)
Tests
For list of updated packages, view updated-packages.md in assets-3.859.0.zip
v3.858.0
3.858.0(2025-07-31)
Documentation Changes
- client-elastic-load-balancing-v2: This release enables secondary IP addresses for Network Load Balancers. (0a12a4ec)
- update PR template (#7240) (205fd3ca)
New Features
- clients: update client endpoints as of 2025-07-31 (38d91b61)
- client-sesv2: This release introduces support for Multi-tenant management (41eae73b)
- client-entityresolution: Add support for creating advanced rule-based matching workflows in AWS Entity Resolution. (f36fbb40)
- client-quicksight: Added Impala connector support (1af8f7e6)
- client-customer-profiles: The release updates standard profile with 2 new fields that supports account-level engagement. Updated APIs include CreateProfile, UpdateProfile, MergeProfiles, SearchProfiles, BatchGetProfile, GetSegmentMembership, CreateSegmentDefinition, CreateSegmentEstimate. (04e0957b)
- client-glue: Added support for Route node, S3 Iceberg sources/targets, catalog Iceberg sources, DynamoDB ELT connector, AutoDataQuality evaluation, enhanced PII detection with redaction, Kinesis fan-out support, and new R-series worker types. (3cf6f20a)
- client-workspaces-web: Added ability to log session activity on a portal to an S3 bucket. (1d75d430)
- client-ec2: Added support for the force option for the EC2 instance terminate command. This feature enables customers to recover resources associated with an instance stuck in the shutting-down state as a result of rare issues caused by a frozen operating system or an underlying hardware problem. (d8adec80)
... (truncated)
Changelog
Sourced from @aws-sdk/util-dynamodb
's changelog.
3.859.0 (2025-08-01)
Note: Version bump only for package
@aws-sdk/util-dynamodb
3.858.0 (2025-07-31)
Note: Version bump only for package
@aws-sdk/util-dynamodb
3.857.0 (2025-07-30)
Note: Version bump only for package
@aws-sdk/util-dynamodb
3.856.0 (2025-07-29)
Note: Version bump only for package
@aws-sdk/util-dynamodb
3.855.0 (2025-07-28)
Note: Version bump only for package
@aws-sdk/util-dynamodb
3.848.0 (2025-07-17)
Note: Version bump only for package
@aws-sdk/util-dynamodb
3.846.0 (2025-07-16)
... (truncated)
Commits
Updates @aws-sdk/util-utf8-browser
from 3.37.0 to 3.259.0
Changelog
Sourced from @aws-sdk/util-utf8-browser
's changelog.
3.259.0 (2023-01-26)
Note: Version bump only for package
@aws-sdk/util-utf8-browser
3.188.0 (2022-10-13)
Note: Version bump only for package
@aws-sdk/util-utf8-browser
3.186.0 (2022-10-06)
Note: Version bump only for package
@aws-sdk/util-utf8-browser
3.183.0 (2022-10-03)
Note: Version bump only for package
@aws-sdk/util-utf8-browser
3.170.0 (2022-09-13)
Note: Version bump only for package
@aws-sdk/util-utf8-browser
3.168.0 (2022-09-09)
Note: Version bump only for package
@aws-sdk/util-utf8-browser
3.109.0 (2022-06-13)
... (truncated)
Commits
ceb0ef9
Publish v3.259.030b45af
docs(util-utf8): add deprecation in README of runtime specific modules (#4372)5b03ad1
Publish v3.188.0625092f
chore(packages): restore es2020 target in packages for dist-es20be81d
Publish v3.186.0b9fc7fa
chore(packages): set es5 target in packages temporarily1b90a0a
Publish v3.183.0596da35
chore(packages): bump target to ES2020 and remove outdated libs (#4005)7f98029
Publish v3.170.0876330f
chore: bump downlevel-dts to 0.10.1 (#3938)- Additional commits viewable in compare view
Updates ts-loader
from 9.5.0 to 9.5.2
Release notes
Sourced from ts-loader's releases.
v9.5.2
This release is actually v9.5.2 but due to a problem with the initial release workflow we incremented to v9.5.3
v9.5.1
- fix: inputSourceMap can be null #1638 - thanks
@johnnyreilly
and@michaeltford
Changelog
Sourced from ts-loader's changelog.
9.5.2
9.5.1
- fix: inputSourceMap can be null #1638 - thanks
@johnnyreilly
and@michaeltford
Commits
e652315
fix: add more detailed error messages (#1665)36b6bf2
Upgrade TypeScript to 5.7 (#1661)6a4e29c
Create SECURITY.md5379bb1
Update testpack for TypeScript 5.6 (#1656)95110c6
Ts 55 (#1651)7d8b38e
Typescript54 (#1647)effc0e1
feat: upgrade to 5.3 (#1641)3464a7f
fix: inputSourceMap can be null (#1639)- See full diff in compare view
Updates @aws-sdk/client-kms
from 3.637.0 to 3.859.0
Release notes
Sourced from @aws-sdk/client-kms
's releases.
v3.859.0
3.859.0(2025-08-01)
Chores
Documentation Changes
- client-sns: Amazon SNS support for Amazon SQS fair queues (749eb139)
- client-acm-pca: Doc-only update to add more information to GetCertificate action. (0309a7ef)
New Features
- clients: update client endpoints as of 2025-08-01 (3c53767b)
- client-aiops: This release includes fix for InvestigationGroup timestamp conversion issue. (ec627aee)
- client-pcs: Add support for IPv6 Networking for Clusters. (e8774c17)
- client-observabilityadmin: CloudWatch Observability Admin adds the ability to enable telemetry on AWS resources such as Amazon VPCs (Flow Logs) in customers AWS Accounts and Organizations. The release introduces new APIs to manage telemetry rules, which define telemetry settings to be applied on AWS resources. (39e204f9)
- client-securityhub: Release new resource detail type CodeRepository (fb750f9a)
- client-lightsail: This release adds support for the Asia Pacific (Jakarta) (ap-southeast-3) Region. (32d73d71)
- client-auditmanager: Added a note to Framework APIs (CreateAssessmentFramework, GetAssessmentFramework, UpdateAssessmentFramework) clarifying that the Controls object returns a partial response when called through Framework APIs. Added documentation that the Framework's controlSources parameter is no longer supported. (dbff0ec3)
- client-arc-region-switch: This is the initial SDK release for Region switch (6cc73c6a)
Tests
For list of updated packages, view updated-packages.md in assets-3.859.0.zip
v3.858.0
3.858.0(2025-07-31)
Documentation Changes
- client-elastic-load-balancing-v2: This release enables secondary IP addresses for Network Load Balancers. (0a12a4ec)
- update PR template (#7240) (205fd3ca)
New Features
- clients: update client endpoints as of 2025-07-31 (38d91b61)
- client-sesv2: This release introduces support for Multi-tenant management (41eae73b)
- client-entityresolution: Add support for creating advanced rule-based matching workflows in AWS Entity Resolution. (f36fbb40)
- client-quicksight: Added Impala connector support (1af8f7e6)
- client-customer-profiles: The release updates standard profile with 2 new fields that supports account-level engagement. Updated APIs include CreateProfile, UpdateProfile, MergeProfiles, SearchProfiles, BatchGetProfile, GetSegmentMembership, CreateSegmentDefinition, CreateSegmentEstimate. (04e0957b)
- client-glue: Added support for Route node, S3 Iceberg sources/targets, catalog Iceberg sources, DynamoDB ELT connector, AutoDataQuality evaluation, enhanced PII detection with redaction, Kinesis fan-out support, and new R-series worker types. (3cf6f20a)
- client-workspaces-web: Added ability to log session activity on a portal to an S3 bucket. (1d75d430)
- client-ec2: Added support for the force option for the EC2 instance terminate command. This feature enables customers to recover resources associated with an instance stuck in the shutting-down state as a result of rare issues caused by a frozen operating system or an underlying hardware problem. (d8adec80)
... (truncated)
Changelog
Sourced from @aws-sdk/client-kms
's changelog.
3.859.0 (2025-08-01)
Note: Version bump only for package
@aws-sdk/client-kms
3.858.0 (2025-07-31)
Note: Version bump only for package
@aws-sdk/client-kms
3.857.0 (2025-07-30)
Note: Version bump only for package
@aws-sdk/client-kms
3.856.0 (2025-07-29)
Note: Version bump only for package
@aws-sdk/client-kms
3.855.0 (2025-07-28)
Note: Version bump only for package
@aws-sdk/client-kms
3.854.0 (2025-07-25)
Note: Version bump only for package
@aws-sdk/client-kms
3.848.0 (2025-07-17)
... (truncated)
Commits
0295172
Publish v3.859.06e8cd3d
Publish v3.858.0b94ebff
Publish v3.857.0fe419e4
chore(deps): bump @smithy/* to include fixes in core (#7232)6005f8a
Publish v3.856.029842bf
Publish v3.855.0512c493
Publish v3.854.03015df3
docs(client-kms): Doc only update: fixed grammatical errors.c63c1e3
Publish v3.848.0da10587
Publish v3.846.0- Additional commits viewable in compare view
Updates bn.js
from 5.2.1 to 5.2.2
Commits
Updates @types/bn.js
from 5.1.5 to 5.2.0
Commits
- See full diff in compare view
Updates @aws-sdk/util-locate-window
from 3.310.0 to 3.804.0
Release notes
Sourced from @aws-sdk/util-locate-window
's releases.
v3.804.0
3.804.0(2025-05-06)
Chores
- turn off typecheck for dist-cjs/dist-es builds (#7055) (c99154df)
- upgrade to typescript 5.8.3 (#7052) (8c29b6b5)
New Features
- clients: update client endpoints as of 2025-05-06 (c5846edd)
- client-timestream-write: Add dualstack endpoints support. (22b258a0)
- client-service-catalog: ServiceCatalog's APIs (DeleteServiceAction, DisassociateServiceActionFromProvisioningArtifact, AssociateServiceActionWithProvisioningArtifact) now throw InvalidParametersException when IdempotencyToken is invalid. (bb75d640)
- client-ec2: This release adds support for Amazon EBS Provisioned Rate for Volume Initialization, which lets you specify a volume initialization rate to ensure that your EBS volumes are initialized in a predictable amount of time. (03ae3280)
- client-timestream-query: Add dualstack endpoints support and correct us-gov-west-1 FIPS endpoint. (9ff8904c)
For list of updated packages, view updated-packages.md in assets-3.804.0.zip
v3.803.0
3.803.0(2025-05-05)
Chores
Documentation Changes
- client-ecs: Add support to roll back an In_Progress ECS Service Deployment (28c0e82d)
New Features
- clients: update client endpoints as of 2025-05-05 (ba7c2bf2)
- client-device-farm: Add an optional parameter to the GetDevicePoolCompatibility API to pass in project information to check device pool compatibility. (4c93f9a6)
- client-ec2: This update introduces API operations to manage and create local gateway VIF and VIF groups. It also includes API operations to describe Outpost LAGs and service link VIFs. (0332513e)
- client-datazone: This release adds a new authorization policy to control the usage of custom AssetType when creating an Asset. Customer can now add new grant(s) of policyType...
Description has been truncated
Pull Request Statistics
1
3
+1069
-1425
Package Dependencies
@aws-sdk/client-dynamodb
npm
3.712.0 → 3.859.0
Minor
@aws-sdk/credential-provider-node
npm
3.637.0 → 3.859.0
Minor
@aws-sdk/util-locate-window
npm
3.310.0 → 3.804.0
Minor
@aws-sdk/util-utf8-browser
npm
3.37.0 → 3.259.0
Minor
Technical Details
ID: | 5933614 |
UUID: | 2722234122 |
Node ID: | PR_kwDOCHomBs6iQf8K |
Host: | GitHub |
Repository: | aws/aws-encryption-sdk-javascript |
Mergeable: | Yes |
Merge State: | Unstable |