Accepting request 950397 from home:glaubitz:branches:devel:languages:python:aws

- Update to version 1.23.46
  * api-change:``appconfigdata``: [``botocore``] Documentation updates for AWS AppConfig Data.
  * api-change:``athena``: [``botocore``] This release adds a field, AthenaError, to the
    GetQueryExecution response object when a query fails.
  * api-change:``appconfig``: [``botocore``] Documentation updates for AWS AppConfig
  * api-change:``cognito-idp``: [``botocore``] Doc updates for Cognito user pools API Reference.
  * api-change:``secretsmanager``: [``botocore``] Feature are ready to release on Jan 28th
  * api-change:``sagemaker``: [``botocore``] This release added a new NNA accelerator compilation
    support for Sagemaker Neo.
- from version 1.20.45
  * api-change:``ec2``: [``botocore``] X2ezn instances are powered by Intel Cascade Lake CPUs that
    deliver turbo all core frequency of up to 4.5 GHz and up to 100 Gbps of networking bandwidth
  * api-change:``kafka``: [``botocore``] Amazon MSK has updated the CreateCluster and
    UpdateBrokerStorage API that allows you to specify volume throughput during cluster creation and
    broker volume updates.
  * api-change:``connect``: [``botocore``] This release adds support for configuring a custom chat
    duration when starting a new chat session via the StartChatContact API. The default value for chat
    duration is 25 hours, minimum configurable value is 1 hour (60 minutes) and maximum configurable
    value is 7 days (10,080 minutes).
  * api-change:``amplify``: [``botocore``] Doc only update to the description of basicauthcredentials
    to describe the required encoding and format.
  * api-change:``opensearch``: [``botocore``] Allows customers to get progress updates for blue/green
    deployments
- from version 1.20.44
  * api-change:``frauddetector``: [``botocore``] Added new APIs for viewing past predictions and
    obtaining prediction metadata including prediction explanations: ListEventPredictions and
    GetEventPredictionMetadata
  * api-change:``ebs``: [``botocore``] Documentation updates for Amazon EBS Direct APIs.
  * api-change:``codeguru-reviewer``: [``botocore``] Added failure state and adjusted timeout in
    waiter

OBS-URL: https://build.opensuse.org/request/show/950397
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-boto3?expand=0&rev=105
This commit is contained in:
2022-02-01 12:03:27 +00:00
committed by Git OBS Bridge
parent 7247ccff0e
commit cd90047754
4 changed files with 63 additions and 6 deletions

View File

@@ -1,3 +1,60 @@
-------------------------------------------------------------------
Tue Feb 1 10:30:52 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.23.46
* api-change:``appconfigdata``: [``botocore``] Documentation updates for AWS AppConfig Data.
* api-change:``athena``: [``botocore``] This release adds a field, AthenaError, to the
GetQueryExecution response object when a query fails.
* api-change:``appconfig``: [``botocore``] Documentation updates for AWS AppConfig
* api-change:``cognito-idp``: [``botocore``] Doc updates for Cognito user pools API Reference.
* api-change:``secretsmanager``: [``botocore``] Feature are ready to release on Jan 28th
* api-change:``sagemaker``: [``botocore``] This release added a new NNA accelerator compilation
support for Sagemaker Neo.
- from version 1.20.45
* api-change:``ec2``: [``botocore``] X2ezn instances are powered by Intel Cascade Lake CPUs that
deliver turbo all core frequency of up to 4.5 GHz and up to 100 Gbps of networking bandwidth
* api-change:``kafka``: [``botocore``] Amazon MSK has updated the CreateCluster and
UpdateBrokerStorage API that allows you to specify volume throughput during cluster creation and
broker volume updates.
* api-change:``connect``: [``botocore``] This release adds support for configuring a custom chat
duration when starting a new chat session via the StartChatContact API. The default value for chat
duration is 25 hours, minimum configurable value is 1 hour (60 minutes) and maximum configurable
value is 7 days (10,080 minutes).
* api-change:``amplify``: [``botocore``] Doc only update to the description of basicauthcredentials
to describe the required encoding and format.
* api-change:``opensearch``: [``botocore``] Allows customers to get progress updates for blue/green
deployments
- from version 1.20.44
* api-change:``frauddetector``: [``botocore``] Added new APIs for viewing past predictions and
obtaining prediction metadata including prediction explanations: ListEventPredictions and
GetEventPredictionMetadata
* api-change:``ebs``: [``botocore``] Documentation updates for Amazon EBS Direct APIs.
* api-change:``codeguru-reviewer``: [``botocore``] Added failure state and adjusted timeout in
waiter
* api-change:``securityhub``: [``botocore``] Adding top level Sample boolean field
* api-change:``sagemaker``: [``botocore``] API changes relating to Fail steps in model building
pipeline and add PipelineExecutionFailureReason in PipelineExecutionSummary.
- from version 1.20.43
* api-change:``fsx``: [``botocore``] This release adds support for growing SSD storage capacity and
growing/shrinking SSD IOPS for FSx for ONTAP file systems.
* api-change:``efs``: [``botocore``] Update efs client to latest version
* api-change:``connect``: [``botocore``] This release adds support for custom vocabularies to be
used with Contact Lens. Custom vocabularies improve transcription accuracy for one or more specific
words.
* api-change:``guardduty``: [``botocore``] Amazon GuardDuty expands threat detection coverage to
protect Amazon Elastic Kubernetes Service (EKS) workloads.
- from version 1.20.42
* api-change:``route53-recovery-readiness``: [``botocore``] Updated documentation for Route53
Recovery Readiness APIs.
- from version 1.20.41
* enhancement:Exceptions: [``botocore``] ProxyConnectionError previously provided the full proxy
URL. User info will now be appropriately masked if needed.
* api-change:``mediaconvert``: [``botocore``] AWS Elemental MediaConvert SDK has added support for
4K AV1 output resolutions & 10-bit AV1 color, the ability to ingest sidecar Dolby Vision XML
metadata files, and the ability to flag WebVTT and IMSC tracks for accessibility in HLS.
* api-change:``transcribe``: [``botocore``] Add support for granular PIIEntityTypes when using
Batch ContentRedaction.
-------------------------------------------------------------------
Fri Jan 21 13:20:19 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>