================== * Fix Python 3 compatibility * Add JSON Binary decoding support * Add JSON Decimal encoding support * Add JSON deep equality comparison as a fallback * Unit test and acceptance test adjustments * Follow linter suggestions * Update documentation
0.3.0
=================== * Add compatibility for Python 3 * Add new arg for ``Delete DynamoDB Session`` keyword * Update documentation
0.2.1
==================
* Update documentation
0.2.0
==================
* Use boto3 * Add unit tests * Add dependency to boto3 * Update documentation
0.1.2
==================
* Bugfixes
0.1.1
==================
* Add ``DynamoDB Host``, ``DynamoDB Region``, and ``List DynamoDB Tables`` keywords. * Add unit and acceptance tests * Update make file