python-boto3/.changes/1.4.0.json

38 lines
1.2 KiB
JSON
Raw Normal View History

2016-11-09 01:23:44 +01:00
[
{
"category": "DynamoDB",
"description": "Add request auto de-duplication based on specified primary keys for batch_writer. (`#605 <https://github.com/boto/boto3/issues/605>`__)",
"type": "feature"
},
{
"category": "s3",
"description": "Add managed file-like object uploads to S3 client, Bucket, and Object.",
"type": "feature"
},
{
"category": "Session",
"description": "Fixed Session.__repr__ region argument name.",
"type": "bugfix"
},
{
"category": "s3",
"description": "Add managed copies to S3 client, Bucket, and Object.",
"type": "feature"
},
{
"category": "s3",
"description": "Add managed downloads to file-like objects in the S3 client, Bucket, and Object.",
"type": "feature"
},
{
"category": "s3",
2019-01-28 22:47:44 +01:00
"description": "Port ``s3.transfer`` module to use ``s3transfer`` package. Please refer to `Upgrading Notes <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/upgrading.html>`_ when upgrading. In porting the logic over, various performance issues and bugs were fixed.",
2016-11-09 01:23:44 +01:00
"type": "bugfix"
},
{
"category": "s3",
"description": "Add ``io_chunksize`` parameter to ``TransferConfig``",
"type": "feature"
}
]