Skip to content

Release 0.4.0

Compare
Choose a tag to compare
@asvetlov asvetlov released this 02 Oct 09:33
· 801 commits to master since this release

I proud to announce new aiopg release 0.4.0.
This is major release, I highly recommend to switch on it.

The main features are:

  • support for JSON and HSTORE PostgreSQL types
  • accepting extended SqlAlchemy types (with proper conversions) as input parameter for SELECT/INSERT/UPDATE etc.
  • added timeouts for SQL queries