forked from pool/python-botocore
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
b45e3dedd2 | ||
0e5c325201 | |||
|
94aac3432b | ||
f8854537cb | |||
|
7ec51d1ace | ||
b1325e95a4 |
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c8a1377b6636a0d80218115e1cd41bcceba0a2f050b79c206f4cf8d002c54d7
|
||||
size 12709695
|
3
botocore-1.35.47.tar.gz
Normal file
3
botocore-1.35.47.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8f703463d3cd8b6abe2bedc443a7ab29f0e2ff1588a2e83164b108748645547
|
||||
size 12849837
|
@ -1,3 +1,205 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 10:48:30 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 1.35.47
|
||||
* api-change:``bedrock``: Doc updates for supporting converse
|
||||
* api-change:``connect``: Amazon Connect Service Feature: Add support to start screen sharing for a
|
||||
web calling contact.
|
||||
* api-change:``ec2``: Amazon EC2 X8g, C8g and M8g instances are powered by AWS Graviton4
|
||||
processors. X8g provide the lowest cost per GiB of memory among Graviton4 instances. C8g provide
|
||||
the best price performance for compute-intensive workloads. M8g provide the best price performance
|
||||
in for general purpose workloads.
|
||||
* api-change:``mwaa``: Introducing InvokeRestApi which allows users to invoke the Apache Airflow
|
||||
REST API on the webserver with the specified inputs.
|
||||
* api-change:``payment-cryptography``: Add support for ECC P-256 and P-384 Keys.
|
||||
* api-change:``payment-cryptography-data``: Add ECDH support on PIN operations.
|
||||
* bugfix:``s3``: Fix S3 200 Error handling to address bugs introduced in payload operations.
|
||||
- from version 1.35.46
|
||||
* api-change:``bedrock-runtime``: Updating invoke regex to support imported models for converse API
|
||||
* api-change:``imagebuilder``: Add macOS platform and instance placement options
|
||||
* api-change:``m2``: Add AuthSecretsManagerArn optional parameter to batch job APIs, expand batch
|
||||
parameter limits, and introduce clientToken constraints.
|
||||
* api-change:``rds``: Global clusters now expose the Endpoint attribute as one of its fields. It is
|
||||
a Read/Write endpoint for the global cluster which resolves to the Global Cluster writer instance.
|
||||
* api-change:``repostspace``: Adds the BatchAddRole and BatchRemoveRole APIs.
|
||||
* api-change:``timestream-query``: This release adds support for Query Insights, a feature that
|
||||
provides details of query execution, enabling users to identify areas for improvement to optimize
|
||||
their queries, resulting in improved query performance and lower query costs.
|
||||
* bugfix:``s3``: Fixed SelectObjectContent regression from `#3284
|
||||
<https://github.com/boto/botocore/issues/3284>`__.
|
||||
- from version 1.35.45
|
||||
* api-change:``application-insights``: This feature enables customers to specify SNS Topic ARN.
|
||||
CloudWatch Application Insights (CWAI) will utilize this ARN to send problem notifications.
|
||||
* api-change:``autoscaling``: Adds support for removing the PlacementGroup setting on an Auto
|
||||
Scaling Group through the UpdateAutoScalingGroup API.
|
||||
* api-change:``bedrock-agent-runtime``: 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``: Added support for tagging in StartReplicationTaskAssessmentRun API and
|
||||
introduced IsLatestTaskAssessmentRun and ResultStatistic fields for enhanced tracking and
|
||||
assessment result statistics.
|
||||
* api-change:``ec2``: 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``: 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``: Update AWS WAF policy - add the option to retrofit existing web ACLs instead
|
||||
of creating all new web ACLs.
|
||||
* api-change:``payment-cryptography-data``: Adding new API to generate authenticated scripts for
|
||||
EMV pin change use cases.
|
||||
* api-change:``wafv2``: Add a property to WebACL to indicate whether it's been retrofitted by
|
||||
Firewall Manager.
|
||||
* enhancement:``s3``: Handle HTTP 200 responses with error information for all supported s3
|
||||
operations.
|
||||
- from version 1.35.44
|
||||
* api-change:``athena``: Removing FEDERATED from Create/List/Delete/GetDataCatalog API
|
||||
* api-change:``bedrock``: Adding converse support to CMI API's
|
||||
* api-change:``bedrock-runtime``: Added converse support for custom imported models
|
||||
* api-change:``datazone``: 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``: RequestSpotInstances and RequestSpotFleet feature release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 10:07:47 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 1.35.43
|
||||
* enhancement:Python: Added provisional Python 3.13 support to Botocore
|
||||
* enhancement:AWSCRT: Update awscrt version to 0.22.0
|
||||
* bugfix:Config: Fixed sigv4a_signing_region_set resolution when set in environment or config file.
|
||||
* Many API changes in various plugins, see https://github.com/boto/botocore/blob/develop/CHANGELOG.rst
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 12:42:19 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 1.35.21
|
||||
* api-change:``codebuild``: GitLab Enhancements - Add support for Self-Hosted GitLab runners in
|
||||
CodeBuild. Add group webhooks
|
||||
* api-change:``ecr``: 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``: This is a documentation only release to address various tickets.
|
||||
* api-change:``lambda``: Support for JSON resource-based policies and block public access
|
||||
* api-change:``rds``: Updates Amazon RDS documentation with configuration information about the
|
||||
BYOL model for RDS for Db2.
|
||||
* api-change:``ssm``: Support for additional levels of cross-account, cross-Region organizational
|
||||
units in Automation. Various documentation updates.
|
||||
- from version 1.35.20
|
||||
* api-change:``bedrock``: 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``: 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``: Removing the ON_PREMISE enum from the input settings field.
|
||||
* api-change:``organizations``: Doc only update for AWS Organizations that fixes several
|
||||
customer-reported issues
|
||||
* api-change:``pca-connector-scep``: 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``: Launching Global Cluster tagging.
|
||||
- from version 1.35.19
|
||||
* api-change:``amplify``: Doc only update to Amplify to explain platform setting for Next.js 14 SSG
|
||||
only applications
|
||||
* api-change:``ivs``: Updates to all tags descriptions.
|
||||
* api-change:``ivschat``: Updates to all tags descriptions.
|
||||
- from version 1.35.18
|
||||
* api-change:``cognito-idp``: Added email MFA option to user pools with advanced security features.
|
||||
* api-change:``elbv2``: Correct incorrectly mapped error in ELBv2 waiters
|
||||
* api-change:``emr``: Update APIs to allow modification of ODCR options, allocation strategy, and
|
||||
InstanceTypeConfigs on running InstanceFleet clusters.
|
||||
* api-change:``glue``: 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``: This release includes support for dynamic video overlay workflows,
|
||||
including picture-in-picture and squeezeback
|
||||
* api-change:``rds``: This release adds support for the os-upgrade pending maintenance action for
|
||||
Amazon Aurora DB clusters.
|
||||
* api-change:``storagegateway``: 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``: 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.
|
||||
- from version 1.35.17
|
||||
* api-change:``bedrock-agent``: Amazon Bedrock Knowledge Bases now supports using inference
|
||||
profiles to increase throughput and improve resilience.
|
||||
* api-change:``bedrock-agent-runtime``: Amazon Bedrock Knowledge Bases now supports using inference
|
||||
profiles to increase throughput and improve resilience.
|
||||
* api-change:``ecr``: Added KMS_DSSE to EncryptionType
|
||||
* api-change:``guardduty``: Add support for new statistic types in GetFindingsStatistics.
|
||||
* api-change:``lexv2-models``: Support new Polly voice engines in VoiceSettings: long-form and
|
||||
generative
|
||||
* api-change:``medialive``: Adds AV1 Codec support, SRT ouputs, and MediaLive Anywhere support.
|
||||
- from version 1.35.16
|
||||
* api-change:``chime-sdk-voice``: Documentation-only update that clarifies the ValidateE911Address
|
||||
action of the Amazon Chime SDK Voice APIs.
|
||||
* api-change:``cognito-identity``: This release adds sensitive trait to some required shapes.
|
||||
* api-change:``pipes``: This release adds support for customer managed KMS keys in Amazon
|
||||
EventBridge Pipe
|
||||
* api-change:``securityhub``: Documentation update for Security Hub
|
||||
* enhancement:AWSCRT: Update awscrt version to 0.21.5
|
||||
* enhancement:``s3``: Adds logic to gracefully handle invalid timestamps returned in the Expires
|
||||
header.
|
||||
- from version 1.35.15
|
||||
* api-change:``dynamodb``: Doc-only update for DynamoDB. Added information about async behavior for
|
||||
TagResource and UntagResource APIs and updated the description of ResourceInUseException.
|
||||
* api-change:``elbv2``: Add paginators for the ELBv2 DescribeListenerCertificates and DescribeRules
|
||||
APIs. Fix broken waiter for the ELBv2 DescribeLoadBalancers API.
|
||||
* api-change:``ivs-realtime``: IVS Real-Time now offers customers the ability to broadcast to
|
||||
Stages using RTMP(S).
|
||||
* api-change:``kafka``: 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``: Amazon Sagemaker supports orchestrating SageMaker HyperPod clusters
|
||||
with Amazon EKS
|
||||
* api-change:``sagemaker-runtime``: AWS SageMaker Runtime feature: Add sticky routing to support
|
||||
stateful inference models.
|
||||
- from version 1.35.14
|
||||
* api-change:``qapps``: 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.
|
||||
- from version 1.35.13
|
||||
* api-change:``application-signals``: 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``: Updates to add recent notes to APIs and to replace example S3 bucket
|
||||
names globally.
|
||||
* api-change:``connect``: 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``: Amazon GameLift provides additional events for tracking the fleet
|
||||
creation process.
|
||||
* api-change:``kinesisanalyticsv2``: Support for Flink 1.20 in Managed Service for Apache Flink
|
||||
* api-change:``sagemaker``: Amazon SageMaker now supports idle shutdown of JupyterLab and
|
||||
CodeEditor applications on SageMaker Studio.
|
||||
- from version 1.35.12
|
||||
* api-change:``appsync``: Adds new logging levels (INFO and DEBUG) for additional log output control
|
||||
* api-change:``bedrock-agent``: Add support for user metadata inside PromptVariant.
|
||||
* api-change:``finspace``: Updates Finspace documentation for smaller instances.
|
||||
* api-change:``fis``: This release adds safety levers, a new mechanism to stop all running
|
||||
experiments and prevent new experiments from starting.
|
||||
* api-change:``logs``: Update to support new APIs for delivery of logs from AWS services.
|
||||
* api-change:``s3control``: Amazon Simple Storage Service /S3 Access Grants / Features : This
|
||||
release launches new Access Grants API - ListCallerAccessGrants.
|
||||
- from version 1.35.11
|
||||
* api-change:``connect``: Release ReplicaConfiguration as part of DescribeInstance
|
||||
* api-change:``datazone``: 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``: This release adds support for configuring TCP idle timeout on NLB and GWLB
|
||||
listeners.
|
||||
* api-change:``mediaconnect``: 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``: Added MinQP as a Rate Control option for H264 and H265 encodes.
|
||||
* api-change:``sagemaker``: 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``: Timestream for InfluxDB now supports compute scaling and
|
||||
deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to
|
||||
the UpdateDbInstance API.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 2 08:42:08 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-botocore%{?psuffix}
|
||||
Version: 1.35.10
|
||||
Version: 1.35.47
|
||||
Release: 0
|
||||
Summary: Python interface for AWS
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user