Gino

Latest version: v1.0.1

Safety actively analyzes 634607 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 9

0.6.0

^^^^^^^^^^^^^^^^^^

* [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

0.5.8

^^^^^^^^^^^^^^^^^^

* Preparing for 0.6.0 which will be a breaking release
* Fixed wrong value of ``Enum`` in creation (Contributed by Sergey Kovalev in 126)

0.5.7

^^^^^^^^^^^^^^^^^^

This is an emergency fix for 0.5.6.

* Fixed broken lazy connection (Contributed by Ádám Barancsuk in 114)
* Added ``Model.outerjoin``

0.5.6

^^^^^^^^^^^^^^^^^^

* Changed to use unnamed statement when possible (80 90)
* Added more example (Contributed by Kentoseth in 109)
* Added ``Model.join`` and made ``Model`` selectable (Contributed by Ádám Barancsuk in 112 113)

0.5.5

^^^^^^^^^^^^^^^^^^

* Ensured clean connection if transaction acquire fails (Contributed by Vladimir Goncharov in 87)
* Added ability to reset local storage (84)
* Fixed bug in JSON property update
* Added update chaining feature

0.5.4

^^^^^^^^^^^^^^^^^^

* Updated example (Contributed by Kinware in 75)
* Added ``Model.insert`` (Contributed by Neal Wang in 63)
* Fixed issue that non-lazy acquiring fails dirty (79)

Page 6 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.