1. LowCardinality type support 2. - `cursor` method name changed to `iterate` - `fetchone` method name changed to `fetchrow`. - `PendingDeprecationWarning` warnings added for old methods names
0.1.1
- cython extension with about 30% speed up. - UUID type support (mapping with uuid.UUID).