Skip to content

Version 0.19.0 Minor update

Compare
Choose a tag to compare
@nhumrich nhumrich released this 13 Feb 00:05
· 38 commits to master since this release

This is mostly a bug fix update, but it also includes bumping asyncpg to 0.14 which could potentially break things.

Other than fixing documentation, there are only two changes from 0.18.2

  • Bump asyncpg to 0.14
  • Check default value if its callable in sqlalchemy parsing (see #73). Thanks to @kamikaze