python-boto3/.changes/0.0.8.json

23 lines
711 B
JSON
Raw Normal View History

2016-05-22 04:03:29 +02:00
[
{
"category": "Resources",
"description": "Fix Amazon S3 resource identifier order. (`issue 62 <https://github.com/boto/boto3/pull/62>`__)",
"type": "bugfix"
},
{
"category": "Resources",
"description": "Fix collection resource hydration path. (`issue 61 <https://github.com/boto/boto3/pull/61>`__)",
"type": "bugfix"
},
{
"category": "Resources",
"description": "Re-enable service-level access to all resources, allowing e.g. ``obj = s3.Object('bucket', 'key')``. (`issue 60 <https://github.com/boto/boto3/pull/60>`__)",
"type": "bugfix"
},
{
"category": "Botocore",
"description": "Update to Botocore 0.87.0",
"type": "feature"
}
2016-11-09 01:23:44 +01:00
]