Revisions of python-boto3

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 606110 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 12)
- Version update to 1.10.17:
  * api-change:rds: [botocore] Update rds client to latest version
  * api-change:ec2: [botocore] Update ec2 client to latest version
  * api-change:budgets: [botocore] Update budgets client to latest version
  * api-change:rds: [botocore] Update rds client to latest version
  * api-change:ec2: [botocore] Update ec2 client to latest version
  * api-change:alexaforbusiness: [botocore] Update alexaforbusiness client to latest version
  * api-change:s3: [botocore] Update s3 client to latest version
  * api-change:budgets: [botocore] Update budgets client to latest version
  * api-change:es: [botocore] Update es client to latest version
  * api-change:guardduty: [botocore] Update guardduty client to latest version
  * api-change:config: [botocore] Update config client to latest version
  * api-change:secretsmanager: [botocore] Update secretsmanager client to latest version
  * api-change:appsync: [botocore] Update appsync client to latest version
  * api-change:acm: [botocore] Update acm client to latest version
  * api-change:codepipeline: [botocore] Update codepipeline client to latest version
  * api-change:ssm: [botocore] Update ssm client to latest version
  * api-change:ec2: [botocore] Update ec2 client to latest version
  * api-change:guardduty: [botocore] Update guardduty client to latest version
  * api-change:alexaforbusiness: [botocore] Update alexaforbusiness client to latest version
  * api-change:route53domains: [botocore] Update route53domains client to latest version
  * api-change:workspaces: [botocore] Update workspaces client to latest version
  * api-change:sagemaker: [botocore] Update sagemaker client to latest version
  * api-change:dynamodb: [botocore] Update dynamodb client to latest version
  * api-change:glacier: [botocore] Update glacier client to latest version
  * api-change:secretsmanager: [botocore] Update secretsmanager client to latest version
  * api-change:rekognition: [botocore] Update rekognition client to latest version
  * api-change:xray: [botocore] Update xray client to latest version
  * api-change:codedeploy: [botocore] Update codedeploy client to latest version
  * api-change:secretsmanager: [botocore] Update secretsmanager client to latest version
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 596739 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 11)
- Version update to 1.7.4:
  api-change:ssm: [botocore] Update ssm client to latest version
  api-change:workmail: [botocore] Update workmail client to latest version
  api-change:dms: [botocore] Update dms client to latest version
  api-change:mediapackage: [botocore] Update mediapackage client to latest version
  api-change:glue: [botocore] Update glue client to latest version
  api-change:clouddirectory: [botocore] Update clouddirectory client to latest version

- update to version 1.7.2
 - api-change:batch: [botocore] Update batch client to latest version
- update to version 1.7.1
 - enhancementshield [botocore] Added paginator for list_protections operation.
 - api-change:ssm: [botocore] Update ssm client to latest version
- update to version 1.7.0
 - api-change:s3: [botocore] Update s3 client to latest version
 - api-change:sagemaker: [botocore] Update sagemaker client to latest version
 - api-change:acm: [botocore] Update acm client to latest version
 - api-change:config: [botocore] Update config client to latest version
 - api-change:transcribe: [botocore] Update transcribe client to latest version
 - api-change:secretsmanager: [botocore] Update secretsmanager client to latest version
 - api-change:acm-pca: [botocore] Update acm-pca client to latest version
 - api-change:cloudwatch: [botocore] Update cloudwatch client to latest version
 - feature:s3: Add support for S3 Select. Amazon S3 Select is an Amazon S3 feature that makes it easy to retrieve specific data from the contents of an object using simple SQL expressions without having to retrieve the entire object. With this release of the Amazon S3 SDK, S3 Select API (SelectObjectContent) is now generally available in all public regions. This release supports retrieval of a subset of data using SQL clauses, like SELECT and WHERE, from delimited text files and JSON objects in Amazon S3 through the SelectObjectContent API available in AWS S3 SDK.
 - api-change:fms: [botocore] Update fms client to latest version
- update to version 1.6.23
 - api-change:lambda: [botocore] Update lambda client to latest version
 - api-change:devicefarm: [botocore] Update devicefarm client to latest version
 - api-change:translate: [botocore] Update translate client to latest version
- update to version 1.6.22
 - api-change:cloudfront: [botocore] Update cloudfront client to latest version
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 526213 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 7)
- Update to version 1.4.7
  + botocore: Raised minor version dependency for botocore
- From 1.4.6
  + Logging: Switch log levels from INFO to DEBUG (#1208)
- From 1.4.5
  + s3: Add a LifecycleConfiguration resource to resolve issues with the
    existing Lifecycle resource.

- Update to version 1.4.4
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 400253 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 4)
- fix source url

- Update to 1.3.1
  + feature:S3: Add custom load to ObjectSummary
  + feature:Session: Add method to get session credentials
  + bugfix:DynamoDB: Ensure batch writer never sends more than flush_amount (#483)
  + feature:Resources: Add get_available_subresources to Resources (#113)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 386427 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 3)
- Fix version requirement for botocore

- Update to version 1.3.0 (bsc#974705)
  + feature:Session: Add get_available_partitions and get_available_regions
     methods to determine partitions and a service's available regions.
  + feature:EC2: Update resource model to include Route resources. (issue 532)
- From 1.2.6 - (2016-03-01)
  + bugfix:Resources: Properly alias identifiers which are also in the shape.
- From 1.2.5 - (2016-02-25)
  + bugfix:S3: Forward extra_args when using multipart downloads. (issue 503)
- From 1.2.4 - (2016-02-18)
  + feature:EC2: Add delete_tags() action to Instance resource. (issue 459)
  + feature:Session: Add region_name property on session. (issue 414)
  + bugfix:S3: Fix issue with hanging downloads. (issue 471)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 358518 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 2)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 354942 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 1)
- Python SDK for AWS, python-boto does no longer receive any new feature
  development. New features are only available through python-boto3
Displaying revisions 101 - 115 of 115
openSUSE Build Service is sponsored by