----- * batch_get supports ``alias`` arg for ExpressionAttributeNames
0.4.4
----- * Make connection stateless again. Puts consumed_capacity into response object and fixes mystery crash.
0.4.3
----- * Bug fix: getting ConsumedCapacity doesn't crash for BatchGetItem and BatchWriteItem * Feature: connection.default_return_capacity * Feature: hooks for ``precall``, ``postcall``, and ``capacity`` * Better handling of ConsumedCapacity results
0.4.2
----- * Feature: New methods to take advantage of the newer expression API. See get_item2, put_item2. * Feature: Shortcut ``use_version`` for switching over to the new APIs.
0.4.1
----- * Feature: update_table can create and delete global indexes * Feature: New methods to take advantage of the newer expression API. See scan2, query2, update_item2, and delete_item2.
0.4.0
----- * Migrating to botocore client API since services will be deprecated soon