CHANGES
=======

0.7.0
-----

* Add connection optional pooling
* Revert "use `requests.Session` object to pool outgoing connections"

0.6.0
-----

* use `requests.Session` object to pool outgoing connections

0.5.1
-----

* empty commit to clean up my mess

0.5.0
-----

* FIXME for more improvements
* pep8
* trailing comma
* add test for improved error handling
* proper use of custom exceptions
* raise proper DataError if there is no 'data' in the response
* remove unused imports

0.4.1
-----

* Add missing column types
* Sort types remapping otherwise it'll become a mess

0.4.0
-----

* Support the new festung API:
* Reflect Festung API change in the tests
* Add support for rowcount
* Add broken support for column description
* Implement fetchall()
* Festung now support lastrowid
* Silently commit() and rollback()
* Alphabetically order imports

0.3.1
-----

* Add test for executemany with result. Fix exception import

0.3.0
-----

* Exceptions have to be exposed through the DBAPI module
* Raise an exception if statement produces a result
* Add executemany() implmentation and basic test
* Fix linter errors
* Fix usage of warngins.warn. Warning type goes last!

0.2.0
-----

* Release 0.2.0
* Add support for passwords
* Add badges to README

0.1.1
-----

* Install setuptools explicitly
* Ignore build and dist dirs
* Add pbr to the to be installed dependencies
* Add travis configuration
* Add complex object casting

0.1.0
-----

* Initial commit
