Changelog
### 5.1.2
```
==========================
*October 8, 2024*
Django 5.1.2 fixes several bugs in 5.1.1. Also, the latest string translations
from Transifex are incorporated.
Bugfixes
========
* Fixed a regression in Django 5.1 that caused a crash when using the
PostgreSQL lookup :lookup:`trigram_similar` on output fields from ``Concat``
(:ticket:`35732`).
* Fixed a regression in Django 5.1 that caused a crash of ``JSONObject()``
when using server-side binding with PostgreSQL 16+ (:ticket:`35734`).
* Fixed a regression in Django 5.1 that made selected items in multi-select
widgets indistinguishable from non-selected items in the admin dark theme
(:ticket:`35809`).
==========================
```
Links
- PyPI: https://pypi.org/project/django
- Changelog: https://data.safetycli.com/changelogs/django/
Changelog
### 5.0.0
```
------------------
- Add formal support for `Django 5.1`
- Remove MonitorField deprecation warning. `None` - instead of
`django.utils.timezone.now` will be used when nullable and no default provided (GH-599)
- Add deprecation warning for MonitorField. The default value will be `None`
instead of `django.utils.timezone.now` - when nullable and without a default.
- Add Brazilian Portuguese translation (GH-578)
- Don't use `post_init` signal for initialize tracker
- Make `contribute_to_class()` in `StatusField`, `MonitorField` and `SplitField`
forward additional arguments to Django
- `SplitField` no longer accepts `no_excerpt_field` as a keyword argument
- Make `soft` argument to `SoftDeletableModel.delete()` keyword-only
- `JoinManager` and `JoinManagerMixin` have been deprecated;
please use ``JoinQueryset.as_manager()`` instead
- Change `SoftDeletableQuerySetMixin.delete` to replicate Django's API.
```
Links
- PyPI: https://pypi.org/project/django-model-utils
- Changelog: https://data.safetycli.com/changelogs/django-model-utils/
- Repo: https://github.com/jazzband/django-model-utils
Changelog
### 7.6.4
```
--------------------------
- fix: multi-line ``with`` statements could cause contained branches to be
incorrectly marked as missing (`issue 1880`_). This is now fixed.
.. _issue 1880: https://github.com/nedbat/coveragepy/issues/1880
.. _changes_7-6-3:
```
### 7.6.3
```
--------------------------
- Fix: nested context managers could incorrectly be analyzed to flag a missing
branch on the last context manager, as described in `issue 1876`_. This is
now fixed.
- Fix: the missing branch message about not exiting a module had an extra
"didn't," as described in `issue 1873`_. This is now fixed.
.. _issue 1873: https://github.com/nedbat/coveragepy/issues/1873
.. _issue 1876: https://github.com/nedbat/coveragepy/issues/1876
.. _changes_7-6-2:
```
### 7.6.2
```
--------------------------
- Dropped support for Python 3.8 and PyPy 3.8.
- Fix: a final wildcard match/case clause assigning to a name (``case _ as
value``) was incorrectly marked as a missing branch. This is now fixed,
closing `issue 1860`_.
- Fewer things are considered branches now. Lambdas, comprehensions, and
generator expressions are no longer marked as missing branches if they don't
complete execution. Closes `issue 1852`_.
- Fix: the HTML report didn't properly show multi-line f-strings that end with
a backslash continuation. This is now fixed, closing `issue 1836`_, thanks
to `LiuYinCarl and Marco Ricci <pull 1838_>`_.
- Fix: the LCOV report now has correct line numbers (fixing `issue 1846`_) and
better branch descriptions for BRDA records (fixing `issue 1850`_). There
are other changes to lcov also, including a new configuration option
:ref:`line_checksums <config_lcov_line_checksums>` to control whether line
checksums are included in the lcov report. The default is false. To keep
checksums set it to true. All this work is thanks to Zack Weinberg
(`pull 1849`_ and `pull 1851`_).
- Fixed the docs for multi-line regex exclusions, closing `issue 1863`_.
- Fixed a potential crash in the C tracer, closing `issue 1835`_, thanks to
`Jan Kühle <pull 1843_>`_.
.. _issue 1835: https://github.com/nedbat/coveragepy/issues/1835
.. _issue 1836: https://github.com/nedbat/coveragepy/issues/1836
.. _pull 1838: https://github.com/nedbat/coveragepy/pull/1838
.. _pull 1843: https://github.com/nedbat/coveragepy/pull/1843
.. _issue 1846: https://github.com/nedbat/coveragepy/issues/1846
.. _pull 1849: https://github.com/nedbat/coveragepy/pull/1849
.. _issue 1850: https://github.com/nedbat/coveragepy/issues/1850
.. _pull 1851: https://github.com/nedbat/coveragepy/pull/1851
.. _issue 1852: https://github.com/nedbat/coveragepy/issues/1852
.. _issue 1860: https://github.com/nedbat/coveragepy/issues/1860
.. _issue 1863: https://github.com/nedbat/coveragepy/issues/1863
.. _changes_7-6-1:
```
Links
- PyPI: https://pypi.org/project/coverage
- Changelog: https://data.safetycli.com/changelogs/coverage/
- Repo: https://github.com/nedbat/coveragepy
Changelog
### 1.35.45
```
=======
* api-change:``application-insights``: [``botocore``] This feature enables customers to specify SNS Topic ARN. CloudWatch Application Insights (CWAI) will utilize this ARN to send problem notifications.
* api-change:``autoscaling``: [``botocore``] Adds support for removing the PlacementGroup setting on an Auto Scaling Group through the UpdateAutoScalingGroup API.
* api-change:``bedrock-agent-runtime``: [``botocore``] Knowledge Bases for Amazon Bedrock now supports custom prompts and model parameters in the orchestrationConfiguration of the RetrieveAndGenerate API. The modelArn field accepts Custom Models and Imported Models ARNs.
* api-change:``dms``: [``botocore``] Added support for tagging in StartReplicationTaskAssessmentRun API and introduced IsLatestTaskAssessmentRun and ResultStatistic fields for enhanced tracking and assessment result statistics.
* api-change:``ec2``: [``botocore``] Amazon EC2 now allows you to create network interfaces with just the EFA driver and no ENA driver by specifying the network interface type as efa-only.
* api-change:``eks``: [``botocore``] This release adds support for Amazon Application Recovery Controller (ARC) zonal shift and zonal autoshift with EKS that enhances the resiliency of multi-AZ cluster environments
* api-change:``fms``: [``botocore``] Update AWS WAF policy - add the option to retrofit existing web ACLs instead of creating all new web ACLs.
* api-change:``payment-cryptography-data``: [``botocore``] Adding new API to generate authenticated scripts for EMV pin change use cases.
* api-change:``wafv2``: [``botocore``] Add a property to WebACL to indicate whether it's been retrofitted by Firewall Manager.
* enhancement:``s3``: [``botocore``] Handle HTTP 200 responses with error information for all supported s3 operations.
```
### 1.35.44
```
=======
* api-change:``athena``: [``botocore``] Removing FEDERATED from Create/List/Delete/GetDataCatalog API
* api-change:``bedrock``: [``botocore``] Adding converse support to CMI API's
* api-change:``bedrock-runtime``: [``botocore``] Added converse support for custom imported models
* api-change:``datazone``: [``botocore``] Adding the following project member designations: PROJECT_CATALOG_VIEWER, PROJECT_CATALOG_CONSUMER and PROJECT_CATALOG_STEWARD in the CreateProjectMembership API and PROJECT_CATALOG_STEWARD designation in the AddPolicyGrant API.
* api-change:``ec2``: [``botocore``] RequestSpotInstances and RequestSpotFleet feature release.
```
### 1.35.43
```
=======
* api-change:``bedrock-agent``: [``botocore``] Removing support for topK property in PromptModelInferenceConfiguration object, Making PromptTemplateConfiguration property as required, Limiting the maximum PromptVariant to 1
* api-change:``dataexchange``: [``botocore``] This release adds Data Grant support, through which customers can programmatically create data grants to share with other AWS accounts and accept data grants from other AWS accounts.
* api-change:``ecs``: [``botocore``] This is an Amazon ECS documentation only update to address tickets.
* api-change:``pinpoint-sms-voice-v2``: [``botocore``] Added the registrations status of REQUIRES_AUTHENTICATION
* api-change:``pipes``: [``botocore``] This release adds validation to require specifying a SecurityGroup and Subnets in the Vpc object under PipesSourceSelfManagedKafkaParameters. It also adds support for iso-e, iso-f, and other non-commercial partitions in ARN parameters.
* api-change:``quicksight``: [``botocore``] Add StartDashboardSnapshotJobSchedule API. RestoreAnalysis now supports restoring analysis to folders.
* api-change:``rds``: [``botocore``] Updates Amazon RDS documentation for TAZ IAM support
* api-change:``workspaces``: [``botocore``] Updated the DomainName pattern for Active Directory
```
### 1.35.42
```
=======
* api-change:``s3``: [``botocore``] Add support for the new optional bucket-region and prefix query parameters in the ListBuckets API. For ListBuckets requests that express pagination, Amazon S3 will now return both the bucket names and associated AWS regions in the response.
* bugfix:Config: [``botocore``] Fixed sigv4a_signing_region_set resolution when set in environment or config file.
```
### 1.35.41
```
=======
* api-change:``amplify``: [``botocore``] Added sourceUrlType field to StartDeployment request
* api-change:``cloudformation``: [``botocore``] Documentation update for AWS CloudFormation API Reference.
* api-change:``codebuild``: [``botocore``] Enable proxy for reserved capacity fleet.
* api-change:``ivs``: [``botocore``] On a channel that you own, you can now replace an ongoing stream with a new stream by streaming up with the priority parameter appended to the stream key.
* api-change:``qbusiness``: [``botocore``] Amazon Q Business now supports embedding the Amazon Q Business web experience on third-party websites.
* api-change:``redshift``: [``botocore``] This release launches the CreateIntegration, DeleteIntegration, DescribeIntegrations and ModifyIntegration APIs to create and manage Amazon Redshift Zero-ETL Integrations.
* api-change:``resiliencehub``: [``botocore``] AWS Resilience Hub now integrates with the myApplications platform, enabling customers to easily assess the resilience of applications defined in myApplications. The new Resiliency widget provides visibility into application resilience and actionable recommendations for improvement.
* api-change:``sesv2``: [``botocore``] This release adds support for email maximum delivery seconds that allows senders to control the time within which their emails are attempted for delivery.
```
### 1.35.40
```
=======
* api-change:``codepipeline``: [``botocore``] AWS CodePipeline V2 type pipelines now support automatically retrying failed stages and skipping stage for failed entry conditions.
* api-change:``mailmanager``: [``botocore``] Mail Manager support for viewing and exporting metadata of archived messages.
* api-change:``securitylake``: [``botocore``] This release updates request validation regex for resource ARNs.
* api-change:``supplychain``: [``botocore``] This release adds AWS Supply Chain instance management functionality. Specifically adding CreateInstance, DeleteInstance, GetInstance, ListInstances, and UpdateInstance APIs.
* api-change:``transfer``: [``botocore``] This release enables customers using SFTP connectors to query the transfer status of their files to meet their monitoring needs as well as orchestrate post transfer actions.
```
### 1.35.39
```
=======
* api-change:``appflow``: [``botocore``] Doc only updates for clarification around OAuth2GrantType for Salesforce.
* api-change:``elbv2``: [``botocore``] Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target.
* api-change:``emr``: [``botocore``] This release provides new parameter "Context" in instance fleet clusters.
* api-change:``guardduty``: [``botocore``] Added a new field for network connection details.
* api-change:``robomaker``: [``botocore``] Documentation update: added support notices to each API action.
```
### 1.35.38
```
=======
* api-change:``acm-pca``: [``botocore``] Documentation updates for AWS Private CA.
* api-change:``dms``: [``botocore``] Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message.
* api-change:``ec2``: [``botocore``] This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations.
* api-change:``ecs``: [``botocore``] This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available.
* api-change:``elastic-inference``: [``botocore``] Elastic Inference - Documentation update to add service shutdown notice.
* api-change:``iotfleetwise``: [``botocore``] Refine campaign related API validations
* api-change:``neptune-graph``: [``botocore``] Support for 16 m-NCU graphs available through account allowlisting
* api-change:``outposts``: [``botocore``] Adding new "DELIVERED" enum value for Outposts Order status
* api-change:``route53resolver``: [``botocore``] Route 53 Resolver Forwarding Rules can now include a server name indication (SNI) in the target address for rules that use the DNS-over-HTTPS (DoH) protocol. When a DoH-enabled Outbound Resolver Endpoint forwards a request to a DoH server, it will provide the SNI in the TLS handshake.
* api-change:``socialmessaging``: [``botocore``] This release for AWS End User Messaging includes a public SDK, providing a suite of APIs that enable sending WhatsApp messages to end users.
* api-change:``timestream-influxdb``: [``botocore``] This release updates our regex based validation rules in regards to valid DbInstance and DbParameterGroup name.
```
### 1.35.37
```
=======
* api-change:``codepipeline``: [``botocore``] AWS CodePipeline introduces a Compute category
```
### 1.35.36
```
=======
* api-change:``elasticache``: [``botocore``] AWS ElastiCache SDK now supports using APIs with newly launched Valkey engine. Please refer to updated AWS ElastiCache public documentation for detailed information on API usage.
* api-change:``memorydb``: [``botocore``] Amazon MemoryDB SDK now supports all APIs for newly launched Valkey engine. Please refer to the updated Amazon MemoryDB public documentation for detailed information on API usage.
* enhancement:Python: [``botocore``] Added provisional Python 3.13 support to Botocore
* enhancement:Python: Added provisional Python 3.13 support to Boto3
```
### 1.35.35
```
=======
* api-change:``deadline``: [``botocore``] Add support for using the template from a previous job during job creation and listing parameter definitions for a job.
* api-change:``marketplace-reporting``: [``botocore``] Documentation-only update for AWS Marketplace Reporting API.
* api-change:``qconnect``: [``botocore``] This release adds support for the following capabilities: Configuration of the Gen AI system via AIAgent and AIPrompts. Integration support for Bedrock Knowledge Base.
* api-change:``redshift``: [``botocore``] Add validation pattern to S3KeyPrefix on the EnableLogging API
```
### 1.35.34
```
=======
* api-change:``ec2``: [``botocore``] Documentation updates for Amazon EC2.
* api-change:``iot-data``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
```
### 1.35.33
```
=======
* api-change:``codepipeline``: [``botocore``] AWS CodePipeline introduces Commands action that enables you to easily run shell commands as part of your pipeline execution.
* api-change:``connect``: [``botocore``] Public GetMetricDataV2 Grouping increase from 3 to 4
* api-change:``ec2``: [``botocore``] This release includes a new API for modifying instance cpu-options after launch.
* api-change:``iot``: [``botocore``] This release adds support for Custom Authentication with X.509 Client Certificates, support for Custom Client Certificate validation, and support for selecting application protocol and authentication type without requiring TLS ALPN for customer's AWS IoT Domain Configurations.
* api-change:``marketplace-reporting``: [``botocore``] The AWS Marketplace Reporting service introduces the GetBuyerDashboard API. This API returns a dashboard that provides visibility into your organization's AWS Marketplace agreements and associated spend across the AWS accounts in your organization.
* api-change:``mediapackagev2``: [``botocore``] Added support for ClipStartTime on the FilterConfiguration object on OriginEndpoint manifest settings objects. Added support for EXT-X-START tags on produced HLS child playlists.
* api-change:``quicksight``: [``botocore``] QuickSight: Add support for exporting and importing folders in AssetBundle APIs
* enhancement:AWSCRT: [``botocore``] Update awscrt version to 0.22.0
```
### 1.35.32
```
=======
* api-change:``appstream``: [``botocore``] Added support for Automatic Time Zone Redirection on Amazon AppStream 2.0
* api-change:``b2bi``: [``botocore``] Added and updated APIs to support outbound EDI transformations
* api-change:``bedrock-agent-runtime``: [``botocore``] Added raw model response and usage metrics to PreProcessing and PostProcessing Trace
* api-change:``bedrock-runtime``: [``botocore``] Added new fields to Amazon Bedrock Guardrails trace
* api-change:``iotdeviceadvisor``: [``botocore``] Add clientToken attribute and implement idempotency for CreateSuiteDefinition.
* api-change:``ivs-realtime``: [``botocore``] Adds new Stage Health EventErrorCodes applicable to RTMP(S) broadcasts. Bug Fix: Enforces that EncoderConfiguration Video height and width must be even-number values.
* api-change:``s3``: [``botocore``] This release introduces a header representing the minimum object size limit for Lifecycle transitions.
* api-change:``sagemaker``: [``botocore``] releasing builtinlcc to public
* api-change:``workspaces``: [``botocore``] WSP is being rebranded to become DCV.
```
### 1.35.31
```
=======
* api-change:``bedrock-agent``: [``botocore``] This release adds support to stop an ongoing ingestion job using the StopIngestionJob API in Agents for Amazon Bedrock.
* api-change:``codeartifact``: [``botocore``] Add support for the dual stack endpoints.
* api-change:``rds``: [``botocore``] This release provides additional support for enabling Aurora Limitless Database DB clusters.
```
### 1.35.30
```
=======
* api-change:``bedrock``: [``botocore``] Add support for custom models via provisioned throughput for Bedrock Model Evaluation
* api-change:``clouddirectory``: [``botocore``] Add examples for API operations in model.
* api-change:``connect``: [``botocore``] Amazon Connect introduces StartOutboundChatContact API allowing customers to initiate outbound chat contacts
* api-change:``pricing``: [``botocore``] Add examples for API operations in model.
* api-change:``resource-groups``: [``botocore``] This update includes new APIs to support application groups and to allow users to manage resource tag-sync tasks in applications.
* api-change:``supplychain``: [``botocore``] Release DataLakeDataset, DataIntegrationFlow and ResourceTagging APIs for AWS Supply Chain
* api-change:``timestream-influxdb``: [``botocore``] Timestream for InfluxDB now supports port configuration and additional customer-modifiable InfluxDB v2 parameters. This release adds Port to the CreateDbInstance and UpdateDbInstance API, and additional InfluxDB v2 parameters to the CreateDbParameterGroup API.
* api-change:``verifiedpermissions``: [``botocore``] Add examples for API operations in model.
```
### 1.35.29
```
=======
* api-change:``customer-profiles``: [``botocore``] Introduces optional RoleArn parameter for PutIntegration request and includes RoleArn in the response of PutIntegration, GetIntegration and ListIntegrations
* api-change:``quicksight``: [``botocore``] Adding personalization in QuickSight data stories. Admins can enable or disable personalization through QuickSight settings.
* api-change:``securityhub``: [``botocore``] Documentation updates for AWS Security Hub
* api-change:``sesv2``: [``botocore``] This release adds support for engagement tracking over Https using custom domains.
```
### 1.35.28
```
=======
* api-change:``chatbot``: [``botocore``] Return State and StateReason fields for Chatbot Channel Configurations.
* api-change:``lambda``: [``botocore``] Reverting Lambda resource-based policy and block public access APIs.
* api-change:``organizations``: [``botocore``] Add support for policy operations on the CHATBOT_POLICY policy type.
* api-change:``pcs``: [``botocore``] AWS PCS API documentation - Edited the description of the iamInstanceProfileArn parameter of the CreateComputeNodeGroup and UpdateComputeNodeGroup actions; edited the description of the SlurmCustomSetting data type to list the supported parameters for clusters and compute node groups.
* api-change:``rds-data``: [``botocore``] Documentation update for RDS Data API to reflect support for Aurora MySQL Serverless v2 and Provisioned DB clusters.
* api-change:``sagemaker``: [``botocore``] Adding `TagPropagation` attribute to Sagemaker API
```
### 1.35.27
```
=======
* api-change:``cloudtrail``: [``botocore``] Doc-only update for CloudTrail network activity events release (in preview)
* api-change:``ec2``: [``botocore``] Updates to documentation for the transit gateway security group referencing feature.
* api-change:``fsx``: [``botocore``] Doc-only update to address Lustre S3 hard-coded names.
* api-change:``worklink``: [``botocore``] The worklink client has been removed following the deprecation of the service.
```
### 1.35.26
```
=======
* api-change:``bedrock``: [``botocore``] Add support for Cross Region Inference in Bedrock Model Evaluations.
* api-change:``budgets``: [``botocore``] Releasing minor partitional endpoint updates
* api-change:``kinesis``: [``botocore``] This release includes support to add tags when creating a stream
* api-change:``pinpoint-sms-voice-v2``: [``botocore``] AWS End User Messaging SMS-Voice V2 has added support for resource policies. Use the three new APIs to create, view, edit, and delete resource policies.
* api-change:``sagemaker``: [``botocore``] Adding `HiddenInstanceTypes` and `HiddenSageMakerImageVersionAliases` attribute to SageMaker API
```
### 1.35.25
```
=======
* api-change:``apigateway``: [``botocore``] Documentation updates for Amazon API Gateway
* api-change:``athena``: [``botocore``] List/Get/Update/Delete/CreateDataCatalog now integrate with AWS Glue connections. Users can create a Glue connection through Athena or use a Glue connection to define their Athena federated parameters.
* api-change:``bedrock-agent``: [``botocore``] Amazon Bedrock Prompt Flows and Prompt Management now supports using inference profiles to increase throughput and improve resilience.
* api-change:``ec2``: [``botocore``] Amazon EC2 G6e instances powered by NVIDIA L40S Tensor Core GPUs are the most cost-efficient GPU instances for deploying generative AI models and the highest performance GPU instances for spatial computing workloads.
* api-change:``emr-serverless``: [``botocore``] This release adds support for job concurrency and queuing configuration at Application level.
* api-change:``glue``: [``botocore``] Added AthenaProperties parameter to Glue Connections, allowing Athena to store service specific properties on Glue Connections.
* api-change:``rds``: [``botocore``] Support ComputeRedundancy parameter in ModifyDBShardGroup API. Add DBShardGroupArn in DBShardGroup API response. Remove InvalidMaxAcuFault from CreateDBShardGroup and ModifyDBShardGroup API. Both API will throw InvalidParameterValueException for invalid ACU configuration.
* api-change:``resource-explorer-2``: [``botocore``] AWS Resource Explorer released ListResources feature which allows customers to list all indexed AWS resources within a view.
```
### 1.35.24
```
=======
* api-change:``dynamodb``: [``botocore``] Generate account endpoint for DynamoDB requests when the account ID is available
* api-change:``neptune``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``sagemaker``: [``botocore``] Amazon SageMaker now supports using manifest files to specify the location of uncompressed model artifacts within Model Packages
* api-change:``sagemaker-metrics``: [``botocore``] This release introduces support for the SageMaker Metrics BatchGetMetrics API.
* api-change:``workspaces``: [``botocore``] Releasing new ErrorCodes for SysPrep failures during ImageImport and CreateImage process
```
### 1.35.23
```
=======
* api-change:``codeconnections``: [``botocore``] This release adds the PullRequestComment field to CreateSyncConfiguration API input, UpdateSyncConfiguration API input, GetSyncConfiguration API output and ListSyncConfiguration API output
* api-change:``glue``: [``botocore``] This change is for releasing TestConnection api SDK model
* api-change:``lambda``: [``botocore``] Tagging support for Lambda event source mapping, and code signing configuration resources.
* api-change:``mediaconvert``: [``botocore``] This release provides support for additional DRM configurations per SPEKE Version 2.0.
* api-change:``medialive``: [``botocore``] Adds Bandwidth Reduction Filtering for HD AVC and HEVC encodes, multiplex container settings.
* api-change:``quicksight``: [``botocore``] QuickSight: 1. Add new API - ListFoldersForResource. 2. Commit mode adds visibility configuration of Apply button on multi-select controls for authors.
* api-change:``sagemaker``: [``botocore``] Introduced support for G6e instance types on SageMaker Studio for JupyterLab and CodeEditor applications.
* api-change:``workspaces-web``: [``botocore``] WorkSpaces Secure Browser now enables Administrators to view and manage end-user browsing sessions via Session Management APIs.
```
### 1.35.22
```
=======
* api-change:``ce``: [``botocore``] This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon DynamoDB reservations.
* api-change:``ds``: [``botocore``] Added new APIs for enabling, disabling, and describing access to the AWS Directory Service Data API
* api-change:``ds-data``: [``botocore``] Added new AWS Directory Service Data API, enabling you to manage data stored in AWS Directory Service directories. This includes APIs for creating, reading, updating, and deleting directory users, groups, and group memberships.
* api-change:``guardduty``: [``botocore``] Add `launchType` and `sourceIPs` fields to GuardDuty findings.
* api-change:``mailmanager``: [``botocore``] Introduce a new RuleSet condition evaluation, where customers can set up a StringExpression with a MimeHeader condition. This condition will perform the necessary validation based on the X-header provided by customers.
* api-change:``rds``: [``botocore``] Updates Amazon RDS documentation with information upgrading snapshots with unsupported engine versions for RDS for MySQL and RDS for PostgreSQL.
* api-change:``s3``: [``botocore``] Added SSE-KMS support for directory buckets.
```
### 1.35.21
```
=======
* api-change:``codebuild``: [``botocore``] GitLab Enhancements - Add support for Self-Hosted GitLab runners in CodeBuild. Add group webhooks
* api-change:``ecr``: [``botocore``] The `DescribeImageScanning` API now includes `fixAvailable`, `exploitAvailable`, and `fixedInVersion` fields to provide more detailed information about the availability of fixes, exploits, and fixed versions for identified image vulnerabilities.
* api-change:``ecs``: [``botocore``] This is a documentation only release to address various tickets.
* api-change:``lambda``: [``botocore``] Support for JSON resource-based policies and block public access
* api-change:``rds``: [``botocore``] Updates Amazon RDS documentation with configuration information about the BYOL model for RDS for Db2.
* api-change:``ssm``: [``botocore``] Support for additional levels of cross-account, cross-Region organizational units in Automation. Various documentation updates.
```
### 1.35.20
```
=======
* api-change:``bedrock``: [``botocore``] This feature adds cross account s3 bucket and VPC support to ModelInvocation jobs. To use a cross account bucket, pass in the accountId of the bucket to s3BucketOwner in the ModelInvocationJobInputDataConfig or ModelInvocationJobOutputDataConfig.
* api-change:``iot``: [``botocore``] This release adds additional enhancements to AWS IoT Device Management Software Package Catalog and Jobs. It also adds SBOM support in Software Package Version.
* api-change:``medialive``: [``botocore``] Removing the ON_PREMISE enum from the input settings field.
* api-change:``organizations``: [``botocore``] Doc only update for AWS Organizations that fixes several customer-reported issues
* api-change:``pca-connector-scep``: [``botocore``] This is a general availability (GA) release of Connector for SCEP, a feature of AWS Private CA. Connector for SCEP links your SCEP-enabled and mobile device management systems to AWS Private CA for digital signature installation and certificate management.
* api-change:``rds``: [``botocore``] Launching Global Cluster tagging.
```
### 1.35.19
```
=======
* api-change:``amplify``: [``botocore``] Doc only update to Amplify to explain platform setting for Next.js 14 SSG only applications
* api-change:``ivs``: [``botocore``] Updates to all tags descriptions.
* api-change:``ivschat``: [``botocore``] Updates to all tags descriptions.
```
### 1.35.18
```
=======
* api-change:``cognito-idp``: [``botocore``] Added email MFA option to user pools with advanced security features.
* api-change:``elbv2``: [``botocore``] Correct incorrectly mapped error in ELBv2 waiters
* api-change:``emr``: [``botocore``] Update APIs to allow modification of ODCR options, allocation strategy, and InstanceTypeConfigs on running InstanceFleet clusters.
* api-change:``glue``: [``botocore``] AWS Glue is introducing two new optimizers for Apache Iceberg tables: snapshot retention and orphan file deletion. Customers can enable these optimizers and customize their configurations to perform daily maintenance tasks on their Iceberg tables based on their specific requirements.
* api-change:``mediaconvert``: [``botocore``] This release includes support for dynamic video overlay workflows, including picture-in-picture and squeezeback
* api-change:``rds``: [``botocore``] This release adds support for the os-upgrade pending maintenance action for Amazon Aurora DB clusters.
* api-change:``storagegateway``: [``botocore``] The S3 File Gateway now supports DSSE-KMS encryption. A new parameter EncryptionType is added to these APIs: CreateSmbFileShare, CreateNfsFileShare, UpdateSmbFileShare, UpdateNfsFileShare, DescribeSmbFileShares, DescribeNfsFileShares. Also, in favor of EncryptionType, KmsEncrypted is deprecated.
* api-change:``synthetics``: [``botocore``] This release introduces two features. The first is tag replication, which allows for the propagation of canary tags onto Synthetics related resources, such as Lambda functions. The second is a limit increase in canary name length, which has now been increased from 21 to 255 characters.
```
### 1.35.17
```
=======
* api-change:``bedrock-agent``: [``botocore``] Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience.
* api-change:``bedrock-agent-runtime``: [``botocore``] Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience.
* api-change:``ecr``: [``botocore``] Added KMS_DSSE to EncryptionType
* api-change:``guardduty``: [``botocore``] Add support for new statistic types in GetFindingsStatistics.
* api-change:``lexv2-models``: [``botocore``] Support new Polly voice engines in VoiceSettings: long-form and generative
* api-change:``medialive``: [``botocore``] Adds AV1 Codec support, SRT ouputs, and MediaLive Anywhere support.
```
### 1.35.16
```
=======
* api-change:``chime-sdk-voice``: [``botocore``] Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs.
* api-change:``cognito-identity``: [``botocore``] This release adds sensitive trait to some required shapes.
* api-change:``pipes``: [``botocore``] This release adds support for customer managed KMS keys in Amazon EventBridge Pipe
* api-change:``securityhub``: [``botocore``] Documentation update for Security Hub
* enhancement:AWSCRT: [``botocore``] Update awscrt version to 0.21.5
* enhancement:``s3``: [``botocore``] Adds logic to gracefully handle invalid timestamps returned in the Expires header.
```
### 1.35.15
```
=======
* api-change:``dynamodb``: [``botocore``] Doc-only update for DynamoDB. Added information about async behavior for TagResource and UntagResource APIs and updated the description of ResourceInUseException.
* api-change:``elbv2``: [``botocore``] Add paginators for the ELBv2 DescribeListenerCertificates and DescribeRules APIs. Fix broken waiter for the ELBv2 DescribeLoadBalancers API.
* api-change:``ivs-realtime``: [``botocore``] IVS Real-Time now offers customers the ability to broadcast to Stages using RTMP(S).
* api-change:``kafka``: [``botocore``] Amazon MSK Replicator can now replicate data to identically named topics between MSK clusters within the same AWS Region or across different AWS Regions.
* api-change:``sagemaker``: [``botocore``] Amazon Sagemaker supports orchestrating SageMaker HyperPod clusters with Amazon EKS
* api-change:``sagemaker-runtime``: [``botocore``] AWS SageMaker Runtime feature: Add sticky routing to support stateful inference models.
```
### 1.35.14
```
=======
* api-change:``qapps``: [``botocore``] Adds UpdateLibraryItemMetadata api to change status of app for admin verification feature and returns isVerified field in any api returning the app or library item.
```
### 1.35.13
```
=======
* api-change:``application-signals``: [``botocore``] Amazon CloudWatch Application Signals now supports creating Service Level Objectives using a new calculation type. Users can now create SLOs which are configured with request-based SLIs to help meet their specific business requirements.
* api-change:``codepipeline``: [``botocore``] Updates to add recent notes to APIs and to replace example S3 bucket names globally.
* api-change:``connect``: [``botocore``] Amazon Connect Custom Vocabulary now supports Catalan (Spain), Danish (Denmark), Dutch (Netherlands), Finnish (Finland), Indonesian (Indonesia), Malay (Malaysia), Norwegian Bokmal (Norway), Polish (Poland), Swedish (Sweden), and Tagalog/Filipino (Philippines).
* api-change:``gamelift``: [``botocore``] Amazon GameLift provides additional events for tracking the fleet creation process.
* api-change:``kinesisanalyticsv2``: [``botocore``] Support for Flink 1.20 in Managed Service for Apache Flink
* api-change:``sagemaker``: [``botocore``] Amazon SageMaker now supports idle shutdown of JupyterLab and CodeEditor applications on SageMaker Studio.
```
### 1.35.12
```
=======
* api-change:``appsync``: [``botocore``] Adds new logging levels (INFO and DEBUG) for additional log output control
* api-change:``bedrock-agent``: [``botocore``] Add support for user metadata inside PromptVariant.
* api-change:``finspace``: [``botocore``] Updates Finspace documentation for smaller instances.
* api-change:``fis``: [``botocore``] This release adds safety levers, a new mechanism to stop all running experiments and prevent new experiments from starting.
* api-change:``logs``: [``botocore``] Update to support new APIs for delivery of logs from AWS services.
* api-change:``s3control``: [``botocore``] Amazon Simple Storage Service /S3 Access Grants / Features : This release launches new Access Grants API - ListCallerAccessGrants.
```
### 1.35.11
```
=======
* api-change:``connect``: [``botocore``] Release ReplicaConfiguration as part of DescribeInstance
* api-change:``datazone``: [``botocore``] Add support to let data publisher specify a subset of the data asset that a subscriber will have access to based on the asset filters provided, when accepting a subscription request.
* api-change:``elbv2``: [``botocore``] This release adds support for configuring TCP idle timeout on NLB and GWLB listeners.
* api-change:``mediaconnect``: [``botocore``] AWS Elemental MediaConnect introduces thumbnails for Flow source monitoring. Thumbnails provide still image previews of the live content feeding your MediaConnect Flow allowing you to easily verify that your source is operating as expected.
* api-change:``medialive``: [``botocore``] Added MinQP as a Rate Control option for H264 and H265 encodes.
* api-change:``sagemaker``: [``botocore``] Amazon SageMaker now supports automatic mounting of a user's home folder in the Amazon Elastic File System (EFS) associated with the SageMaker Studio domain to their Studio Spaces to enable users to share data between their own private spaces.
* api-change:``timestream-influxdb``: [``botocore``] Timestream for InfluxDB now supports compute scaling and deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to the UpdateDbInstance API.
```
Links
- PyPI: https://pypi.org/project/boto3
- Changelog: https://data.safetycli.com/changelogs/boto3/
- Repo: https://github.com/boto/boto3
Update Django from 5.1.1 to 5.1.2.
Changelog
### 5.1.2 ``` ========================== *October 8, 2024* Django 5.1.2 fixes several bugs in 5.1.1. Also, the latest string translations from Transifex are incorporated. Bugfixes ======== * Fixed a regression in Django 5.1 that caused a crash when using the PostgreSQL lookup :lookup:`trigram_similar` on output fields from ``Concat`` (:ticket:`35732`). * Fixed a regression in Django 5.1 that caused a crash of ``JSONObject()`` when using server-side binding with PostgreSQL 16+ (:ticket:`35734`). * Fixed a regression in Django 5.1 that made selected items in multi-select widgets indistinguishable from non-selected items in the admin dark theme (:ticket:`35809`). ========================== ```Links
- PyPI: https://pypi.org/project/django - Changelog: https://data.safetycli.com/changelogs/django/Update newrelic from 9.13.0 to 10.2.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
- PyPI: https://pypi.org/project/newrelic - Homepage: https://docs.newrelic.com/docs/apm/agents/python-agent/Update psycopg2-binary from 2.9.9 to 2.9.10.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
- PyPI: https://pypi.org/project/psycopg2-binary - Homepage: https://psycopg.org/Update django-model-utils from 4.5.1 to 5.0.0.
Changelog
### 5.0.0 ``` ------------------ - Add formal support for `Django 5.1` - Remove MonitorField deprecation warning. `None` - instead of `django.utils.timezone.now` will be used when nullable and no default provided (GH-599) - Add deprecation warning for MonitorField. The default value will be `None` instead of `django.utils.timezone.now` - when nullable and without a default. - Add Brazilian Portuguese translation (GH-578) - Don't use `post_init` signal for initialize tracker - Make `contribute_to_class()` in `StatusField`, `MonitorField` and `SplitField` forward additional arguments to Django - `SplitField` no longer accepts `no_excerpt_field` as a keyword argument - Make `soft` argument to `SoftDeletableModel.delete()` keyword-only - `JoinManager` and `JoinManagerMixin` have been deprecated; please use ``JoinQueryset.as_manager()`` instead - Change `SoftDeletableQuerySetMixin.delete` to replicate Django's API. ```Links
- PyPI: https://pypi.org/project/django-model-utils - Changelog: https://data.safetycli.com/changelogs/django-model-utils/ - Repo: https://github.com/jazzband/django-model-utilsUpdate ipython from 8.27.0 to 8.28.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
- PyPI: https://pypi.org/project/ipython - Changelog: https://data.safetycli.com/changelogs/ipython/Update coverage from 7.6.1 to 7.6.4.
Changelog
### 7.6.4 ``` -------------------------- - fix: multi-line ``with`` statements could cause contained branches to be incorrectly marked as missing (`issue 1880`_). This is now fixed. .. _issue 1880: https://github.com/nedbat/coveragepy/issues/1880 .. _changes_7-6-3: ``` ### 7.6.3 ``` -------------------------- - Fix: nested context managers could incorrectly be analyzed to flag a missing branch on the last context manager, as described in `issue 1876`_. This is now fixed. - Fix: the missing branch message about not exiting a module had an extra "didn't," as described in `issue 1873`_. This is now fixed. .. _issue 1873: https://github.com/nedbat/coveragepy/issues/1873 .. _issue 1876: https://github.com/nedbat/coveragepy/issues/1876 .. _changes_7-6-2: ``` ### 7.6.2 ``` -------------------------- - Dropped support for Python 3.8 and PyPy 3.8. - Fix: a final wildcard match/case clause assigning to a name (``case _ as value``) was incorrectly marked as a missing branch. This is now fixed, closing `issue 1860`_. - Fewer things are considered branches now. Lambdas, comprehensions, and generator expressions are no longer marked as missing branches if they don't complete execution. Closes `issue 1852`_. - Fix: the HTML report didn't properly show multi-line f-strings that end with a backslash continuation. This is now fixed, closing `issue 1836`_, thanks to `LiuYinCarl and Marco Ricci <pull 1838_>`_. - Fix: the LCOV report now has correct line numbers (fixing `issue 1846`_) and better branch descriptions for BRDA records (fixing `issue 1850`_). There are other changes to lcov also, including a new configuration option :ref:`line_checksums <config_lcov_line_checksums>` to control whether line checksums are included in the lcov report. The default is false. To keep checksums set it to true. All this work is thanks to Zack Weinberg (`pull 1849`_ and `pull 1851`_). - Fixed the docs for multi-line regex exclusions, closing `issue 1863`_. - Fixed a potential crash in the C tracer, closing `issue 1835`_, thanks to `Jan Kühle <pull 1843_>`_. .. _issue 1835: https://github.com/nedbat/coveragepy/issues/1835 .. _issue 1836: https://github.com/nedbat/coveragepy/issues/1836 .. _pull 1838: https://github.com/nedbat/coveragepy/pull/1838 .. _pull 1843: https://github.com/nedbat/coveragepy/pull/1843 .. _issue 1846: https://github.com/nedbat/coveragepy/issues/1846 .. _pull 1849: https://github.com/nedbat/coveragepy/pull/1849 .. _issue 1850: https://github.com/nedbat/coveragepy/issues/1850 .. _pull 1851: https://github.com/nedbat/coveragepy/pull/1851 .. _issue 1852: https://github.com/nedbat/coveragepy/issues/1852 .. _issue 1860: https://github.com/nedbat/coveragepy/issues/1860 .. _issue 1863: https://github.com/nedbat/coveragepy/issues/1863 .. _changes_7-6-1: ```Links
- PyPI: https://pypi.org/project/coverage - Changelog: https://data.safetycli.com/changelogs/coverage/ - Repo: https://github.com/nedbat/coveragepyUpdate boto3 from 1.35.10 to 1.35.45.
Changelog
### 1.35.45 ``` ======= * api-change:``application-insights``: [``botocore``] This feature enables customers to specify SNS Topic ARN. CloudWatch Application Insights (CWAI) will utilize this ARN to send problem notifications. * api-change:``autoscaling``: [``botocore``] Adds support for removing the PlacementGroup setting on an Auto Scaling Group through the UpdateAutoScalingGroup API. * api-change:``bedrock-agent-runtime``: [``botocore``] Knowledge Bases for Amazon Bedrock now supports custom prompts and model parameters in the orchestrationConfiguration of the RetrieveAndGenerate API. The modelArn field accepts Custom Models and Imported Models ARNs. * api-change:``dms``: [``botocore``] Added support for tagging in StartReplicationTaskAssessmentRun API and introduced IsLatestTaskAssessmentRun and ResultStatistic fields for enhanced tracking and assessment result statistics. * api-change:``ec2``: [``botocore``] Amazon EC2 now allows you to create network interfaces with just the EFA driver and no ENA driver by specifying the network interface type as efa-only. * api-change:``eks``: [``botocore``] This release adds support for Amazon Application Recovery Controller (ARC) zonal shift and zonal autoshift with EKS that enhances the resiliency of multi-AZ cluster environments * api-change:``fms``: [``botocore``] Update AWS WAF policy - add the option to retrofit existing web ACLs instead of creating all new web ACLs. * api-change:``payment-cryptography-data``: [``botocore``] Adding new API to generate authenticated scripts for EMV pin change use cases. * api-change:``wafv2``: [``botocore``] Add a property to WebACL to indicate whether it's been retrofitted by Firewall Manager. * enhancement:``s3``: [``botocore``] Handle HTTP 200 responses with error information for all supported s3 operations. ``` ### 1.35.44 ``` ======= * api-change:``athena``: [``botocore``] Removing FEDERATED from Create/List/Delete/GetDataCatalog API * api-change:``bedrock``: [``botocore``] Adding converse support to CMI API's * api-change:``bedrock-runtime``: [``botocore``] Added converse support for custom imported models * api-change:``datazone``: [``botocore``] Adding the following project member designations: PROJECT_CATALOG_VIEWER, PROJECT_CATALOG_CONSUMER and PROJECT_CATALOG_STEWARD in the CreateProjectMembership API and PROJECT_CATALOG_STEWARD designation in the AddPolicyGrant API. * api-change:``ec2``: [``botocore``] RequestSpotInstances and RequestSpotFleet feature release. ``` ### 1.35.43 ``` ======= * api-change:``bedrock-agent``: [``botocore``] Removing support for topK property in PromptModelInferenceConfiguration object, Making PromptTemplateConfiguration property as required, Limiting the maximum PromptVariant to 1 * api-change:``dataexchange``: [``botocore``] This release adds Data Grant support, through which customers can programmatically create data grants to share with other AWS accounts and accept data grants from other AWS accounts. * api-change:``ecs``: [``botocore``] This is an Amazon ECS documentation only update to address tickets. * api-change:``pinpoint-sms-voice-v2``: [``botocore``] Added the registrations status of REQUIRES_AUTHENTICATION * api-change:``pipes``: [``botocore``] This release adds validation to require specifying a SecurityGroup and Subnets in the Vpc object under PipesSourceSelfManagedKafkaParameters. It also adds support for iso-e, iso-f, and other non-commercial partitions in ARN parameters. * api-change:``quicksight``: [``botocore``] Add StartDashboardSnapshotJobSchedule API. RestoreAnalysis now supports restoring analysis to folders. * api-change:``rds``: [``botocore``] Updates Amazon RDS documentation for TAZ IAM support * api-change:``workspaces``: [``botocore``] Updated the DomainName pattern for Active Directory ``` ### 1.35.42 ``` ======= * api-change:``s3``: [``botocore``] Add support for the new optional bucket-region and prefix query parameters in the ListBuckets API. For ListBuckets requests that express pagination, Amazon S3 will now return both the bucket names and associated AWS regions in the response. * bugfix:Config: [``botocore``] Fixed sigv4a_signing_region_set resolution when set in environment or config file. ``` ### 1.35.41 ``` ======= * api-change:``amplify``: [``botocore``] Added sourceUrlType field to StartDeployment request * api-change:``cloudformation``: [``botocore``] Documentation update for AWS CloudFormation API Reference. * api-change:``codebuild``: [``botocore``] Enable proxy for reserved capacity fleet. * api-change:``ivs``: [``botocore``] On a channel that you own, you can now replace an ongoing stream with a new stream by streaming up with the priority parameter appended to the stream key. * api-change:``qbusiness``: [``botocore``] Amazon Q Business now supports embedding the Amazon Q Business web experience on third-party websites. * api-change:``redshift``: [``botocore``] This release launches the CreateIntegration, DeleteIntegration, DescribeIntegrations and ModifyIntegration APIs to create and manage Amazon Redshift Zero-ETL Integrations. * api-change:``resiliencehub``: [``botocore``] AWS Resilience Hub now integrates with the myApplications platform, enabling customers to easily assess the resilience of applications defined in myApplications. The new Resiliency widget provides visibility into application resilience and actionable recommendations for improvement. * api-change:``sesv2``: [``botocore``] This release adds support for email maximum delivery seconds that allows senders to control the time within which their emails are attempted for delivery. ``` ### 1.35.40 ``` ======= * api-change:``codepipeline``: [``botocore``] AWS CodePipeline V2 type pipelines now support automatically retrying failed stages and skipping stage for failed entry conditions. * api-change:``mailmanager``: [``botocore``] Mail Manager support for viewing and exporting metadata of archived messages. * api-change:``securitylake``: [``botocore``] This release updates request validation regex for resource ARNs. * api-change:``supplychain``: [``botocore``] This release adds AWS Supply Chain instance management functionality. Specifically adding CreateInstance, DeleteInstance, GetInstance, ListInstances, and UpdateInstance APIs. * api-change:``transfer``: [``botocore``] This release enables customers using SFTP connectors to query the transfer status of their files to meet their monitoring needs as well as orchestrate post transfer actions. ``` ### 1.35.39 ``` ======= * api-change:``appflow``: [``botocore``] Doc only updates for clarification around OAuth2GrantType for Salesforce. * api-change:``elbv2``: [``botocore``] Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target. * api-change:``emr``: [``botocore``] This release provides new parameter "Context" in instance fleet clusters. * api-change:``guardduty``: [``botocore``] Added a new field for network connection details. * api-change:``robomaker``: [``botocore``] Documentation update: added support notices to each API action. ``` ### 1.35.38 ``` ======= * api-change:``acm-pca``: [``botocore``] Documentation updates for AWS Private CA. * api-change:``dms``: [``botocore``] Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message. * api-change:``ec2``: [``botocore``] This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations. * api-change:``ecs``: [``botocore``] This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available. * api-change:``elastic-inference``: [``botocore``] Elastic Inference - Documentation update to add service shutdown notice. * api-change:``iotfleetwise``: [``botocore``] Refine campaign related API validations * api-change:``neptune-graph``: [``botocore``] Support for 16 m-NCU graphs available through account allowlisting * api-change:``outposts``: [``botocore``] Adding new "DELIVERED" enum value for Outposts Order status * api-change:``route53resolver``: [``botocore``] Route 53 Resolver Forwarding Rules can now include a server name indication (SNI) in the target address for rules that use the DNS-over-HTTPS (DoH) protocol. When a DoH-enabled Outbound Resolver Endpoint forwards a request to a DoH server, it will provide the SNI in the TLS handshake. * api-change:``socialmessaging``: [``botocore``] This release for AWS End User Messaging includes a public SDK, providing a suite of APIs that enable sending WhatsApp messages to end users. * api-change:``timestream-influxdb``: [``botocore``] This release updates our regex based validation rules in regards to valid DbInstance and DbParameterGroup name. ``` ### 1.35.37 ``` ======= * api-change:``codepipeline``: [``botocore``] AWS CodePipeline introduces a Compute category ``` ### 1.35.36 ``` ======= * api-change:``elasticache``: [``botocore``] AWS ElastiCache SDK now supports using APIs with newly launched Valkey engine. Please refer to updated AWS ElastiCache public documentation for detailed information on API usage. * api-change:``memorydb``: [``botocore``] Amazon MemoryDB SDK now supports all APIs for newly launched Valkey engine. Please refer to the updated Amazon MemoryDB public documentation for detailed information on API usage. * enhancement:Python: [``botocore``] Added provisional Python 3.13 support to Botocore * enhancement:Python: Added provisional Python 3.13 support to Boto3 ``` ### 1.35.35 ``` ======= * api-change:``deadline``: [``botocore``] Add support for using the template from a previous job during job creation and listing parameter definitions for a job. * api-change:``marketplace-reporting``: [``botocore``] Documentation-only update for AWS Marketplace Reporting API. * api-change:``qconnect``: [``botocore``] This release adds support for the following capabilities: Configuration of the Gen AI system via AIAgent and AIPrompts. Integration support for Bedrock Knowledge Base. * api-change:``redshift``: [``botocore``] Add validation pattern to S3KeyPrefix on the EnableLogging API ``` ### 1.35.34 ``` ======= * api-change:``ec2``: [``botocore``] Documentation updates for Amazon EC2. * api-change:``iot-data``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. ``` ### 1.35.33 ``` ======= * api-change:``codepipeline``: [``botocore``] AWS CodePipeline introduces Commands action that enables you to easily run shell commands as part of your pipeline execution. * api-change:``connect``: [``botocore``] Public GetMetricDataV2 Grouping increase from 3 to 4 * api-change:``ec2``: [``botocore``] This release includes a new API for modifying instance cpu-options after launch. * api-change:``iot``: [``botocore``] This release adds support for Custom Authentication with X.509 Client Certificates, support for Custom Client Certificate validation, and support for selecting application protocol and authentication type without requiring TLS ALPN for customer's AWS IoT Domain Configurations. * api-change:``marketplace-reporting``: [``botocore``] The AWS Marketplace Reporting service introduces the GetBuyerDashboard API. This API returns a dashboard that provides visibility into your organization's AWS Marketplace agreements and associated spend across the AWS accounts in your organization. * api-change:``mediapackagev2``: [``botocore``] Added support for ClipStartTime on the FilterConfiguration object on OriginEndpoint manifest settings objects. Added support for EXT-X-START tags on produced HLS child playlists. * api-change:``quicksight``: [``botocore``] QuickSight: Add support for exporting and importing folders in AssetBundle APIs * enhancement:AWSCRT: [``botocore``] Update awscrt version to 0.22.0 ``` ### 1.35.32 ``` ======= * api-change:``appstream``: [``botocore``] Added support for Automatic Time Zone Redirection on Amazon AppStream 2.0 * api-change:``b2bi``: [``botocore``] Added and updated APIs to support outbound EDI transformations * api-change:``bedrock-agent-runtime``: [``botocore``] Added raw model response and usage metrics to PreProcessing and PostProcessing Trace * api-change:``bedrock-runtime``: [``botocore``] Added new fields to Amazon Bedrock Guardrails trace * api-change:``iotdeviceadvisor``: [``botocore``] Add clientToken attribute and implement idempotency for CreateSuiteDefinition. * api-change:``ivs-realtime``: [``botocore``] Adds new Stage Health EventErrorCodes applicable to RTMP(S) broadcasts. Bug Fix: Enforces that EncoderConfiguration Video height and width must be even-number values. * api-change:``s3``: [``botocore``] This release introduces a header representing the minimum object size limit for Lifecycle transitions. * api-change:``sagemaker``: [``botocore``] releasing builtinlcc to public * api-change:``workspaces``: [``botocore``] WSP is being rebranded to become DCV. ``` ### 1.35.31 ``` ======= * api-change:``bedrock-agent``: [``botocore``] This release adds support to stop an ongoing ingestion job using the StopIngestionJob API in Agents for Amazon Bedrock. * api-change:``codeartifact``: [``botocore``] Add support for the dual stack endpoints. * api-change:``rds``: [``botocore``] This release provides additional support for enabling Aurora Limitless Database DB clusters. ``` ### 1.35.30 ``` ======= * api-change:``bedrock``: [``botocore``] Add support for custom models via provisioned throughput for Bedrock Model Evaluation * api-change:``clouddirectory``: [``botocore``] Add examples for API operations in model. * api-change:``connect``: [``botocore``] Amazon Connect introduces StartOutboundChatContact API allowing customers to initiate outbound chat contacts * api-change:``pricing``: [``botocore``] Add examples for API operations in model. * api-change:``resource-groups``: [``botocore``] This update includes new APIs to support application groups and to allow users to manage resource tag-sync tasks in applications. * api-change:``supplychain``: [``botocore``] Release DataLakeDataset, DataIntegrationFlow and ResourceTagging APIs for AWS Supply Chain * api-change:``timestream-influxdb``: [``botocore``] Timestream for InfluxDB now supports port configuration and additional customer-modifiable InfluxDB v2 parameters. This release adds Port to the CreateDbInstance and UpdateDbInstance API, and additional InfluxDB v2 parameters to the CreateDbParameterGroup API. * api-change:``verifiedpermissions``: [``botocore``] Add examples for API operations in model. ``` ### 1.35.29 ``` ======= * api-change:``customer-profiles``: [``botocore``] Introduces optional RoleArn parameter for PutIntegration request and includes RoleArn in the response of PutIntegration, GetIntegration and ListIntegrations * api-change:``quicksight``: [``botocore``] Adding personalization in QuickSight data stories. Admins can enable or disable personalization through QuickSight settings. * api-change:``securityhub``: [``botocore``] Documentation updates for AWS Security Hub * api-change:``sesv2``: [``botocore``] This release adds support for engagement tracking over Https using custom domains. ``` ### 1.35.28 ``` ======= * api-change:``chatbot``: [``botocore``] Return State and StateReason fields for Chatbot Channel Configurations. * api-change:``lambda``: [``botocore``] Reverting Lambda resource-based policy and block public access APIs. * api-change:``organizations``: [``botocore``] Add support for policy operations on the CHATBOT_POLICY policy type. * api-change:``pcs``: [``botocore``] AWS PCS API documentation - Edited the description of the iamInstanceProfileArn parameter of the CreateComputeNodeGroup and UpdateComputeNodeGroup actions; edited the description of the SlurmCustomSetting data type to list the supported parameters for clusters and compute node groups. * api-change:``rds-data``: [``botocore``] Documentation update for RDS Data API to reflect support for Aurora MySQL Serverless v2 and Provisioned DB clusters. * api-change:``sagemaker``: [``botocore``] Adding `TagPropagation` attribute to Sagemaker API ``` ### 1.35.27 ``` ======= * api-change:``cloudtrail``: [``botocore``] Doc-only update for CloudTrail network activity events release (in preview) * api-change:``ec2``: [``botocore``] Updates to documentation for the transit gateway security group referencing feature. * api-change:``fsx``: [``botocore``] Doc-only update to address Lustre S3 hard-coded names. * api-change:``worklink``: [``botocore``] The worklink client has been removed following the deprecation of the service. ``` ### 1.35.26 ``` ======= * api-change:``bedrock``: [``botocore``] Add support for Cross Region Inference in Bedrock Model Evaluations. * api-change:``budgets``: [``botocore``] Releasing minor partitional endpoint updates * api-change:``kinesis``: [``botocore``] This release includes support to add tags when creating a stream * api-change:``pinpoint-sms-voice-v2``: [``botocore``] AWS End User Messaging SMS-Voice V2 has added support for resource policies. Use the three new APIs to create, view, edit, and delete resource policies. * api-change:``sagemaker``: [``botocore``] Adding `HiddenInstanceTypes` and `HiddenSageMakerImageVersionAliases` attribute to SageMaker API ``` ### 1.35.25 ``` ======= * api-change:``apigateway``: [``botocore``] Documentation updates for Amazon API Gateway * api-change:``athena``: [``botocore``] List/Get/Update/Delete/CreateDataCatalog now integrate with AWS Glue connections. Users can create a Glue connection through Athena or use a Glue connection to define their Athena federated parameters. * api-change:``bedrock-agent``: [``botocore``] Amazon Bedrock Prompt Flows and Prompt Management now supports using inference profiles to increase throughput and improve resilience. * api-change:``ec2``: [``botocore``] Amazon EC2 G6e instances powered by NVIDIA L40S Tensor Core GPUs are the most cost-efficient GPU instances for deploying generative AI models and the highest performance GPU instances for spatial computing workloads. * api-change:``emr-serverless``: [``botocore``] This release adds support for job concurrency and queuing configuration at Application level. * api-change:``glue``: [``botocore``] Added AthenaProperties parameter to Glue Connections, allowing Athena to store service specific properties on Glue Connections. * api-change:``rds``: [``botocore``] Support ComputeRedundancy parameter in ModifyDBShardGroup API. Add DBShardGroupArn in DBShardGroup API response. Remove InvalidMaxAcuFault from CreateDBShardGroup and ModifyDBShardGroup API. Both API will throw InvalidParameterValueException for invalid ACU configuration. * api-change:``resource-explorer-2``: [``botocore``] AWS Resource Explorer released ListResources feature which allows customers to list all indexed AWS resources within a view. ``` ### 1.35.24 ``` ======= * api-change:``dynamodb``: [``botocore``] Generate account endpoint for DynamoDB requests when the account ID is available * api-change:``neptune``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. * api-change:``sagemaker``: [``botocore``] Amazon SageMaker now supports using manifest files to specify the location of uncompressed model artifacts within Model Packages * api-change:``sagemaker-metrics``: [``botocore``] This release introduces support for the SageMaker Metrics BatchGetMetrics API. * api-change:``workspaces``: [``botocore``] Releasing new ErrorCodes for SysPrep failures during ImageImport and CreateImage process ``` ### 1.35.23 ``` ======= * api-change:``codeconnections``: [``botocore``] This release adds the PullRequestComment field to CreateSyncConfiguration API input, UpdateSyncConfiguration API input, GetSyncConfiguration API output and ListSyncConfiguration API output * api-change:``glue``: [``botocore``] This change is for releasing TestConnection api SDK model * api-change:``lambda``: [``botocore``] Tagging support for Lambda event source mapping, and code signing configuration resources. * api-change:``mediaconvert``: [``botocore``] This release provides support for additional DRM configurations per SPEKE Version 2.0. * api-change:``medialive``: [``botocore``] Adds Bandwidth Reduction Filtering for HD AVC and HEVC encodes, multiplex container settings. * api-change:``quicksight``: [``botocore``] QuickSight: 1. Add new API - ListFoldersForResource. 2. Commit mode adds visibility configuration of Apply button on multi-select controls for authors. * api-change:``sagemaker``: [``botocore``] Introduced support for G6e instance types on SageMaker Studio for JupyterLab and CodeEditor applications. * api-change:``workspaces-web``: [``botocore``] WorkSpaces Secure Browser now enables Administrators to view and manage end-user browsing sessions via Session Management APIs. ``` ### 1.35.22 ``` ======= * api-change:``ce``: [``botocore``] This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon DynamoDB reservations. * api-change:``ds``: [``botocore``] Added new APIs for enabling, disabling, and describing access to the AWS Directory Service Data API * api-change:``ds-data``: [``botocore``] Added new AWS Directory Service Data API, enabling you to manage data stored in AWS Directory Service directories. This includes APIs for creating, reading, updating, and deleting directory users, groups, and group memberships. * api-change:``guardduty``: [``botocore``] Add `launchType` and `sourceIPs` fields to GuardDuty findings. * api-change:``mailmanager``: [``botocore``] Introduce a new RuleSet condition evaluation, where customers can set up a StringExpression with a MimeHeader condition. This condition will perform the necessary validation based on the X-header provided by customers. * api-change:``rds``: [``botocore``] Updates Amazon RDS documentation with information upgrading snapshots with unsupported engine versions for RDS for MySQL and RDS for PostgreSQL. * api-change:``s3``: [``botocore``] Added SSE-KMS support for directory buckets. ``` ### 1.35.21 ``` ======= * api-change:``codebuild``: [``botocore``] GitLab Enhancements - Add support for Self-Hosted GitLab runners in CodeBuild. Add group webhooks * api-change:``ecr``: [``botocore``] The `DescribeImageScanning` API now includes `fixAvailable`, `exploitAvailable`, and `fixedInVersion` fields to provide more detailed information about the availability of fixes, exploits, and fixed versions for identified image vulnerabilities. * api-change:``ecs``: [``botocore``] This is a documentation only release to address various tickets. * api-change:``lambda``: [``botocore``] Support for JSON resource-based policies and block public access * api-change:``rds``: [``botocore``] Updates Amazon RDS documentation with configuration information about the BYOL model for RDS for Db2. * api-change:``ssm``: [``botocore``] Support for additional levels of cross-account, cross-Region organizational units in Automation. Various documentation updates. ``` ### 1.35.20 ``` ======= * api-change:``bedrock``: [``botocore``] This feature adds cross account s3 bucket and VPC support to ModelInvocation jobs. To use a cross account bucket, pass in the accountId of the bucket to s3BucketOwner in the ModelInvocationJobInputDataConfig or ModelInvocationJobOutputDataConfig. * api-change:``iot``: [``botocore``] This release adds additional enhancements to AWS IoT Device Management Software Package Catalog and Jobs. It also adds SBOM support in Software Package Version. * api-change:``medialive``: [``botocore``] Removing the ON_PREMISE enum from the input settings field. * api-change:``organizations``: [``botocore``] Doc only update for AWS Organizations that fixes several customer-reported issues * api-change:``pca-connector-scep``: [``botocore``] This is a general availability (GA) release of Connector for SCEP, a feature of AWS Private CA. Connector for SCEP links your SCEP-enabled and mobile device management systems to AWS Private CA for digital signature installation and certificate management. * api-change:``rds``: [``botocore``] Launching Global Cluster tagging. ``` ### 1.35.19 ``` ======= * api-change:``amplify``: [``botocore``] Doc only update to Amplify to explain platform setting for Next.js 14 SSG only applications * api-change:``ivs``: [``botocore``] Updates to all tags descriptions. * api-change:``ivschat``: [``botocore``] Updates to all tags descriptions. ``` ### 1.35.18 ``` ======= * api-change:``cognito-idp``: [``botocore``] Added email MFA option to user pools with advanced security features. * api-change:``elbv2``: [``botocore``] Correct incorrectly mapped error in ELBv2 waiters * api-change:``emr``: [``botocore``] Update APIs to allow modification of ODCR options, allocation strategy, and InstanceTypeConfigs on running InstanceFleet clusters. * api-change:``glue``: [``botocore``] AWS Glue is introducing two new optimizers for Apache Iceberg tables: snapshot retention and orphan file deletion. Customers can enable these optimizers and customize their configurations to perform daily maintenance tasks on their Iceberg tables based on their specific requirements. * api-change:``mediaconvert``: [``botocore``] This release includes support for dynamic video overlay workflows, including picture-in-picture and squeezeback * api-change:``rds``: [``botocore``] This release adds support for the os-upgrade pending maintenance action for Amazon Aurora DB clusters. * api-change:``storagegateway``: [``botocore``] The S3 File Gateway now supports DSSE-KMS encryption. A new parameter EncryptionType is added to these APIs: CreateSmbFileShare, CreateNfsFileShare, UpdateSmbFileShare, UpdateNfsFileShare, DescribeSmbFileShares, DescribeNfsFileShares. Also, in favor of EncryptionType, KmsEncrypted is deprecated. * api-change:``synthetics``: [``botocore``] This release introduces two features. The first is tag replication, which allows for the propagation of canary tags onto Synthetics related resources, such as Lambda functions. The second is a limit increase in canary name length, which has now been increased from 21 to 255 characters. ``` ### 1.35.17 ``` ======= * api-change:``bedrock-agent``: [``botocore``] Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience. * api-change:``bedrock-agent-runtime``: [``botocore``] Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience. * api-change:``ecr``: [``botocore``] Added KMS_DSSE to EncryptionType * api-change:``guardduty``: [``botocore``] Add support for new statistic types in GetFindingsStatistics. * api-change:``lexv2-models``: [``botocore``] Support new Polly voice engines in VoiceSettings: long-form and generative * api-change:``medialive``: [``botocore``] Adds AV1 Codec support, SRT ouputs, and MediaLive Anywhere support. ``` ### 1.35.16 ``` ======= * api-change:``chime-sdk-voice``: [``botocore``] Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs. * api-change:``cognito-identity``: [``botocore``] This release adds sensitive trait to some required shapes. * api-change:``pipes``: [``botocore``] This release adds support for customer managed KMS keys in Amazon EventBridge Pipe * api-change:``securityhub``: [``botocore``] Documentation update for Security Hub * enhancement:AWSCRT: [``botocore``] Update awscrt version to 0.21.5 * enhancement:``s3``: [``botocore``] Adds logic to gracefully handle invalid timestamps returned in the Expires header. ``` ### 1.35.15 ``` ======= * api-change:``dynamodb``: [``botocore``] Doc-only update for DynamoDB. Added information about async behavior for TagResource and UntagResource APIs and updated the description of ResourceInUseException. * api-change:``elbv2``: [``botocore``] Add paginators for the ELBv2 DescribeListenerCertificates and DescribeRules APIs. Fix broken waiter for the ELBv2 DescribeLoadBalancers API. * api-change:``ivs-realtime``: [``botocore``] IVS Real-Time now offers customers the ability to broadcast to Stages using RTMP(S). * api-change:``kafka``: [``botocore``] Amazon MSK Replicator can now replicate data to identically named topics between MSK clusters within the same AWS Region or across different AWS Regions. * api-change:``sagemaker``: [``botocore``] Amazon Sagemaker supports orchestrating SageMaker HyperPod clusters with Amazon EKS * api-change:``sagemaker-runtime``: [``botocore``] AWS SageMaker Runtime feature: Add sticky routing to support stateful inference models. ``` ### 1.35.14 ``` ======= * api-change:``qapps``: [``botocore``] Adds UpdateLibraryItemMetadata api to change status of app for admin verification feature and returns isVerified field in any api returning the app or library item. ``` ### 1.35.13 ``` ======= * api-change:``application-signals``: [``botocore``] Amazon CloudWatch Application Signals now supports creating Service Level Objectives using a new calculation type. Users can now create SLOs which are configured with request-based SLIs to help meet their specific business requirements. * api-change:``codepipeline``: [``botocore``] Updates to add recent notes to APIs and to replace example S3 bucket names globally. * api-change:``connect``: [``botocore``] Amazon Connect Custom Vocabulary now supports Catalan (Spain), Danish (Denmark), Dutch (Netherlands), Finnish (Finland), Indonesian (Indonesia), Malay (Malaysia), Norwegian Bokmal (Norway), Polish (Poland), Swedish (Sweden), and Tagalog/Filipino (Philippines). * api-change:``gamelift``: [``botocore``] Amazon GameLift provides additional events for tracking the fleet creation process. * api-change:``kinesisanalyticsv2``: [``botocore``] Support for Flink 1.20 in Managed Service for Apache Flink * api-change:``sagemaker``: [``botocore``] Amazon SageMaker now supports idle shutdown of JupyterLab and CodeEditor applications on SageMaker Studio. ``` ### 1.35.12 ``` ======= * api-change:``appsync``: [``botocore``] Adds new logging levels (INFO and DEBUG) for additional log output control * api-change:``bedrock-agent``: [``botocore``] Add support for user metadata inside PromptVariant. * api-change:``finspace``: [``botocore``] Updates Finspace documentation for smaller instances. * api-change:``fis``: [``botocore``] This release adds safety levers, a new mechanism to stop all running experiments and prevent new experiments from starting. * api-change:``logs``: [``botocore``] Update to support new APIs for delivery of logs from AWS services. * api-change:``s3control``: [``botocore``] Amazon Simple Storage Service /S3 Access Grants / Features : This release launches new Access Grants API - ListCallerAccessGrants. ``` ### 1.35.11 ``` ======= * api-change:``connect``: [``botocore``] Release ReplicaConfiguration as part of DescribeInstance * api-change:``datazone``: [``botocore``] Add support to let data publisher specify a subset of the data asset that a subscriber will have access to based on the asset filters provided, when accepting a subscription request. * api-change:``elbv2``: [``botocore``] This release adds support for configuring TCP idle timeout on NLB and GWLB listeners. * api-change:``mediaconnect``: [``botocore``] AWS Elemental MediaConnect introduces thumbnails for Flow source monitoring. Thumbnails provide still image previews of the live content feeding your MediaConnect Flow allowing you to easily verify that your source is operating as expected. * api-change:``medialive``: [``botocore``] Added MinQP as a Rate Control option for H264 and H265 encodes. * api-change:``sagemaker``: [``botocore``] Amazon SageMaker now supports automatic mounting of a user's home folder in the Amazon Elastic File System (EFS) associated with the SageMaker Studio domain to their Studio Spaces to enable users to share data between their own private spaces. * api-change:``timestream-influxdb``: [``botocore``] Timestream for InfluxDB now supports compute scaling and deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to the UpdateDbInstance API. ```Links
- PyPI: https://pypi.org/project/boto3 - Changelog: https://data.safetycli.com/changelogs/boto3/ - Repo: https://github.com/boto/boto3