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

Bump aws/aws-sdk-php from 3.278.3 to 3.297.2 #451

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps aws/aws-sdk-php from 3.278.3 to 3.297.2.

Release notes

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

Version 3.297.2

  • Aws\Inspector2 - This release adds ECR container image scanning based on their lastRecordedPullTime.
  • Aws\Connect - Update list and string length limits for predefined attributes.
  • Aws\SageMaker - Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs.

Version 3.297.1

  • Aws\S3 - Fixes warning in S3 client when region is not provided in constructor
  • Aws\Lightsail - This release adds support for IPv6-only instance plans.
  • Aws\ACMPCA - AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled.

Version 3.297.0

  • Aws\Credentials - Adds support for specifying custom IMDS endpoint when using the InstanceProfileProvider.
  • Aws\EC2 - Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs.
  • Aws\ECS - Documentation updates for Amazon ECS.
  • Aws\Outposts - DeviceSerialNumber parameter is now optional in StartConnection API
  • Aws\StorageGateway - Add DeprecationDate and SoftwareVersion to response of ListGateways.
  • Aws\RDS - This release adds support for Aurora Limitless Database.

Version 3.296.8

  • Aws\Inspector2 - This release adds support for CIS scans on EC2 instances.

Version 3.296.7

  • Aws\CloudFrontKeyValueStore - This release improves upon the DescribeKeyValueStore API by returning two additional fields, Status of the KeyValueStore and the FailureReason in case of failures during creation of KeyValueStore.
  • Aws\EC2 - Documentation updates for Amazon EC2.
  • Aws\Organizations - Doc only update for quota increase change
  • Aws\ConnectCases - This release adds the ability to view audit history on a case and introduces a new parameter, performedBy, for CreateCase and UpdateCase API's.
  • Aws\finspace - Allow customer to set zip default through command line arguments.
  • Aws\RDS - Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS CreateDBCluster API method. This provides enhanced error handling, ensuring a more robust experience when creating database clusters with insufficient instance capacity.
  • Aws\AppConfigData - Fix FIPS Endpoints in aws-us-gov.
  • Aws\Cloud9 - Doc-only update around removing AL1 from list of available AMIs for Cloud9
  • Aws\ECS - This release adds support for Transport Layer Security (TLS) and Configurable Timeout to ECS Service Connect. TLS facilitates privacy and data security for inter-service communications, while Configurable Timeout allows customized per-request timeout and idle timeout for Service Connect services.

Version 3.296.6

  • Aws\Athena - Introducing new NotebookS3LocationUri parameter to Athena ImportNotebook API. Payload is no longer required and either Payload or NotebookS3LocationUri needs to be provided (not both) for a successful ImportNotebook API call. If both are provided, an InvalidRequestException will be thrown.
  • Aws\DynamoDB - This release adds support for including ApproximateCreationDateTimePrecision configurations in EnableKinesisStreamingDestination API, adds the same as an optional field in the response of DescribeKinesisStreamingDestination, and adds support for a new UpdateKinesisStreamingDestination API.
  • Aws\QConnect - Increased Quick Response name max length to 100
  • Aws\CodeBuild - Release CodeBuild Reserved Capacity feature

Version 3.296.5

  • Aws\CloudTrail - This release adds a new API ListInsightsMetricData to retrieve metric data from CloudTrail Insights.
  • Aws\Connect - GetMetricDataV2 now supports 3 groupings
  • Aws\SageMakerFeatureStoreRuntime - Increase BatchGetRecord limits from 10 items to 100 items
  • Aws\drs - Removed invalid and unnecessary default values.
  • Aws\Firehose - Allow support for Snowflake as a Kinesis Data Firehose delivery destination.
  • Aws\B2bi - Increasing TestMapping inputFileContent file size limit to 5MB and adding file size limit 250KB for TestParsing input file. This release also includes exposing InternalServerException for Tag APIs.

Version 3.296.4

  • Aws\DynamoDB - Updating note for enabling streams for UpdateTable.
  • Aws\Keyspaces - This release adds support for Multi-Region Replication with provisioned tables, and Keyspaces auto scaling APIs

... (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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.278.3 to 3.297.2.
- [Release notes](https://github.com/aws/aws-sdk-php/releases)
- [Commits](aws/aws-sdk-php@3.278.3...3.297.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 29, 2024
Copy link
Author

dependabot bot commented on behalf of github Jan 30, 2024

Superseded by #452.

@dependabot dependabot bot closed this Jan 30, 2024
@dependabot dependabot bot deleted the dependabot/composer/aws/aws-sdk-php-3.297.2 branch January 30, 2024 10:38
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants