Skip to content

chore(deps): Update dependency aws/aws-sdk-php to v3.380.0#554

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/aws-aws-sdk-php-3.x-lockfile
May 5, 2026
Merged

chore(deps): Update dependency aws/aws-sdk-php to v3.380.0#554
renovate[bot] merged 1 commit into
mainfrom
renovate/aws-aws-sdk-php-3.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 4, 2026

This PR contains the following updates:

Package Change Age Confidence
aws/aws-sdk-php (source) 3.379.113.380.0 age confidence

Release Notes

aws/aws-sdk-php (aws/aws-sdk-php)

v3.380.0

Compare Source

  • Aws\Retries - Adds an opt-in new retry behavior. Set AWS_NEW_RETRIES_2026=true to enable the new path. When the env var is unset (the default), retry behavior is unchanged from previous releases. With the flag enabled, the SDK switches the default retry mode from 'legacy' to 'standard', adopts a throttling-aware token-bucket retry quota (cost 14 for non-throttling, 5 for throttling), reduces the non-throttling base backoff to 50ms, checks max-attempts before quota, honors the x-amz-retry-after header, sleeps without retrying on long-polling operations (SQS, SFN, SWF) when the quota is exhausted, and lets custom deciders supplement (rather than replace) built-in retryability checks. DynamoDB defaults to 4 attempts with a 25ms base; STS treats IDPCommunicationError as transient; S3's existing custom decider keeps its socket carve-out. The flag is intended as an opt-in for early adopters and will become the default in a future release.
  • Aws\GeoRoutes - Added support for TravelTimeExceedsDriverWorkHours, ViolatedBlockedRoad, and ViolatedVehicleRestriction notice codes to the CalculateRoutes API response.
  • Aws\MediaLive - Updates the type of the MediaLiveRouterOutputConnectionMap.
  • Aws\BedrockAgentCoreControl - Amazon Bedrock AgentCore gateways now support MCP Sessions and response streaming from MCP targets. Session timeouts can be set between 15 minutes and 8 hours, and response streaming enables forwarding stream events sent by MCP targets to gateway users.
  • Aws\EC2 - This feature allows customers to change the tunnel bandwidth on existing VPN connections using the ModifyVpnConnectionOptions API
  • Aws\CloudWatchLogs - Adding an additional optional deliverySourceConfiguration field to PutDeliverySource API. This enables customers to pass service-specific configurations through IngestionHub such as tracing enablement or sampling rates that will be propagated to the source resource.
  • Aws\SecurityAgent - AWS Security Agent is adding a new target domain verification method for private VPC penetration testing. Additionally, the target domain resource will now have a verification status reason field to surface additional details about domain verification
  • Aws\LexModelBuildingService - Lex V1 is deprecated, use Lex V2 instead
  • Aws\VPCLattice - Amazon VPC Lattice now supports privately resolvable DNS resources

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the renovate label May 4, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 4, 2026

Test Coverage Report

📊 Overall Coverage: 53.93%

Details
Code Coverage Report:
  2026-05-04 20:53:57

 Summary:
  Classes: 47.30% (35/74)
  Methods: 66.94% (245/366)
  Lines:   53.93% (1009/1871)

AkinoriakatsukaCqrsEsExamplePhpCommandDomainCommonPair
  Methods:  75.00% ( 3/ 4)   Lines:  75.00% (  3/  4)
AkinoriakatsukaCqrsEsExamplePhpCommandDomainEventsFactoryGroupChatCreatedFactory
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% ( 10/ 10)
AkinoriakatsukaCqrsEsExamplePhpCommandDomainEventsFactoryGroupChatDeletedFactory
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% (  8/  8)
AkinoriakatsukaCqrsEsExamplePhpCommandDomainEventsFactoryGroupChatMemberAddedFactory
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% (  9/  9)
AkinoriakatsukaCqrsEsExamplePhpCommandDomainEventsFactoryGroupChatMemberRemovedFactory
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% (  9/  9)
AkinoriakatsukaCqrsEsExamplePhpCommandDomainEventsFactoryGroupChatMessageDeletedFactory
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% (  9/  9)
AkinoriakatsukaCqrsEsExamplePhpCommandDomainEventsFactoryGroupChatMessageEditedFactory
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% (  9/  9)
AkinoriakatsukaCqrsEsExamplePhpCommandDomainEventsFactoryGroupChatMessagePostedFactory
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% (  9/  9)
AkinoriakatsukaCqrsEsExamplePhpCommandDomainEventsFactoryGroupChatRenamedFactory
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% (  9/  9)
AkinoriakatsukaCqrsEsExamplePhpCommandDomainEventsGroupChatCreated
  Methods:  61.54% ( 8/13)   Lines:  84.85% ( 28/ 33)
AkinoriakatsukaCqrsEsExamplePhpCommandDomainEventsGroupChatDeleted
  Methods: 100.00% (10/10)   Lines: 100.00% ( 28/ 28)
AkinoriakatsukaCqrsEsExamplePhpCommandDomainEventsGroupChatMemberAdded
  Methods: 100.00% (11/11)   Lines: 100.00% ( 30/ 30)
AkinoriakatsukaCqrsEsExamplePhpCommandDomainEventsGroupChatMemberRemoved
  Methods: 100.00% (11/11)   Lines: 100.00% ( 30/ 30)
AkinoriakatsukaCqrsEsExamplePhpCommandDomainEventsGroupChatMessageDeleted
  Methods: 100.00% (11/11)   Lines: 100.00% ( 32/ 32)
AkinoriakatsukaCqrsEsExamplePhpCommandDomainEventsGroupChatMessageEdited
  Methods: 100.00% (11/11)   Lines: 100.00% ( 34/ 34)
AkinoriakatsukaCqrsEsExamplePhpCommandDomainEventsGroupChatMessagePosted
  Methods: 100.00% (11/11)   Lines: 100.00% ( 30/ 30)
AkinoriakatsukaCqrsEsExamplePhpCommandDomainEventsGroupChatRenamed
  Methods:  72.73% ( 8/11)   Lines:  90.00% ( 27/ 30)
AkinoriakatsukaCqrsEsExamplePhpCommandDomainGroupChat
  Methods:  70.00% (14/20)   Lines:  93.96% (171/182)
AkinoriakatsukaCqrsEsExamplePhpCommandDomainGroupChatWithEventPair
  Methods: 100.00% ( 3/ 3)   Lines: 100.00% (  3/  3)
AkinoriakatsukaCqrsEsExamplePhpCommandDomainModelsFactoryGroupChatIdFactory
  Methods:  60.00% ( 3/ 5)   Lines:  83.33% ( 10/ 12)
AkinoriakatsukaCqrsEsExamplePhpCommandDomainModelsFactoryMemberFactory
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% (  6/  6)
AkinoriakatsukaCqrsEsExamplePhpCommandDomainModelsFactoryMemberIdFactory

@renovate renovate Bot merged commit 3b459cb into main May 5, 2026
3 checks passed
@renovate renovate Bot deleted the renovate/aws-aws-sdk-php-3.x-lockfile branch May 5, 2026 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants