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 pip requirements #178

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

red-hat-konflux[bot]
Copy link
Contributor

@red-hat-konflux red-hat-konflux bot commented Feb 8, 2025

This PR contains the following updates:

Package Update Change
SQLAlchemy (changelog) patch ==2.0.36 -> ==2.0.38
aiohttp patch ==3.11.10 -> ==3.11.12
aiosignal patch ==1.3.1 -> ==1.3.2
awswrangler (source) minor ==3.10.1 -> ==3.11.0
beautifulsoup4 (changelog) minor ==4.12.3 -> ==4.13.3
boto3 minor ==1.35.81 -> ==1.36.21
botocore minor ==1.35.81 -> ==1.36.21
certifi minor ==2024.8.30 -> ==2024.12.14
charset-normalizer (changelog) patch ==3.4.0 -> ==3.4.1
isodate minor ==0.6.1 -> ==0.7.2
lxml (source, changelog) patch ==5.3.0 -> ==5.3.1
multidict minor ==6.0.5 -> ==6.1.0
nest-asyncio minor ==1.5.8 -> ==1.6.0
opensearch-py minor ==2.4.2 -> ==2.8.0
packaging minor ==23.1 -> ==23.2
pandas (source) minor ==2.1.4 -> ==2.2.3
pg8000 minor ==1.30.4 -> ==1.31.2
progressbar2 minor ==4.3.2 -> ==4.5.0
pyparsing minor ==3.1.1 -> ==3.2.1
python-dateutil minor ==2.8.2 -> ==2.9.0.post0
python-utils minor ==3.8.1 -> ==3.9.1
pytz minor ==2023.3.post1 -> ==2023.4
rdflib minor ==7.0.0 -> ==7.1.3
redshift-connector minor ==2.0.918 -> ==2.1.5
requests-aws4auth minor ==1.2.3 -> ==1.3.1
s3transfer minor ==0.10.4 -> ==0.11.2
six minor ==1.16.0 -> ==1.17.0
soupsieve minor ==2.5 -> ==2.6
yarl minor ==1.17.0 -> ==1.18.3

Release Notes

aio-libs/aiohttp (aiohttp)

v3.11.12

Compare Source

====================

Bug fixes

  • MultipartForm.decode() now follows RFC1341 7.2.1 with a CRLF after the boundary
    -- by :user:imnotjames.

    Related issues and pull requests on GitHub:
    :issue:10270.

  • Restored the missing total_bytes attribute to EmptyStreamReader -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:10387.

Features

  • Updated :py:func:~aiohttp.request to make it accept _RequestOptions kwargs.
    -- by :user:Cycloctane.

    Related issues and pull requests on GitHub:
    :issue:10300.

  • Improved logging of HTTP protocol errors to include the remote address -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:10332.

Improved documentation

  • Added aiohttp-openmetrics to list of third-party libraries -- by :user:jelmer.

    Related issues and pull requests on GitHub:
    :issue:10304.

Packaging updates and notes for downstreams

  • Added missing files to the source distribution to fix Makefile targets.
    Added a cythonize-nodeps target to run Cython without invoking pip to install dependencies.

    Related issues and pull requests on GitHub:
    :issue:10366.

  • Started building armv7l musllinux wheels -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:10404.

Contributor-facing changes

  • The CI/CD workflow has been updated to use upload-artifact v4 and download-artifact v4 GitHub Actions -- by :user:silamon.

    Related issues and pull requests on GitHub:
    :issue:10281.

Miscellaneous internal changes

  • Restored support for zero copy writes when using Python 3.12 versions 3.12.9 and later or Python 3.13.2+ -- by :user:bdraco.

    Zero copy writes were previously disabled due to :cve:2024-12254 which is resolved in these Python versions.

    Related issues and pull requests on GitHub:
    :issue:10137.


v3.11.11

Compare Source

====================

Bug fixes

  • Updated :py:meth:~aiohttp.ClientSession.request to reuse the quote_cookie setting from ClientSession._cookie_jar when processing cookies parameter.
    -- by :user:Cycloctane.

    Related issues and pull requests on GitHub:
    :issue:10093.

  • Fixed type of SSLContext for some static type checkers (e.g. pyright).

    Related issues and pull requests on GitHub:
    :issue:10099.

  • Updated :meth:aiohttp.web.StreamResponse.write annotation to also allow :class:bytearray and :class:memoryview as inputs -- by :user:cdce8p.

    Related issues and pull requests on GitHub:
    :issue:10154.

  • Fixed a hang where a connection previously used for a streaming
    download could be returned to the pool in a paused state.
    -- by :user:javitonino.

    Related issues and pull requests on GitHub:
    :issue:10169.

Features

  • Enabled ALPN on default SSL contexts. This improves compatibility with some
    proxies which don't work without this extension.
    -- by :user:Cycloctane.

    Related issues and pull requests on GitHub:
    :issue:10156.

Miscellaneous internal changes

  • Fixed an infinite loop that can occur when using aiohttp in combination
    with async-solipsism_ -- by :user:bmerry.

    .. _async-solipsism: https://github.com/bmerry/async-solipsism

    Related issues and pull requests on GitHub:
    :issue:10149.


aio-libs/aiosignal (aiosignal)

v1.3.2

Compare Source

==================

Deprecations and Removals

  • Dropped Python 3.7 support.
    #&#8203;413 <https://github.com/aio-libs/aiosignal/issues/413>_

  • Dropped Python 3.8 support.
    #&#8203;645 <https://github.com/aio-libs/aiosignal/issues/645>_

Misc

  • #&#8203;362 <https://github.com/aio-libs/aiosignal/issues/362>_

aws/aws-sdk-pandas (awswrangler)

v3.11.0: AWS SDK for pandas 3.11.0

Compare Source

Notable Changes ⚠️

  • AWS SDK for pandas now supports Python 3.13! 🎉
  • Python 3.8 is no longer supported (reached end-of-life Oct 7 2024) 🚫
  • AWS Lambda Layers: pyarrow was upgraded to 18.1.0
  • AWS Lambda Layers: numpy was upgraded to 2.2.1
Features / Enhancements 🚀
Bugfixes 🐛
Security / Dependency Updates 🛡️
Documentation / Workflows 📚

Full Changelog: aws/aws-sdk-pandas@3.10.1...3.11.0

boto/boto3 (boto3)

v1.36.21

Compare Source

=======

  • api-change:codebuild: [botocore] Added test suite names to test case metadata
  • api-change:connect: [botocore] Release Notes: 1) Analytics API enhancements: Added new ListAnalyticsDataLakeDataSets API. 2) Onboarding API Idempotency: Adds ClientToken to instance creation and management APIs to support idempotency.
  • api-change:dms: [botocore] Introduces premigration assessment feature to DMS Serverless API for start-replication and describe-replications
  • api-change:rds-data: [botocore] Add support for Stop DB feature.
  • api-change:s3: [botocore] Added support for Content-Range header in HeadObject response.
  • api-change:wafv2: [botocore] The WAFv2 API now supports configuring data protection in webACLs.
  • api-change:workspaces-thin-client: [botocore] Update Environment and Device name field definitions

v1.36.20

Compare Source

=======

  • api-change:accessanalyzer: [botocore] This release introduces the getFindingsStatistics API, enabling users to retrieve aggregated finding statistics for IAM Access Analyzer's external access and unused access analysis features. Updated service API and documentation.
  • api-change:acm-pca: [botocore] Private Certificate Authority (PCA) documentation updates
  • api-change:ecs: [botocore] This is a documentation only release to support migrating Amazon ECS service ARNs to the long ARN format.
  • api-change:fis: [botocore] Adds auto-pagination for the following operations: ListActions, ListExperimentTemplates, ListTargetAccountConfigurations, ListExperiments, ListExperimentResolvedTargets, ListTargetResourceTypes. Reduces length constraints of prefixes for logConfiguration and experimentReportConfiguration.
  • api-change:sagemaker: [botocore] Adds additional values to the InferenceAmiVersion parameter in the ProductionVariant data type.
  • api-change:storagegateway: [botocore] This release adds support for generating cache reports on S3 File Gateways for files that fail to upload.

v1.36.19

Compare Source

=======

  • api-change:b2bi: [botocore] Allow spaces in the following fields in the Partnership resource: ISA 06 - Sender ID, ISA 08 - Receiver ID, GS 02 - Application Sender Code, GS 03 - Application Receiver Code
  • api-change:bedrock-agent: [botocore] This releases adds the additionalModelRequestFields field to the CreateAgent and UpdateAgent operations. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters.
  • api-change:bedrock-agent-runtime: [botocore] This releases adds the additionalModelRequestFields field to the InvokeInlineAgent operation. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters.
  • api-change:codebuild: [botocore] Add note for the RUNNER_BUILDKITE_BUILD buildType.
  • api-change:fsx: [botocore] Support for in-place Lustre version upgrades
  • api-change:medialive: [botocore] Adds a RequestId parameter to all MediaLive Workflow Monitor create operations. The RequestId parameter allows idempotent operations.
  • api-change:opensearchserverless: [botocore] Custom OpenSearchServerless Entity ID for SAML Config.
  • api-change:polly: [botocore] Added support for the new voice - Jasmine (en-SG). Jasmine is available as a Neural voice only.
  • enhancement:Protocols: [botocore] Added support for multiple protocols within a service based on performance priority.

v1.36.18

Compare Source

=======

  • api-change:acm-pca: [botocore] Private Certificate Authority service now supports Partitioned CRL as a revocation configuration option.
  • api-change:appsync: [botocore] Add support for operation level caching
  • api-change:ec2: [botocore] Adding support for the new fullSnapshotSizeInBytes field in the response of the EC2 EBS DescribeSnapshots API. This field represents the size of all the blocks that were written to the source volume at the time the snapshot was created.
  • api-change:pi: [botocore] Documentation only update for RDS Performance Insights dimensions for execution plans and locking analysis.

v1.36.17

Compare Source

=======

  • api-change:apigatewayv2: [botocore] Documentation updates for Amazon API Gateway
  • api-change:cloudfront: [botocore] Doc-only update that adds defaults for CloudFront VpcOriginEndpointConfig values.
  • api-change:connect: [botocore] Updated the CreateContact API documentation to indicate that it only applies to EMAIL contacts.
  • api-change:dms: [botocore] New vendors for DMS Data Providers: DB2 LUW and DB2 for z/OS

v1.36.16

Compare Source

=======

  • api-change:ecr: [botocore] Adds support to handle the new basic scanning daily quota.
  • api-change:eks: [botocore] Introduce versionStatus field to take place of status field in EKS DescribeClusterVersions API
  • api-change:mediaconvert: [botocore] This release adds support for Animated GIF output, forced chroma sample positioning metadata, and Extensible Wave Container format
  • api-change:pi: [botocore] Adds documentation for dimension groups and dimensions to analyze locks for Database Insights.
  • api-change:transcribe: [botocore] This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe APIs within Amazon Transcribe.

v1.36.15

Compare Source

=======

  • api-change:cloudformation: [botocore] We added 5 new stack refactoring APIs: CreateStackRefactor, ExecuteStackRefactor, ListStackRefactors, DescribeStackRefactor, ListStackRefactorActions.
  • api-change:connectcases: [botocore] This release adds the ability to conditionally require fields on a template. Check public documentation for more information.
  • api-change:cost-optimization-hub: [botocore] This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon Auto Scaling Groups, including those with single and mixed instance types.
  • api-change:s3: [botocore] Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets.
  • enhancement:Eventsteam: [botocore] The SDK no longer validates payload size for eventstreams. This is to facilitate varying payload requirements across AWS services.

v1.36.14

Compare Source

=======

  • api-change:rds: [botocore] Documentation updates to clarify the description for the parameter AllocatedStorage for the DB cluster data type, the description for the parameter DeleteAutomatedBackups for the DeleteDBCluster API operation, and removing an outdated note for the CreateDBParameterGroup API operation.

v1.36.13

Compare Source

=======

  • api-change:datasync: [botocore] Doc-only update to provide more information on using Kerberos authentication with SMB locations.
  • api-change:dms: [botocore] Introduces TargetDataSettings with the TablePreparationMode option available for data migrations.
  • api-change:iam: [botocore] This release adds support for accepting encrypted SAML assertions. Customers can now configure their identity provider to encrypt the SAML assertions it sends to IAM.
  • api-change:neptune-graph: [botocore] Added argument to list-export to filter by graph ID
  • api-change:qbusiness: [botocore] Adds functionality to enable/disable a new Q Business Chat orchestration feature. If enabled, Q Business can orchestrate over datasources and plugins without the need for customers to select specific chat modes.
  • api-change:sagemaker: [botocore] IPv6 support for Hyperpod clusters

v1.36.12

Compare Source

=======

  • api-change:mediatailor: [botocore] Add support for CloudWatch Vended Logs which allows for delivery of customer logs to CloudWatch Logs, S3, or Firehose.

v1.36.11

Compare Source

=======

  • api-change:amp: [botocore] Add support for sending metrics to cross account and CMCK AMP workspaces through RoleConfiguration on Create/Update Scraper.
  • api-change:bedrock-agent-runtime: [botocore] This change is to deprecate the existing citation field under RetrieveAndGenerateStream API response in lieu of GeneratedResponsePart and RetrievedReferences
  • api-change:codebuild: [botocore] Added support for CodeBuild self-hosted Buildkite runner builds
  • api-change:geo-routes: [botocore] The OptimizeWaypoints API now supports 50 waypoints per request (20 with constraints like AccessHours or AppointmentTime). It adds waypoint clustering via Clustering and ClusteringIndex for better optimization. Also, total distance validation is removed for greater flexibility.
  • api-change:rds: [botocore] Updates to Aurora MySQL and Aurora PostgreSQL API pages with instance log type in the create and modify DB Cluster.
  • api-change:sagemaker: [botocore] This release introduces a new valid value in InstanceType parameter: p5en.48xlarge, in ProductionVariant.

v1.36.10

Compare Source

=======

  • api-change:appstream: [botocore] Add support for managing admin consent requirement on selected domains for OneDrive Storage Connectors in AppStream2.0.
  • api-change:bedrock-agent-runtime: [botocore] Add a 'reason' field to InternalServerException
  • api-change:ecr: [botocore] Temporarily updating dualstack endpoint support
  • api-change:ecr-public: [botocore] Temporarily updating dualstack endpoint support
  • api-change:mediatailor: [botocore] Adds options for configuring how MediaTailor conditions ads before inserting them into the content stream. Based on the new settings, MediaTailor will either transcode ads to match the content stream as it has in the past, or it will insert ads without first transcoding them.
  • api-change:qbusiness: [botocore] Added APIs to manage QBusiness user subscriptions
  • api-change:s3tables: [botocore] You can now use the CreateTable API operation to create tables with schemas by adding an optional metadata argument.
  • api-change:verifiedpermissions: [botocore] Adds Cedar JSON format support for entities and context data in authorization requests
  • enhancement:AWSCRT: [botocore] Update awscrt version to 0.23.8

v1.36.9

Compare Source

======

  • api-change:bcm-pricing-calculator: [botocore] Added ConflictException error type in DeleteBillScenario, BatchDeleteBillScenarioCommitmentModification, BatchDeleteBillScenarioUsageModification, BatchUpdateBillScenarioUsageModification, and BatchUpdateBillScenarioCommitmentModification API operations.
  • api-change:ecr: [botocore] Add support for Dualstack and Dualstack-with-FIPS Endpoints
  • api-change:ecr-public: [botocore] Add support for Dualstack Endpoints
  • api-change:mailmanager: [botocore] This release includes a new feature for Amazon SES Mail Manager which allows customers to specify known addresses and domains and make use of those in traffic policies and rules actions to distinguish between known and unknown entries.
  • api-change:s3: [botocore] Change the type of MpuObjectSize in CompleteMultipartUploadRequest from int to long.

v1.36.8

Compare Source

======

  • api-change:appsync: [botocore] Add stash and outErrors to EvaluateCode/EvaluateMappingTemplate response
  • api-change:datasync: [botocore] AWS DataSync now supports the Kerberos authentication protocol for SMB locations.
  • api-change:deadline: [botocore] feature: Deadline: Add support for limiting the concurrent usage of external resources, like floating licenses, using limits and the ability to constrain the maximum number of workers that work on a job
  • api-change:ec2: [botocore] This release changes the CreateFleet CLI and SDK's such that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
  • api-change:firehose: [botocore] For AppendOnly streams, Firehose will automatically scale to match your throughput.
  • api-change:timestream-influxdb: [botocore] Adds 'allocatedStorage' parameter to UpdateDbInstance API that allows increasing the database instance storage size and 'dbStorageType' parameter to UpdateDbInstance API that allows changing the storage type of the database instance

v1.36.7

Compare Source

======

  • api-change:bedrock-agent: [botocore] Add support for the prompt caching feature for Bedrock Prompt Management
  • api-change:iot: [botocore] Raised the documentParameters size limit to 30 KB for AWS IoT Device Management - Jobs.
  • api-change:mediaconvert: [botocore] This release adds support for dynamic audio configuration and the ability to disable the deblocking filter for h265 encodes.
  • api-change:s3control: [botocore] Minor fix to ARN validation for Lambda functions passed to S3 Batch Operations
  • bugfix:Signing: [botocore] No longer sign transfer-encoding header for SigV4

v1.36.6

Compare Source

======

  • api-change:cloudtrail: [botocore] This release introduces the SearchSampleQueries API that allows users to search for CloudTrail Lake sample queries.
  • api-change:eks: [botocore] Adds support for UpdateStrategies in EKS Managed Node Groups.
  • api-change:healthlake: [botocore] Added new authorization strategy value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App 2.0
  • api-change:ssm: [botocore] Systems Manager doc-only update for January, 2025.
  • api-change:sso-oidc: [botocore] Fixed typos in the descriptions.
  • api-change:transfer: [botocore] Added CustomDirectories as a new directory option for storing inbound AS2 messages, MDN files and Status files.

v1.36.5

Compare Source

======

  • api-change:ec2: [botocore] Added "future" allocation type for future dated capacity reservation

v1.36.4

Compare Source

======

  • api-change:bedrock-agent-runtime: [botocore] Adds multi-turn input support for an Agent node in an Amazon Bedrock Flow
  • api-change:glue: [botocore] Docs Update for timeout changes
  • api-change:medialive: [botocore] AWS Elemental MediaLive adds a new feature, ID3 segment tagging, in CMAF Ingest output groups. It allows customers to insert ID3 tags into every output segment, controlled by a newly added channel schedule action Id3SegmentTagging.
  • api-change:workspaces-thin-client: [botocore] Rename WorkSpaces Web to WorkSpaces Secure Browser

v1.36.3

Compare Source

======

  • api-change:batch: [botocore] Documentation-only update: clarified the description of the shareDecaySeconds parameter of the FairsharePolicy data type, clarified the description of the priority parameter of the JobQueueDetail data type.
  • api-change:cognito-idp: [botocore] corrects the dual-stack endpoint configuration for cognitoidp
  • api-change:connect: [botocore] Added DeleteContactFlowVersion API and the CAMPAIGN flow type
  • api-change:emr-serverless: [botocore] Increasing entryPoint in SparkSubmit to accept longer script paths. New limit is 4kb.
  • api-change:iotsitewise: [botocore] AWS IoT SiteWise now supports ingestion and querying of Null (all data types) and NaN (double type) values of bad or uncertain data quality. New partial error handling prevents data loss during ingestion. Enabled by default for new customers; existing customers can opt-in.
  • api-change:logs: [botocore] Documentation-only update to address doc errors
  • api-change:quicksight: [botocore] Added DigitGroupingStyle in ThousandsSeparator to allow grouping by LAKH( Indian Grouping system ) currency. Support LAKH and CRORE currency types in Column Formatting.
  • api-change:sns: [botocore] This release adds support for the topic attribute FifoThroughputScope for SNS FIFO topics. For details, see the documentation history in the Amazon Simple Notification Service Developer Guide.

v1.36.2

Compare Source

=======

  • api-change:codebuild: [botocore] Added test suite names to test case metadata
  • api-change:connect: [botocore] Release Notes: 1) Analytics API enhancements: Added new ListAnalyticsDataLakeDataSets API. 2) Onboarding API Idempotency: Adds ClientToken to instance creation and management APIs to support idempotency.
  • api-change:dms: [botocore] Introduces premigration assessment feature to DMS Serverless API for start-replication and describe-replications
  • api-change:rds-data: [botocore] Add support for Stop DB feature.
  • api-change:s3: [botocore] Added support for Content-Range header in HeadObject response.
  • api-change:wafv2: [botocore] The WAFv2 API now supports configuring data protection in webACLs.
  • api-change:workspaces-thin-client: [botocore] Update Environment and Device name field definitions

v1.36.1

Compare Source

=======

  • api-change:b2bi: [botocore] Allow spaces in the following fields in the Partnership resource: ISA 06 - Sender ID, ISA 08 - Receiver ID, GS 02 - Application Sender Code, GS 03 - Application Receiver Code
  • api-change:bedrock-agent: [botocore] This releases adds the additionalModelRequestFields field to the CreateAgent and UpdateAgent operations. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters.
  • api-change:bedrock-agent-runtime: [botocore] This releases adds the additionalModelRequestFields field to the InvokeInlineAgent operation. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters.
  • api-change:codebuild: [botocore] Add note for the RUNNER_BUILDKITE_BUILD buildType.
  • api-change:fsx: [botocore] Support for in-place Lustre version upgrades
  • api-change:medialive: [botocore] Adds a RequestId parameter to all MediaLive Workflow Monitor create operations. The RequestId parameter allows idempotent operations.
  • api-change:opensearchserverless: [botocore] Custom OpenSearchServerless Entity ID for SAML Config.
  • api-change:polly: [botocore] Added support for the new voice - Jasmine (en-SG). Jasmine is available as a Neural voice only.
  • enhancement:Protocols: [botocore] Added support for multiple protocols within a service based on performance priority.

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.

v1.35.99

Compare Source

=======

  • api-change:gamelift: [botocore] Amazon GameLift releases a new game session placement feature: PriorityConfigurationOverride. You can now override how a game session queue prioritizes placement locations for a single StartGameSessionPlacement request.
  • api-change:route53: [botocore] Amazon Route 53 now supports the Mexico (Central) Region (mx-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region

v1.35.98

Compare Source

=======

  • api-change:artifact: [botocore] Support resolving regional API calls to partition's leader region endpoint.
  • api-change:bedrock: [botocore] With this release, Bedrock Evaluation will now support latency-optimized inference for foundation models.
  • api-change:ec2: [botocore] Add support for DisconnectOnSessionTimeout flag in CreateClientVpnEndpoint and ModifyClientVpnEndpoint requests and DescribeClientVpnEndpoints responses
  • api-change:kafkaconnect: [botocore] Support updating connector configuration via UpdateConnector API. Release Operations API to monitor the status of the connector operation.
  • api-change:transcribe: [botocore] This update provides tagging support for Transcribe's Call Analytics Jobs and Call Analytics Categories.

v1.35.97

Compare Source

=======

  • api-change:redshift: [botocore] Additions to the PubliclyAccessible and Encrypted parameters clarifying what the defaults are.
  • api-change:securitylake: [botocore] Doc only update for ServiceName that fixes several customer-reported issues
  • api-change:sts: [botocore] Fixed typos in the descriptions.

v1.35.96

Compare Source

=======

  • api-change:codebuild: [botocore] AWS CodeBuild Now Supports BuildBatch in Reserved Capacity and Lambda
  • api-change:compute-optimizer: [botocore] This release expands AWS Compute Optimizer rightsizing recommendation support for Amazon EC2 Auto Scaling groups to include those with scaling policies and multiple instance types.
  • api-change:fms: [botocore] AWS Firewall Manager now lets you combine multiple resource tags using the logical AND operator or the logical OR operator.

v1.35.95

Compare Source

=======

  • api-change:rds: [botocore] Updates Amazon RDS documentation to clarify the RestoreDBClusterToPointInTime description.
  • api-change:route53: [botocore] Amazon Route 53 now supports the Asia Pacific (Thailand) Region (ap-southeast-7) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region
  • api-change:sagemaker: [botocore] Adds support for IPv6 for SageMaker HyperPod cluster nodes.

v1.35.94

Compare Source

=======

  • api-change:cloudhsmv2: [botocore] Adds support to ModifyCluster for modifying a Cluster's Hsm Type.
  • api-change:dynamodb: [botocore] This release makes Amazon DynamoDB point-in-time-recovery (PITR) to be configurable. You can set PITR recovery period for each table individually to between 1 and 35 days.
  • api-change:imagebuilder: [botocore] This release adds support for importing images from ISO disk files. Added new ImportDiskImage API operation.

v1.35.93

Compare Source

=======

  • api-change:iotsecuretunneling: [botocore] Adds dualstack endpoint support for IoT Secure Tunneling
  • api-change:supplychain: [botocore] Allow vanity DNS domain when creating a new ASC instance

v1.35.92

Compare Source

=======

  • api-change:ecs: [botocore] Adding SDK reference examples for Amazon ECS operations.
  • api-change:route53domains: [botocore] Doc only update for Route 53 Domains that fixes several customer-reported issues
  • api-change:s3: [botocore] This change is only for updating the model regexp of CopySource which is not for validation but only for documentation and user guide change.

v1.35.91

Compare Source

=======

  • api-change:appsync: [botocore] Modify UpdateGraphQLAPI operation and flag authenticationType as required.
  • api-change:gamelift: [botocore] Amazon GameLift releases a new game session shutdown feature. Use the Amazon GameLift console or AWS CLI to terminate an in-progress game session that's entered a bad state or is no longer needed.
  • api-change:mediaconnect: [botocore] AWS Elemental MediaConnect now supports Content Quality Analysis for enhanced source stream monitoring. This enables you to track specific audio and video metrics in transport stream source flows, ensuring your content meets quality standards.
  • api-change:mediaconvert: [botocore] This release adds support for the AVC3 codec and fixes an alignment issue with Japanese vertical captions.
  • api-change:organizations: [botocore] Added ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED to ConstraintViolationException for the EnableAllFeatures operation.
  • api-change:sagemaker: [botocore] Adding ETag information with Model Artifacts for Model Registry
  • api-change:sqs: [botocore] In-flight message typo fix from 20k to 120k.

v1.35.90

Compare Source

=======

  • api-change:ecr: [botocore] Restoring custom endpoint functionality for ECR
  • api-change:ecr-public: [botocore] Restoring custom endpoint functionality for ECR Public

v1.35.89

Compare Source

=======

  • api-change:rds: [botocore] Updates Amazon RDS documentation to correct various descriptions.

v1.35.88

Compare Source

=======

  • api-change:bcm-pricing-calculator: [botocore] Added ConflictException to DeleteBillEstimate.
  • api-change:ecr: [botocore] Add support for Dualstack Endpoints
  • api-change:network-firewall: [botocore] Dual-stack endpoints are now supported.
  • api-change:securityhub: [botocore] Documentation updates for AWS Security Hub

v1.35.87

Compare Source

=======

  • api-change:ecr: [botocore] Documentation update for ECR GetAccountSetting and PutAccountSetting APIs.
  • api-change:ecr-public: [botocore] Add support for Dualstack endpoints
  • api-change:eks: [botocore] This release adds support for DescribeClusterVersions API that provides important information about Kubernetes versions along with end of support dates
  • api-change:glue: [botocore] Add IncludeRoot parameters to GetCatalogs API to return root catalog.

v1.35.86

Compare Source

=======

  • api-change:bedrock-agent: [botocore] Support for custom user agent and max web pages crawled for web connector. Support app only credentials for SharePoint connector. Increase agents memory duration limit to 365 days. Support to specify max number of session summaries to include in agent invocation context.
  • api-change:bedrock-agent-runtime: [botocore] bedrock agents now supports long term memory and performance configs. Invokeflow supports performance configs. RetrieveAndGenerate performance configs
  • api-change:bedrock-data-automation: [botocore] Documentation update for Amazon Bedrock Data Automation
  • api-change:bedrock-data-automation-runtime: [botocore] Documentation update for Amazon Bedrock Data Automation Runtime
  • api-change:billing: [botocore] Added new API's for defining and fetching Billing Views.
  • api-change:ce: [botocore] Support for retrieving cost, usage, and forecast for billing view.
  • api-change:connect: [botocore] This release supports adding NotAttributeCondition and Range to the RoutingCriteria object.
  • api-change:docdb: [botocore] Support AWS Secret Manager managed password for AWS DocumentDB instance-based cluster.
  • api-change:eks: [botocore] This release expands the catalog of upgrade insight checks
  • api-change:macie2: [botocore] This release adds support for identifying S3 general purpose buckets that exceed the Amazon Macie quota for preventative control monitoring.
  • api-change:outposts: [botocore] Add CS8365C as a supported power connector for Outpost sites.
  • api-change:sagemaker: [botocore] This release adds support for c6i, m6i and r6i instance on SageMaker Hyperpod and trn1 instances in batch

v1.35.85

Compare Source

=======

  • api-change:appstream: [botocore] Added support for Rocky Linux 8 on Amazon AppStream 2.0
  • api-change:mediaconvert: [botocore] This release adds support for inserting timecode tracks into MP4 container outputs.
  • api-change:medialive: [botocore] MediaLive is releasing ListVersions api
  • api-change:qconnect: [botocore] Amazon Q in Connect enables agents to ask Q for assistance in multiple languages and Q will provide answers and recommended step-by-step guides in those languages. Qs default language is English (United States) and you can switch this by setting the locale configuration on the AI Agent.
  • api-change:ssm-sap: [botocore] AWS Systems Manager for SAP added support for registration and discovery of distributed ABAP applications
  • api-change:workspaces: [botocore] Added AWS Global Accelerator (AGA) support for WorkSpaces Personal.

v1.35.84

Compare Source

=======

  • api-change:amplify: [botocore] Added WAF Configuration to Amplify Apps
  • api-change:budgets: [botocore] Releasing minor partition endpoint updates
  • api-change:connect: [botocore] This release adds support for the UpdateParticipantAuthentication API used for customer authentication within Amazon Connect chats.
  • api-change:connectparticipant: [botocore] This release adds support for the GetAuthenticationUrl and CancelParticipantAuthentication APIs used for customer authentication within Amazon Connect chats. There are also minor updates to the GetAttachment API.
  • api-change:datasync: [botocore] AWS DataSync introduces the ability to update attributes for in-cloud locations.
  • api-change:iot: [botocore] Release connectivity status query API which is a dedicated high throughput(TPS) API to query a specific device's most recent connectivity state and metadata.
  • api-change:mwaa: [botocore] Added support for Apache Airflow version 2.10.3 to MWAA.
  • api-change:quicksight: [botocore] Add support for PerformanceConfiguration attribute to Dataset entity. Allow PerformanceConfiguration specification in CreateDataset and UpdateDataset APIs.
  • api-change:resiliencehub: [botocore] AWS Resilience Hub now automatically detects already configured CloudWatch alarms and FIS experiments as part of the assessment process and returns the discovered resources in the corresponding list API responses. It also allows you to include or exclude test recommendations for an AppComponent.
  • api-change:transfer: [botocore] Added AS2 agreement configurations to control filename preservation and message signing enforcement. Added AS2 connector configuration to preserve content type from S3 objects.

v1.35.83

Compare Source

=======

  • api-change:account: [botocore] Update endpoint configuration.
  • api-change:backup: [botocore] Add Support for Backup Indexing
  • api-change:backupsearch: [botocore] Add support for searching backups
  • api-change:batch: [botocore] This feature allows AWS Batch on Amazon EKS to support configuration of Pod Annotations, overriding Namespace on which the Batch job's Pod runs on, and allows Subpath and Persistent Volume claim to be set for AWS Batch on Amazon EKS jobs.
  • api-change:cleanroomsml: [botocore] Add support for SQL compute configuration for StartAudienceGenerationJob API.
  • api-change:cloudfront: [botocore] Adds support for OriginReadTimeout and OriginKeepaliveTimeout to create CloudFront Distributions with VPC Origins.
  • api-change:codepipeline: [botocore] AWS CodePipeline V2 type pipelines now support Managed Compute Rule.
  • api-change:ecs: [botocore] Added support for enableFaultInjection task definition parameter which can be used to enable Fault Injection feature on ECS tasks.
  • api-change:m2: [botocore] This release adds support for AWS Mainframe Modernization(M2) Service to allow specifying network type(ipv4, dual) for the environment instances. For dual network type, m2 environment applications will serve both IPv4 and IPv6 requests, whereas for ipv4 it will serve only IPv4 requests.
  • api-change:synthetics: [botocore] Add support to toggle outbound IPv6 traffic on canaries connected to dualstack subnets. This behavior can be controlled via the new Ipv6AllowedForDualStack parameter of the VpcConfig input object in CreateCanary and UpdateCanary APIs.

v1.35.82

Compare Source

=======

  • api-change:cloud9: [botocore] Added information about Ubuntu 18.04 will be removed from the available imageIds for Cloud9 because Ubuntu 18.04 has ended standard support on May 31, 2023.
  • api-change:dlm: [botocore] This release adds support for Local Zones in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies.
  • api-change:ec2: [botocore] This release adds support for EBS local snapshots in AWS Dedicated Local Zones, which allows you to store snapshots of EBS volumes locally in Dedicated Local Zones.
  • api-change:greengrassv2: [botocore] Add support for runtime in GetCoreDevice and ListCoreDevices APIs.
  • api-change:medialive: [botocore] AWS Elemental MediaLive adds three new features: MediaPackage v2 endpoint support for live stream delivery, KLV metadata passthrough in CMAF Ingest output groups, and Metadata Name Modifier in CMAF Ingest output groups for customizing metadata track names in output streams.
  • api-change:rds: [botocore] This release adds support for the "MYSQL_CACHING_SHA2_PASSWORD" enum value for RDS Proxy ClientPasswordAuthType.
boto/botocore (botocore)

v1.36.21

Compare Source

=======

  • api-change:codebuild: Added test suite names to test case metadata
  • api-change:connect: Release Notes: 1) Analytics API enhancements: Added new ListAnalyticsDataLakeDataSets API. 2) Onboarding API Idempotency: Adds ClientToken to instance creation and management APIs to support idempotency.
  • api-change:dms: Introduces premigration assessment feature to DMS Serverless API for start-replication and describe-replications
  • api-change:rds-data: Add support for Stop DB feature.
  • api-change:s3: Added support for Content-Range header in HeadObject response.
  • api-change:wafv2: The WAFv2 API now supports configuring data protection in webACLs.
  • api-change:workspaces-thin-client: Update Environment and Device name field definitions

v1.36.20

Compare Source

=======

  • api-change:accessanalyzer: This release introduces the getFindingsStatistics API, enabling users to retrieve aggregated finding statistics for IAM Access Analyzer's external access and unused access analysis features. Updated service API and documentation.
  • api-change:acm-pca: Private Certificate Authority (PCA) documentation updates
  • api-change:ecs: This is a documentation only release to support migrating Amazon ECS service ARNs to the long ARN format.
  • api-change:fis: Adds auto-pagination for the following operations: ListActions, ListExperimentTemplates, ListTargetAccountConfigurations, ListExperiments, ListExperimentResolvedTargets, ListTargetResourceTypes. Reduces length constraints of prefixes for logConfiguration and experimentReportConfiguration.
  • api-change:sagemaker: Adds additional values to the InferenceAmiVersion parameter in the ProductionVariant data type.
  • api-change:storagegateway: This release adds support for generating cache reports on S3 File Gateways for files that fail to upload.

v1.36.19

Compare Source

=======

  • api-change:b2bi: Allow spaces in the following fields in the Partnership resource: ISA 06 - Sender ID, ISA 08 - Receiver ID, GS 02 - Application Sender Code, GS 03 - Application Receiver Code
  • api-change:bedrock-agent: This releases adds the additionalModelRequestFields field to the CreateAgent and UpdateAgent operations. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters.
  • api-change:bedrock-agent-runtime: This releases adds the additionalModelRequestFields field to the InvokeInlineAgent operation. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters.
  • api-change:codebuild: Add note for the RUNNER_BUILDKITE_BUILD buildType.
  • api-change:fsx: Support for in-place Lustre version upgrades
  • api-change:medialive: Adds a RequestId parameter to all MediaLive Workflow Monitor create operations. The RequestId parameter allows idempotent operations.
  • api-change:opensearchserverless: Custom OpenSearchServerless Entity ID for SAML Config.
  • api-change:polly: Added support for the new voice - Jasmine (en-SG). Jasmine is available as a Neural voice only.
  • enhancement:Protocols: Added support for multiple protocols within a service based on performance priority.

v1.36.18

Compare Source

=======

  • api-change:acm-pca: Private Certificate Authority service now supports Partitioned CRL as a revocation configuration option.
  • api-change:appsync: Add support for operation level caching
  • api-change:ec2: Adding support for the new fullSnapshotSizeInBytes field in the response of the EC2 EBS DescribeSnapshots API. This field represents the size of all the blocks that were written to the source volume at the time the snapshot was created.
  • api-change:pi: Documentation only update for RDS Performance Insights dimensions for execution plans and locking analysis.

v1.36.17

Compare Source

=======

  • api-change:apigatewayv2: Documentation updates for Amazon API Gateway
  • api-change:cloudfront: Doc-only update that adds defaults for CloudFront VpcOriginEndpointConfig values.
  • api-change:connect: Updated the CreateContact API documentation to indicate that it only applies to EMAIL contacts.
  • api-change:dms: New vendors for DMS Data Providers: DB2 LUW and DB2 for z/OS

v1.36.16

Compare Source

=======

  • api-change:ecr: Adds support to handle the new basic scanning daily quota.
  • api-change:eks: Introduce versionStatus field to take place of status field in EKS DescribeClusterVersions API
  • api-change:mediaconvert: This release adds support for Animated GIF output, forced chroma sample positioning metadata, and Extensible Wave Container format
  • api-change:pi: Adds documentation for dimension groups and dimensions to analyze locks for Database Insights.
  • api-change:transcribe: This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe APIs within Amazon Transcribe.

v1.36.15

Compare Source

=======

  • api-change:cloudformation: We added 5 new stack refactoring APIs: CreateStackRefactor, Execut

Configuration

📅 Schedule: Branch creation - "after 5am on saturday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

To execute skipped test pipelines write comment /ok-to-test.

This PR has been generated by MintMaker (powered by Renovate Bot).

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants