^^^^^^^^^^^^^^^^^^
* [Breaking] API Refactored, ``Pool`` replaced with ``Engine``
* New API ``Engine`` replaced asyncpg ``Pool`` (59)
* Supported different dialects, theoretically
* Used aiocontextvars_ instead of builtin task local (89)
* [Breaking] Fixed query API with ``multiparams`` (executemany) to return correctly (20)
* [Breaking] The query methods no longer accept the parameter ``bind``
* [Breaking] ``Gino`` no longer exposes ``postgresql`` types
* Added ``echo`` on engine (142)
* Added tests to cover 80% of code
* Added ``gino`` extension on ``SchemaItem`` for ``create_all`` and so on (76 106)
* Added ``gino`` extension on model classes for ``create()`` or ``drop()``
* Added ``_update_request_cls`` on ``CRUDModel`` (147)
* Rewrote the documentation (146)
.. _aiocontextvars: https://github.com/fantix/aiocontextvars