Skip to content

chore(deps): bump aws/aws-sdk-php from 3.369.37 to 3.381.5#138

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/composer/aws/aws-sdk-php-3.381.5
Open

chore(deps): bump aws/aws-sdk-php from 3.369.37 to 3.381.5#138
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/composer/aws/aws-sdk-php-3.381.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 28, 2026

Bumps aws/aws-sdk-php from 3.369.37 to 3.381.5.

Release notes

Sourced from aws/aws-sdk-php's releases.

Version 3.381.5

  • Aws\KMS - AWS KMS now supports creating grants for AWS service principals using new GranteeServicePrincipal and RetiringServicePrincipal parameters. This release adds SourceArn grant constraint and three condition keys for controlling CreateGrant access. For more information, see Grants in AWS KMS.
  • Aws\PaymentCryptographyData - GenerateAuthRequestCryptogram API launch.
  • Aws\BedrockRuntime - Supporting Request Metadata for Invoke Model and Invoke Model with Response Stream
  • Aws\MWAA - Updated API documentation to describe the PublicAndPrivate webserver access mode.
  • Aws\CustomerProfiles - Amazon Connect Customer Profiles adds support for item catalog columns in RecommenderSchema, ExcludedColumns in Create and Update Recommender to specify columns to exclude from training, and the ability to disable automatic retraining by setting TrainingFrequency to 0.

Version 3.381.4

  • Aws\BedrockAgentCore - Add RetryableConflictException (HTTP 409) to InvokeAgentRuntime and StopRuntimeSession to prevent orphaned VMs during concurrent session access. The SDK automatically retries this exception with backoff. Enforcement is not yet active and will be enabled in a future service update.
  • Aws\GuardDuty - Adding support for exposure and vulnerability context from AWS Security Hub in GuardDuty Extended Threat Detection attack sequence findings.
  • Aws\DevOpsAgent - Added a new serviceType mcpserversigv4 service and association. This provides feature to register MCP sigv4 authorization based MCPs
  • Aws\RTBFabric - This release is to deprecate 'inboundLinksCount' field in GetResponderGateway response and introduce the new field 'linksRequestedCount' to replace it.
  • Aws\ManagedGrafana - Introduce degraded workspace status as a possible Amazon Managed Grafana workspace status, and a new field named degraded workspace reason which informs customers why the workspace is degraded in the DescribeWorkspace API response.
  • Aws\SageMaker - Add support for ml.p5.4xlarge and ml.p5en.48xlarge instances on SageMaker Notebook Instances Platform.

Version 3.381.3

  • Aws\QuickSight - Support for dataset enrichment and geo spatial in new data preparation experience
  • Aws\IVS - Adds support for up to 3 mediaTailorPlaybackConfiguration objects in an ad configuration resource
  • Aws\Connect - Amazon Connect Cases now supports SLA durations of up to 2 years (1,051,200 minutes), increased from the previous maximum of 90 days (129,600 minutes). This enables you to track long-running service level agreements for cases that require extended resolution timelines.
  • Aws\Evs - Amazon EVS now supports up to 32 hosts per EVS environment, increasing the previous host limit to allow a larger scale of VMware workload deployments and reduce operational overhead.
  • Aws\ECS - Amazon ECS now supports Pause lifecycle hooks for service deployments, allowing customers to automatically pause deployments at specified stages and use the new ContinueServiceDeployment API to continue or roll back with confidence.
  • Aws\AccessAnalyzer - Services manage service-linked analyzers through dedicated APIs - CreateServiceLinkedAnalyzer and DeleteServiceLinkedAnalyzer that separate service-linked specific operations from customer-managed operations. It also shows up in ListAnalyzers and GetAnalyzer responses.
  • Aws\EC2 - Amazon VPC IP Address Manager (IPAM) now supports tags on IPAM pool allocations, enabling all standard tagging features for allocations including tag-on-create.

Version 3.381.2

  • Aws\ - Fix circular reference cycles caused by non-static middleware closures implicitly capturing $this in AwsClient, GlacierClient, Route53Client, S3Client, S3MultiRegionClient, and Middleware.
  • Aws\CloudWatchLogs - Updating the max limit for start query api parameter.
  • Aws\PartnerCentralSelling - Enable TCV intake on Opportunity to improve Opportunities Hygiene and downstream revenue attribution.
  • Aws\MediaPackageV2 - This release adds support for AvailabilityStartTimeConfiguration in MediaPackageV2 DASH manifests

Version 3.381.1

  • Aws\ManagedGrafana - Adds support for dual-stack (IPv4 and IPv6) connectivity to Amazon Managed Grafana workspaces. Customers can configure the ipAddressType parameter when creating or updating a workspace to choose between IPv4-only or dual-stack (IPv4 and IPv6) access.
  • Aws\QConnect - ListModels is an API that returns the available AI models for a Connect Assistant based on its region and AI prompt type.
  • Aws\DataZone - Adds support for SageMaker Unified Studio notebook operations, including notebook import and export
  • Aws\CloudFront - Adding a new boolean for OCSP Revocations in Viewer mTLS Create and Update APIs, and adding a new 'Passthrough' option for TrustStore modes
  • Aws\Bedrock - Advanced Prompt Optimization (AdvPO) allows you to optimize and migrate your prompts for any model on Bedrock by automatically evaluating responses and rewriting prompts to improve performance. This release provides a programmatic way to create, get, list, stop, and delete AdvPO jobs.
  • Aws\mgn - Introducing new option for security groups mapping - with MAP-DHCP the service translates security rules from your source environment with DHCP compatibility.
  • Aws\DatabaseMigrationService - Add 9 SDK waiters for DMS Schema Conversion async operations. Eliminates manual polling for import, assessment, conversion, export, and creation jobs.
  • Aws\Glue - Release --has-databases parameter for AWS Glue get-catalogs API, which filters catalog responses to include only those capable of containing databases, excluding parent catalogs that hold only other catalogs. Remove model-level validation on partition index list size for AWS Glue tables.

Version 3.381.0

  • Aws\Endpoints - Introduces endpoint resolution through a BDD rules based evaluation.
  • Add BDD-based endpoint resolution alongside the existing Tree Ruletset Evaluator.
  • Introduce a Bdd package under EndpointV2 namespace containing utilities and components used for resolving an endpoint through BDDs.
  • Enhance the EndpointDefinitionProvider to resolve the endpoint rule definitions by giving preference to BDDs "endpoint-bdd-1.json" rules over tree based rules.
  • Enhance EndpointProviderV2 to support both, BDD endpoint resolution and Tree endpoint resolution but also giving preference to BDD resolution. How is it done?
    • The parameter $ruleset now supports instances of BddRuleset, besides of array to preserve existent behavior, and when an instance of BddRuleset is present then a BDD Evaluator is instantiated which will be used to resolve the endpoint.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php) from 3.369.37 to 3.381.5.
- [Release notes](https://github.com/aws/aws-sdk-php/releases)
- [Commits](aws/aws-sdk-php@3.369.37...3.381.5)

---
updated-dependencies:
- dependency-name: aws/aws-sdk-php
  dependency-version: 3.381.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants