File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- Unreleased
5
- ----------
4
+ 0.0.8 - 2015-02-10
5
+ ------------------
6
6
7
7
* bugfix:Resources: Fix Amazon S3 resource identifier order.
8
8
(`issue 62 <https://github.com/boto/boto3/pull/62 >`__)
@@ -11,6 +11,12 @@ Unreleased
11
11
* bugfix:Resources: Re-enable service-level access to all resources,
12
12
allowing e.g. ``obj = s3.Object('bucket', 'key') ``.
13
13
(`issue 60 <https://github.com/boto/boto3/pull/60 >`__)
14
+ * feature:Botocore: Update to Botocore 0.87.0
15
+
16
+ * Add support for Amazon DynamoDB secondary index scanning.
17
+ * Upgrade to ``requests `` 2.5.1.
18
+ * Add support for anonymous (unsigned) clients.
19
+ (`botocore issue 448 <https://github.com/boto/botocore/pull/448 >`__)
14
20
15
21
0.0.7 - 2015-02-05
16
22
------------------
Original file line number Diff line number Diff line change 17
17
18
18
19
19
__author__ = 'Amazon Web Services'
20
- __version__ = '0.0.7 '
20
+ __version__ = '0.0.8 '
21
21
22
22
23
23
# The default Boto3 session; autoloaded when needed.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def get_version():
26
26
]
27
27
28
28
requires = [
29
- 'botocore==0.86 .0' ,
29
+ 'botocore==0.87 .0' ,
30
30
'bcdoc==0.12.2' ,
31
31
'jmespath==0.6.1' ,
32
32
]
You can’t perform that action at this time.
0 commit comments