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

chore(deps): update boto packages to v1.36.2 (minor) #749

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
boto3 ==1.35.99 -> ==1.36.2 age adoption passing confidence
boto3-stubs ==1.35.99 -> ==1.36.2 age adoption passing confidence
botocore ==1.35.99 -> ==1.36.2 age adoption passing confidence

Release Notes

boto/boto3 (boto3)

v1.36.2

Compare Source

======

  • api-change:bedrock-runtime: [botocore] Allow hyphens in tool name for Converse and ConverseStream APIs
  • api-change:detective: [botocore] Doc only update for Detective documentation.
  • api-change:ec2: [botocore] Release u7i-6tb.112xlarge, u7i-8tb.112xlarge, u7inh-32tb.480xlarge, p5e.48xlarge, p5en.48xlarge, f2.12xlarge, f2.48xlarge, trn2.48xlarge instance types.
  • api-change:notifications: [botocore] Added support for Managed Notifications, integration with AWS Organization and added aggregation summaries for Aggregate Notifications
  • api-change:sagemaker: [botocore] Correction of docs for "Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering"

v1.36.1

Compare Source

======

  • api-change:ecs: [botocore] The release addresses Amazon ECS documentation tickets.
  • api-change:sagemaker: [botocore] Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering

v1.36.0

Compare Source

======

  • api-change:apigateway: [botocore] Documentation updates for Amazon API Gateway
  • api-change:bedrock-agent-runtime: [botocore] Now supports streaming for inline agents.
  • api-change:cognito-identity: [botocore] corrects the dual-stack endpoint configuration
  • api-change:partnercentral-selling: [botocore] Add Tagging support for ResourceSnapshotJob resources
  • api-change:s3: [botocore] This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests.
  • api-change:security-ir: [botocore] Increase minimum length of Threat Actor IP 'userAgent' to 1.
  • api-change:sesv2: [botocore] This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects elevated complaint rates for customer sending identities.
  • api-change:workspaces: [botocore] Added GeneralPurpose.4xlarge & GeneralPurpose.8xlarge ComputeTypes.
  • api-change:workspaces-thin-client: [botocore] Mark type in MaintenanceWindow as required.
  • enhancement:AWSCRT: [botocore] Update awscrt version to 0.23.4
  • feature:s3: [botocore] The S3 client attempts to validate response checksums for all S3 API operations that support checksums. However, if the SDK has not implemented the specified checksum algorithm then this validation is skipped. Checksum validation behavior can be configured using the when_supported and when_required options - in code using the response_checksum_validation parameter for botocore.config.Config, in the shared AWS config file using response_checksum_validation, or as an env variable using AWS_RESPONSE_CHECKSUM_VALIDATION.
  • feature:s3: [botocore] Added support for the CRC64NVME checksum algorithm in the S3 client through the optional AWS CRT (awscrt) dependency.
  • feature:s3: [botocore] S3 client behavior is updated to always calculate a CRC32 checksum by default for operations that support it (such as PutObject or UploadPart), or require it (such as DeleteObjects). Checksum behavior can be configured using when_supported and when_required options - in code using the request_checksum_calculation parameter for botocore.config.Config, in the shared AWS config file using request_checksum_calculation, or as an env variable using AWS_REQUEST_CHECKSUM_CALCULATION. Note: Botocore will no longer automatically compute and populate the Content-MD5 header.
boto/botocore (botocore)

v1.36.2

Compare Source

======

  • api-change:bedrock-runtime: Allow hyphens in tool name for Converse and ConverseStream APIs
  • api-change:detective: Doc only update for Detective documentation.
  • api-change:ec2: Release u7i-6tb.112xlarge, u7i-8tb.112xlarge, u7inh-32tb.480xlarge, p5e.48xlarge, p5en.48xlarge, f2.12xlarge, f2.48xlarge, trn2.48xlarge instance types.
  • api-change:notifications: Added support for Managed Notifications, integration with AWS Organization and added aggregation summaries for Aggregate Notifications
  • api-change:sagemaker: Correction of docs for "Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering"

v1.36.1

Compare Source

======

  • api-change:ecs: The release addresses Amazon ECS documentation tickets.
  • api-change:sagemaker: Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering

v1.36.0

Compare Source

======

  • api-change:apigateway: Documentation updates for Amazon API Gateway
  • api-change:bedrock-agent-runtime: Now supports streaming for inline agents.
  • api-change:cognito-identity: corrects the dual-stack endpoint configuration
  • api-change:partnercentral-selling: Add Tagging support for ResourceSnapshotJob resources
  • api-change:s3: This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests.
  • api-change:security-ir: Increase minimum length of Threat Actor IP 'userAgent' to 1.
  • api-change:sesv2: This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects elevated complaint rates for customer sending identities.
  • api-change:workspaces: Added GeneralPurpose.4xlarge & GeneralPurpose.8xlarge ComputeTypes.
  • api-change:workspaces-thin-client: Mark type in MaintenanceWindow as required.
  • enhancement:AWSCRT: Update awscrt version to 0.23.4
  • feature:s3: The S3 client attempts to validate response checksums for all S3 API operations that support checksums. However, if the SDK has not implemented the specified checksum algorithm then this validation is skipped. Checksum validation behavior can be configured using the when_supported and when_required options - in code using the response_checksum_validation parameter for botocore.config.Config, in the shared AWS config file using response_checksum_validation, or as an env variable using AWS_RESPONSE_CHECKSUM_VALIDATION.
  • feature:s3: Added support for the CRC64NVME checksum algorithm in the S3 client through the optional AWS CRT (awscrt) dependency.
  • feature:s3: S3 client behavior is updated to always calculate a CRC32 checksum by default for operations that support it (such as PutObject or UploadPart), or require it (such as DeleteObjects). Checksum behavior can be configured using when_supported and when_required options - in code using the request_checksum_calculation parameter for botocore.config.Config, in the shared AWS config file using request_checksum_calculation, or as an env variable using AWS_REQUEST_CHECKSUM_CALCULATION. Note: Botocore will no longer automatically compute and populate the Content-MD5 header.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10am every weekday,before 4pm every weekday" in timezone Europe/London.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 these updates 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 dependencies Pull requests that update a dependency file label Jan 20, 2025
@renovate renovate bot force-pushed the renovate/boto-packages branch 3 times, most recently from ba2f434 to 67147f3 Compare January 20, 2025 14:28
@renovate renovate bot force-pushed the renovate/boto-packages branch from 67147f3 to b6f0421 Compare January 20, 2025 14:32
@renovate renovate bot changed the title fix(deps): update boto packages to v1.36.2 (minor) chore(deps): update boto packages to v1.36.2 (minor) Jan 20, 2025
@jacksonj04 jacksonj04 enabled auto-merge January 20, 2025 16:02
@jacksonj04 jacksonj04 added this pull request to the merge queue Jan 20, 2025
Merged via the queue into main with commit 6711d15 Jan 20, 2025
11 checks passed
@jacksonj04 jacksonj04 deleted the renovate/boto-packages branch January 20, 2025 16:04
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.

1 participant