Open
Conversation
eae6fe2 to
6c1f6f6
Compare
ab56f7b to
03342aa
Compare
4fba0b6 to
3d42177
Compare
ca01232 to
ff76923
Compare
9a8460d to
a51284c
Compare
7e64257 to
4f12630
Compare
4f12630 to
b70d303
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.22→3.233.22.2→3.23.33.22→3.23==4.0.2→==4.1.0==1.43.4→==1.44.43==1.41.4→==1.42.5329.0.4→29.2.1==0.22.3→==0.22.41.25-alpine3.22→1.26-alpine3.221.25.4-alpine→1.26.0-alpine1.25-alpine3.22→1.26-alpine3.22v2.6.2-alpine→v2.10.1-alpine3.0.0→3.0.31.14.3→1.15.01.14.0→1.14.51.21.1→1.21.3==1.0.1→==1.1.04.49.2→4.52.425.2-alpine3.22→25.6-alpine3.2225.2-alpine3.22→25.6-alpine3.22v0.29.0→v0.31.1v3.7.3→v3.9.1==0.23.1→==0.24.1==4.0.3→==4.0.4==0.15.0→==0.16.0==2.0.1→==2.1.1==1.37.1→==1.38.0Release Notes
pylint-dev/astroid (astroid)
v4.1.0Compare Source
============================
Release date: 2026-02-08
Add support for equality constraints (
==,!=) in inference.Closes pylint-dev/pylint#3632
Closes pylint-dev/pylint#3633
Ensure
ast.JoinedStrnodes areUninferablewhen theast.FormattedValueisUninferable. This preventsunexpected-keyword-argmessages in Pylintwhere the
Uninferablestring appeared in function arguments that wereconstructed dynamically.
Closes pylint-dev/pylint#10822
Add support for type constraints (
isinstance(x, y)) in inference.Closes pylint-dev/pylint#1162
Closes pylint-dev/pylint#4635
Closes pylint-dev/pylint#10469
Make
type.__new__()raise clear errors instead of returningNoneMove object dunder methods from
FunctionModeltoObjectModelto make themavailable on all object types, not just functions.
Closes #2742
Closes #2741
Closes pylint-dev/pylint#6094
linenoandend_linenoare now available onArguments.Add helper to iterate over all annotations nodes of function arguments,
Arguments.get_annotations().Refs #2860
Skip direct parent when determining the
Decoratorframe.Refs pylint-dev/pylint#8425
Add simple command line interface for astroid to output generated AST.
Use with
python -m astroid.Fix incorrect type inference for
super().method()calls that returnSelf.Previously, astroid would infer the parent class type instead of the child class type,
causing pylint E1101 false positives in method chaining scenarios.
Closes #457
Add missing
dtypeandcastingparameters tonumpy.concatenatebrain.Closes #2870
Fix ability to detect .py modules inside PATH directories on Windows
described by a UNC path with a trailing backslash (
\)Fix
random.sampleinference crash when sequence contains uninferable elements.Closes #2518
Fix
random.samplecrash when cloningClassDeforFunctionDefnodes.Closes #2923
v4.0.4Compare Source
============================
Release date: 2026-02-07
Fix
is_namespace()crash when search locations containpathlib.Pathobjects.Closes #2942
v4.0.3Compare Source
============================
Release date: 2026-01-03
Fix inference of
IfExp(ternary expression) nodes to avoid prematurely narrowingresults in the face of inference ambiguity.
Closes #2899
Fix base class inference for dataclasses using the PEP 695 typing syntax.
Refs pylint-dev/pylint#10788
aws/aws-cli (awscli)
v1.44.43Compare Source
=======
bcm-dashboards: The Billing and Cost Management GetDashboard API now returns identifier for each widget, enabling users to uniquely identify widgets within their dashboards.ecr: Adds multiple artifact types filter support in ListImageReferrers API.pca-connector-scep: AWS Private CA Connector for SCEP now supports AWS PrivateLink, allowing your clients to request certificates from within your Amazon Virtual Private Cloud (VPC) without traversing the public internet. With this launch, you can create VPC endpoints to connect to your SCEP connector privately.v1.44.42Compare Source
=======
cleanrooms: This release adds support for federated catalogs in Athena-sourced configured tables.connect: Correcting in-app notifications API documentation.v1.44.41Compare Source
=======
ec2: Add Operator field to CreatePlacementGroup and DescribePlacementGroup APIs.grafana: This release updates Amazon Managed Grafana's APIs to support customer managed KMS keys.rds: Adds support for the StorageEncryptionType field to specify encryption type for DB clusters, DB instances, snapshots, automated backups, and global clusters.workspaces-web: Adds support for branding customization without requiring a custom wallpaper.v1.44.40Compare Source
=======
arc-region-switch: Clarify documentation on ARC Region Switch start-plan-execution operationec2: Documentation updates for EC2 Secondary Networksecr: Adds support for enabling blob mounting, and removes support for Clair based image scanningkafka: Amazon MSK now supports dual-stack connectivity (IPv4 and IPv6) for existing MSK clusters. You can enable dual-stack on existing clusters by specifying the NetworkType parameter in updateConnectivity API.kms: Added support for Decrypt and ReEncrypt API's to use dry run feature without ciphertext for authorization validationqconnect: Update MessageType enum to include missing types.v1.44.39Compare Source
=======
cloudwatch: Adding new evaluation states that provides information about the alarm evaluation process. Evaluation error Indicates configuration errors in alarm setup that require review and correction. Evaluation failure Indicates temporary CloudWatch issues.connect: API release for headerr notifications in the admin website. APIs allow customers to publish brief messages (including URLs) to a specified audience, and a new header icon will indicate when unread messages are available.ec2: This release adds geography information to EC2 region and availability zone APIs. DescribeRegions now includes a Geography field, while DescribeAvailabilityZones includes both Geography and SubGeography fields, enabling better geographic classification for AWS regions and zones.inspector2: Added .Net 10 (dotnet10) and Node 24.x (node24.x) runtime support for lambda package scanningsagemaker: Enable g7e instance type support for SageMaker Processing, and enable single file configuration provisioning for HyperPod Slurm, where customers have the option to use HyperPod API to provide the provisioning parameters.v1.44.38Compare Source
=======
ec2: Launching nested virtualization. This feature allows you to run nested VMs inside virtual (non-bare metal) EC2 instances.v1.44.37Compare Source
=======
batch: Add support for listing jobs by share identifier and getting snapshots of active capacity utilization by job queue and share.ec2: R8i instances powered by custom Intel Xeon 6 processors available only on AWS with sustained all-core 3.9 GHz turbo frequencyeks: This release adds support for Windows Server 2025 in Amazon EKS Managed Node Groups.kafkaconnect: Support configurable upper limits on task count during autoscaling operations via maxAutoscalingTaskCount parameter.s3tables: S3 Tables now supports setting partition specifications and sort orders on tables. Partition specs allow users to define how data is organized using transform functions. Sort order configurations enable users to specify sort directions and null ordering preferences for optimized data layout.validate-logscommandv1.44.36Compare Source
=======
bedrock-agentcore: Added AgentCore browser proxy configuration support, allowing routing of browser traffic through HTTP and HTTPS proxy servers with authentication and bypass rules.connect: Amazon Connect now supports per-channel auto-accept and After Contact Work (ACW) timeouts. Configure agents with auto-accept and ACW timeout settings for chat, tasks, emails, and callbacks. Use the new UpdateUserConfig API to manage these settings.eks: Introducing an optional policy field, an IAM policy applied to pod identity associations in addition to IAM role policies. When specified, pod permissions are the intersection of IAM role policies and the policy field, ensuring the principle of least privilege.kafka: Amazon MSK adds three new APIs, CreateTopic, UpdateTopic, and DeleteTopic for managing Kafka topics in your MSK clusters.rds: This release adds backup configuration for RDS and Aurora restores, letting customers set backup retention period and preferred backup window during restore. It also enables viewing backup settings when describing snapshots or automated backups for instances and clusters.v1.44.35Compare Source
=======
connectcampaignsv2: Add the missing event type for WhatsAppec2: Amazon Secondary Networks is a networking feature that provides high-performance, low-latency connectivity for specialized workloads.eks: Amazon EKS adds a new DescribeUpdate update type, VendedLogsUpdate, to support an integration between EKS Auto Mode and Amazon CloudWatch Vended Logs.imagebuilder: EC2 Image Builder now supports wildcard patterns in lifecycle policies with recipes and enhances the experience of tag-scoped policies.lakeformation: Allow cross account v5 in put data lake settingsneptunedata: Added edgeOnlyLoad boolean parameter to Neptune bulk load request. When TRUE, files are loaded in order without scanning. When FALSE (default), the loader scans files first, then loads vertex files before edge files automatically.pcs: Introduces RESUMING state for clusters, compute node groups, and queues.transfer: This release adds a documentation update for MdnResponse of type "ASYNC"v1.44.34Compare Source
=======
bedrock-data-automation-runtime: Add OutputConfiguration to InvokeDataAutomation input and output to support S3 outputdeadline: Adds support for tagging jobs during job creationiot-managed-integrations: Adding support for Custom(General) Authorization in managed integrations for AWS IoT Device Management cloud connectors.partnercentral-selling: Releasing AWS Opportunity Snapshots for SDK release.sagemaker: Adding g7e instance support in Sagemaker Trainingv1.44.33Compare Source
=======
arc-region-switch: Updates documentation for ARC Region switch and provides stronger validation for Amazon Aurora Global Database execution block parameters.athena: Reduces the minimum TargetDpus to create or update capacity reservations from 24 to 4.bedrock-agentcore: Support Browser profile persistence (cookies and local storage) across sessions for AgentCore Browser.bedrock-agentcore-control: Support Browser profile persistence (cookies and local storage) across sessions for AgentCore Browser.glue: This release adds the capability to easily create custom AWS Glue connections to data sources with REST APIs.medialive: Outputs using the AV1 codec in CMAF Ingest output groups in MediaLive now have the ability to specify a target bit depth of 8 or 10.neptune-graph: Minor neptune-graph documentation changesram: Added ListSourceAssociations API. Allows RAM resource share owners to list source associations that determine which sources can access resources through service principal associations. Supports filtering by resource share ARN, source ID, source type, or status, with pagination.transfer: Adds support for the customer to send custom HTTP headers and configure an AS2 Connector to receive Asynchronous MDNs from their trading partnerworkspaces: Added support for 12 new graphics-optimized compute types - Graphics.g6 (xlarge, 2xlarge, 4xlarge, 8xlarge, 16xlarge), Graphics.gr6 (4xlarge, 8xlarge), Graphics.g6f (large, xlarge, 2xlarge, 4xlarge), and Graphics.gr6f (4xlarge).v1.44.32Compare Source
=======
bedrock-runtime: Added support for structured outputs to Converse and ConverseStream APIs.connectcases: Amazon Connect Cases now supports larger, multi-line text fields with up to 4,100 characters. Administrators can use the Admin UI to select the appropriate configuration (single-line or multi-line) on a per-field basis, improving case documentation capabilities.eks: Update delete cluster descriptionmedialive: AWS Elemental MediaLive now supports SRT listener mode for inputs and outputs, in addition to the existing SRT caller mode.redshift: We have increased the maximum duration for a deferred maintenance window from 45 days to 60 days for Amazon Redshift provisioned clusters. This enhancement provides customers with greater flexibility in scheduling patching and maintenance activities while also maintaining security compliance.workspaces-web: Support for configuring and managing custom domain names for WorkSpaces Secure Browser portals.v1.44.31Compare Source
=======
batch: AWS Batch Array Job Visibility feature support. Includes new statusSummaryLastUpdatedAt for array job parent DescribeJobs responses for the last time the statusSummary was updated. Includes both statusSummary and statusSummaryLastUpdatedAt in ListJobs responses for array job parents.dynamodb: This change supports the creation of multi-account global tables. It adds two new arguments to CreateTable, GlobalTableSourceArn and GlobalTableSettingsReplicationMode. DescribeTable is also updated to include information about GlobalTableSettingsReplicationMode.endpoint-rules: Update endpoint-rules command to latest versiongeo-maps: Added support for optional style parameters in maps, including 3D terrain and 3D Buildingskinesis: Adds StreamId parameter to AWS Kinesis Data Streams APIs that is reserved for future use.marketplace-catalog: Adds support for Catalog API us-east-1 dualstack endpoint catalog-marketplace.us-east-1.api.awsorganizations: Updated the CloseAccount description.sso-admin: Added new Region management APIs to support multi-Region replication in IAM Identity Center.v1.44.30Compare Source
=======
bedrock-agentcore-control: Adds tagging support for AgentCore Evaluations (evaluator and online evaluation config)cloudfront: Add OriginMTLS support to CloudFront Distribution APIsmpa: Updates to multi-party approval (MPA) service to add support for multi-factor authentication (MFA) for voting operations.v1.44.29Compare Source
=======
connect: This release adds Estimated Wait Time support to the GetContactMetrics API for Amazon Connect.quicksight: Improve SessionTag usage guidelines in the GenerateEmbedURLForAnonymousUser API documentation. Update the GetIdentityContext document with the region support context.v1.44.28Compare Source
=======
ec2: G7e instances feature up to 8 NVIDIA RTX PRO 6000 Blackwell Server Edition GPUs with 768 GB of memory and 5th generation Intel Xeon Scalable processors. Supporting up to 192 vCPUs, 1600 Gbps networking bandwidth with EFA, up to 2 TiB of system memory, and up to 15.2 TB of local NVMe SSD storage.gamelift: Amazon GameLift Servers now supports automatic scaling to and from zero instances based on game session activity. Fleets scale down to zero following a defined period of no game session activity and scale up from zero when game sessions are requested, providing an option for cost optimization.v1.44.27Compare Source
=======
cognito-idp: This release adds support for a new lambda trigger to transform federated user attributes during the authentication with external identity providers on Cognito Managed Login.connect: Adds support for filtering search results based on tags assigned to contacts.ec2: SearchTransitGatewayRoutes API response now includes a NextToken field, enabling pagination when retrieving large sets of transit gateway routes. Pass the returned NextToken value in subsequent requests to retrieve the next page of results.lambda: We are launching ESM Metrics and logging for Kafka ESM to allow customers to monitor Kafka event processing using CloudWatch Metrics and Logs.mediaconnect: This release adds support for NDI flow sources in AWS Elemental MediaConnect. You can now send content to your MediaConnect transport streams directly from your NDI environment using the new NDI source type. Also adds support for LARGE 4X flow size, which can be used when creating CDI JPEG-XS flows.mediaconvert: This release adds a follow source mode for audio output channel count, an AES audio frame wrapping option for MXF outputs, and an option to signal DolbyVision compatibility using the SUPPLEMENTAL-CODECS tag in HLS manifests.s3: Adds support for the UpdateObjectEncryption API to change the server-side encryption type of objects in general purpose buckets.s3control: Adds support for the UpdateObjectEncryption API to change the server-side encryption type of objects in general purpose buckets.v1.44.26Compare Source
=======
connect: Added support for task attachments. The StartTaskContact API now accepts file attachments, enabling customers to include files (.csv, .doc, .docx, .heic, .jfif, .jpeg, .jpg, .mov, .mp4, .pdf, .png, .ppt, .pptx, .rtf, .txt, etc.) when creating Task contacts. Supports up to 5 attachments per task.deadline: AWS Deadline Cloud now supports editing job names and descriptions after submission.ec2: Releasing new EC2 instances. C8gb and M8gb with highest EBS performance, M8gn with 600 Gbps network bandwidth, X8aedz and M8azn with 5GHz AMD processors, X8i with Intel Xeon 6 processors and up to 6TB memory, and Mac-m4max with Apple M4 Max chip for 25 percent faster builds.medialive: AWS Elemental MediaLive released two new features that allows customers 1) to set Output Timecode for AV1 encoder, 2) to set a Custom Epoch for CMAF Ingest and MediaPackage V2 output groups when using Pipeline Locking or Disabled Locking modes.sagemaker: Idle resource sharing enables teams to borrow unused compute resources in your SageMaker HyperPod cluster. This capability maximizes resource utilization by allowing teams to borrow idle compute capacity beyond their allocated compute quotas.gamelift: Add--tagsparameter toupload-buildcommand.v1.44.25Compare Source
=======
connectcases: Amazon Connect now enables you to use tag-based access controls to define who can access specific cases. You can associate tags with case templates and configure security profiles to determine which users can access cases with those tags.ec2: DescribeInstanceTypes API response now includes an additionalFlexibleNetworkInterfaces field, the number of interfaces attachable to an instance when using flexible Elastic Network Adapter (ENA) queues in addition to the base number specified by maximumNetworkInterfaces.evidently: Deprecate all Evidently API for AWS CloudWatch Evidently deprecationgroundstation: Adds support for AWS Ground Station Telemetry.v1.44.24Compare Source
=======
connect: Amazon Connect now offers public APIs to programmatically configure and run automated tests for contact center experiences. Integrate testing into CICD pipelines, run multiple tests at scale, and retrieve results via API to automate validation of voice interactions and workflows.datazone: Added api for deleting data export configuration for a domainqconnect: Fixes incorrect types in the UpdateAssistantAIAgent API request, adds MESSAGE to TargetType enum, and other minor changes.v1.44.23Compare Source
=======
autoscaling: This release adds support for Amazon EC2 Auto Scaling group deletion protectionbudgets: Add Budget FilterExpression and Metrics fields to DescribeBudgetPerformanceHistory to support more granular filtering options.dynamodb: Adds additional waiters to Amazon DynamoDB.ec2: Add better support for fractional GPU instances in DescribeInstanceTypes API. The new fields, logicalGpuCount, gpuPartitionSize, and workload array enable better GPU resource selection and filtering for both full and fractional GPU instance types.endpoint-rules: Update endpoint-rules command to latest versiongamelift: Amazon GameLift Servers Realtime now supports Node.js 24.x runtime on the Amazon Linux 2023 operating system.guardduty: Adding new enum value for ScanStatusReasonhealth: Updates the lower range for the maxResults request property for DescribeAffectedEntities, DescribeAffectedEntitiesForOrganization, DescribeEvents, and DescribeEventsForOrganization API request properties.meteringmarketplace: Customer Identifier parameter deprecation date has been removed. For new implementations, we recommend using the CustomerAWSAccountID. Your current integration will continue to work. When updating your implementation, consider migrating to CustomerAWSAccountID for improved integration.verifiedpermissions: Adding documentation to user guide and API documentation for how customers can create new encrypted policy stores by passing in their customer managed key during policy store creation.v1.44.22Compare Source
=======
bedrock-agentcore: Supports custom browser extensions for AgentCore Browser and increased message payloads up to 100KB per message in an Event for AgentCore Memoryconfig: AWS Config Conformance Packs now support tag-on-create through PutConformancePack API.ec2: Added support of multiple EBS cards. New EbsCardIndex parameter enables attaching volumes to specific EBS cards on supported instance types for improved storage performance.quicksight: Added documentation and model for sheet layout groups - allows sheet elements to be grouped, Added documentation and the feature enables admins to have granular control over connectors under actions, Updated API documentation for PDF Export in Snapshot Export APIsv1.44.21Compare Source
=======
autoscaling: This release adds support for three new filters when describing scaling activities, StartTimeLowerBound, StartTimeUpperBound, and Status.bedrock-runtime: Added support for extended prompt caching with one hour TTL.keyspaces: Adds support for managing table pre-warming in Amazon Keyspaces (for Apache Cassandra)odb: Adds support for associating and disassociating IAM roles with Autonomous VM cluster resources through the AssociateIamRoleToResource and DisassociateIamRoleFromResource APIs. The GetCloudAutonomousVmCluster and ListCloudAutonomousVmClusters API responses now include the iamRoles field.verifiedpermissions: Amazon Verified Permissions now supports encryption of resources by a customer managed KMS key. Customers can now create new encrypted policy stores by passing in their customer managed key during policy store creation.workspaces-instances: Added billing configuration support for WorkSpaces Instances with monthly and hourly billing modes, including new filtering capabilities for instance type searches.v1.44.20Compare Source
=======
connect: Adds support to allow customers to create form with Dispute configurationdatazone: This release adds support for numeric filtering and complex free-text searches cases for the Search and SearchListings APIs.glacier: Documentation updates for Amazon Glacier's maintenance modelaunch-wizard: Added UpdateDeployment, ListDeploymentPatternVersions and GetDeploymentPatternVersion APIs for Launch Wizardresource-explorer-2: Added ViewName to View-related responses and ServiceViewName to GetServiceView response.sagemaker: Adding security consideration comments for lcc accessing execution role under root accessv1.44.19Compare Source
=======
cleanrooms: This release adds support for parameters in PySpark analysis templates.deadline: AWS Deadline Cloud now supports tagging Budget resources with ABAC for permissions management and selecting up to 16 filter values in the monitor and Search API.ec2: This release includes documentation updates to support up to four Elastic Volume modifications per Amazon EBS volume within a rolling 24-hour period.ecs: Adds support for configuring FIPS in AWS GovCloud (US) Regions via a new ECS Capacity Provider field fipsEnabled. When enabled, instances launched by the capacity provider will use a FIPS-140 enabled AMI. Instances will use FIPS-140 compliant cryptographic modules and AWS FIPS endpoints.evs: A new GetVersions API has been added to retrieve VCF, ESX versions, and EC2 instances provided by Amazon EVS. The CreateEnvironment API now allows you to select a VCF version and the CreateEnvironmentHost API introduces a optional esxVersion parameter.lakeformation: API Changes for GTCForLocation feature. Includes a new API, GetTemporaryDataLocationCredentials and updates to the APIs RegisterResource and UpdateResourceopensearchserverless: Collection groups in Amazon OpenSearch Serverless enables to organize multiple collections and enable compute resource sharing across collections with different KMS keys. This shared compute model reduces costs by eliminating the need for separate OpenSearch Compute Units (OCUs) for each KMS key.qconnect: Fix inference configuration shapes for the CreateAIPrompt and UpdateAIPrompt APIs, Modify Text Length Limit for SendMessage APIv1.44.18Compare Source
=======
ce: Cost Categories added support to BillingView data filter expressions through the new costCategories parameter, enabling users to filter billing views by AWS Cost Categories for more granular cost management and allocation.connect: Amazon Connect makes it easier to manage contact center operating hours by enabling automated scheduling for recurring events like holidays and maintenance windows. Set up recurring patterns (weekly, monthly, etc.) or link to another hours of operation to inherit overrides.eks: Added support for BOTTLEROCKET NVIDIA FIPS AMIs to AMI types in US regions.rds: no feature changes. model migrated to Smithyredshift: Adds support for enabling extra compute resources for automatic optimization during create and modify operations in Amazon Redshift clusters.redshift-serverless: Adds support for enabling extra compute resources for automatic optimization during create and update operations in Amazon Redshift Serverless workgroups.socialmessaging: This release clarifies WhatsApp template operations as a resource-authenticated operation via the parent WhatsApp Business Account. It also introduces new parameters for parameter format, CTA URL link tracking, and template body examples, and increases the phone number ID length.v1.44.17Compare Source
=======
bedrock: This change will increase TestCase guardContent input size from 1024 to 2028 characters and PolicyBuildDocumentDescription from 2000 to 4000 charactersdatazone: Adds support for IAM role subscriptions to Glue table listings via CreateSubscriptionRequest API. Also adds owningIamPrincipalArn filter to List APIs and subscriptionGrantCreationMode parameter to subscription target APIs for controlling grant creation behavior.v1.44.16Compare Source
=======
billing: Cost Categories filtering support to BillingView data filter expressions through the new costCategories parameter, enabling users to filter billing views by AWS Cost Categories for more granular cost management and allocation.iot-managed-integrations: This release introduces WiFi Simple Setup (WSS) enabling device provisioning via barcode scanning with automated network discovery, authentication, and credential provisioning. Additionally, it introduces 2P Device Capability Rediscovery for updating hub-managed device capabilities post-onboarding.sagemaker: Added ultraServerType to the UltraServerInfo structure to support server type identification for SageMaker HyperPods3: Adds new parameter--case-conflictthat configures how case conflicts are handled on case-insensitive filesystemsv1.44.15Compare Source
=======
bedrock-agentcore-control: Adds optional field "view" to GetMemory API input to give customers control over whether CMK encrypted data such as strategy decryption or override prompts is returned or not.cloudfront: Added EntityLimitExceeded exception handling to the following API operations AssociateDistributionWebACL, AssociateDistributionTenantWebACL, UpdateDistributionWithStagingConfigglue: Adding MaterializedViews task run APIsmedialive: MediaPackage v2 output groups in MediaLive can now accept one additional destination for single pipeline channels and up to two additional destinations for standard channels. MediaPackage v2 destinations now support sending to cross region MediaPackage channels.transcribe: Adds waiters to Amazon Transcribe.v1.44.14Compare Source
=======
workspaces: Add StateMessage and ProgressPercentage fields to DescribeCustomWorkspaceImageImport API response.v1.44.13Compare Source
=======
ce: This release updates existing reservation recommendations API to support deployment model.emr-serverless: Added support for enabling disk encryption using customer managed AWS KMS keys to CreateApplication, UpdateApplication and StartJobRun APIs.v1.44.12Compare Source
=======
cleanroomsml: AWS Clean Rooms ML now supports advanced Spark configurations to optimize SQL performance when creating an MLInputChannel or an audience generation job.v1.44.11Compare Source
=======
s3: Reverts addition of--case-conflictfeature which caused a performance regression when copying from S3 to large local directoriesv1.44.10Compare Source
=======
cleanrooms: Added support for publishing detailed metrics to CloudWatch for operational monitoring of collaborations, including query performance and resource utilization.identitystore: This change introduces "Roles" attribute for User entities supported by AWS Identity Store SDK.v1.44.9Compare Source
======
connect: Adds support for searching global contacts using the ActiveRegions filter, and pagination support for ListSecurityProfileFlowModules and ListEntitySecurityProfiles.endpoint-rules: Update endpoint-rules command to latest versionkafkaconnect: This change sets the KafkaConnect GovCloud FIPS and FIPS DualStack endpoints to use kafkaconnect instead of kafkaconnect-fips as the service name. This is done to match the Kafka endpoints.v1.44.8Compare Source
======
connect: Changes for Contact for Global Searchquicksight: This release adds support for quick users to be able to perform role upgrades on their own. Additionally it allows admins to make this feature admin or auto approval along with new self upgrade capability that can be restricted by Admins.v1.44.7Compare Source
======
medialive: AWS Elemental MediaLive now supports Pipeline Locking using Video Alignment as well as linked single pipeline channels to enable cross-channel and cross-region Pipeline Locking workflows.v1.44.6Compare Source
======
endpoint-rules: Update endpoint-rules command to latest versiongeo-places: Adds support for InferredSecondaryAddress place type, Designator in SecondaryAddressComponent and Heading in ReverseGeocode.pinpoint-sms-voice-v2: This release adds support for the Registration Reviewer feature, which provides generative AI feedback on a phone number or sender ID registration to ensure completeness before sending to downstream (carrier) review.s3: Add additional validation to Outpost bucket names.s3: Adds new parameter--case-conflictthat configures how case conflicts are handled on case-insensitive filesystemsv1.44.5Compare Source
======
config: Added supported resourceTypes for Config from July to November 2025ec2: Adds support for linkedGroupId on the CreatePlacementGroup and DescribePlacementGroups APIs. The linkedGroupId parameter is reserved for future use.guardduty: Make accountIds a required field in GetRemainingFreeTrialDays API to reflect service behavior.pcs: Change API Reference Documentation for default Mode in Accounting and SlurmRestv1.44.4Compare Source
======
arc-region-switch: Automatic Plan Execution Reports allow customers to maintain a concise record of their Region switch Plan executions. This enables customer SREs and leadership to have a clear view of their recovery posture based on the generated reports for their Plan executions.connect: Adding support for Custom Metrics and Pre-Defined Attributes to GetCurrentMetricData API.emr-serverless: Added JobLevelCostAllocationConfiguration field to enable cost allocation reporting at the job level, providing more granular visibility into EMR Serverless chargesendpoint-rules: Update endpoint-rules command to latest versioniot: This release adds event-based logging feature that enables granular event logging controls for AWS IoT logs.qbusiness: It is a internal bug fix for region expansionwickr: AWS Wickr now provides a suite of admin APIs to allow you to programmatically manage secure communication for Wickr networks at scale. These APIs enable you to automate administrative workflows including user lifecycle management, network configuration, and security group administration.workspaces-web: Add support for WebAuthn under user settings.v1.44.3Compare Source
======
appstream: Added support for new operating systems (1) Ubuntu 24.04 Pro LTS onConfiguration
📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.