2014-10-16
- Minor fixes in JSON decoder sub package (allow long type to be used) for keys.
2014-09-10
- Make it possible to retry failed request given number of times with given delay.
- Minor fixes.
2014-06-05
- Added handling of the timestamps.
- Minor fixes.
- Softened the dependency requirements.
- Tiny improvements in documentation.
2014-03-10
- More on exceptions. Adding IntegrityError exception added. Several methods (for example Table.create) got an optional fail_silently argument.
- Improved documentation (mainly building of).
- Less strict requests requirement (from ==1.2.3 to >= 1.2.3).
- Make it possible to skip
exists
checks for number of table operations. - Minor fixes.
2013-12-16
- DoesNotExist and ParseError exceptions added, along with fail_silently argument for appropriate methods of the Table, Batch and HttpRequest classes.
2013-12-05
- Minor fixes.
2013-11-15
- Minor fixes.
2013-11-09
- Minor fixes.
2013-10-26
- Fixed HTTP basic auth.
2013-10-26
- Requiored version of six lowered to 1.1.0.
- Minor fixes.
2013-10-18
- Basic filtering optionsg added.
2013-09-13
- Python 2.6.8 and 3.3 support addeded.
2013-08-12
- Initial.