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