Skip to content

Commit

Permalink
Merge branch 'release-0.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed Dec 4, 2014
2 parents 2096b65 + a501a92 commit 596f623
Show file tree
Hide file tree
Showing 11 changed files with 1,743 additions and 1,428 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
Changelog
=========

0.0.4 - 2014-12-04
------------------

* feature: Update to Botocore 0.77.0

* Add support for Kinesis PutRecords operation. It writes multiple
data records from a producer into an Amazon Kinesis stream in a
single call.
* Add support for IAM GetAccountAuthorizationDetails operation. It
retrieves information about all IAM users, groups, and roles in
your account, including their relationships to one another and
their attached policies.
* Add support for updating the comment of a Route53 hosted zone.
* Fix base64 serialization for JSON protocol services.
* Fix issue where certain timestamps were not being accepted as valid input
(`botocore issue 389 <https://github.com/boto/botocore/pull/389>`__)

* feature: Update `Amazon EC2 <http://aws.amazon.com/ec2/>`_ resource model.
* feature: Support `belongsTo` resource reference as well as `path`
specified in an action's resource definition.
* bugfix: Fix an issue accessing SQS message bodies
(`issue 33 <https://github.com/boto/boto3/issues/33>`__)

0.0.3 - 2014-11-26
------------------

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


__author__ = 'Amazon Web Services'
__version__ = '0.0.3'
__version__ = '0.0.4'


# The default Boto3 session; autoloaded when needed.
Expand Down
Loading

0 comments on commit 596f623

Please sign in to comment.