Caution: Use tarantool-python 0.7.1 instead of 0.7.0. It fixes
the dependency on the msgpack library.
Added
- Support msgpack 1.0.0 (155, PR 173).
- SQL support (the method `<connection>.execute()`) (159, PR 161).
- Allow receiving a Tarantool tuple as a Python tuple, not a list, with
the `use_list=False` connection option (166, PR 161).
- Support the Database API (PEP-0249) (PR 161).
Changed
- Various improvements in README (PR 147, PR 151, PR 180).
Fixed
- Support `encoding=None` connections (PR 172).
- Various improvements and fixes in tests (8ff9a3f, bd37703, PR 165,
178, PR 179, PR 181).