This release adds support for `postgresql+srv` and `aws+srv` URLs, dynamically resolving `SRV` records, rebuilding the URL for connecting to Postgres.
1.1.0
This release changes `sprockets_postgres.QueryResults` to a normal class, making it an iterator, adding magic methods for length, iteration, and repr. In addition, `sprockets_postgres.QueryResults.rows` will set if there is >= 1 row, where previously it was >= 2 rows.
1.0.2
See https://github.com/aio-libs/aiopg/issues/311
Updated `DEFAULT_POSTGRES_MAX_POOL_SIZE` to match `aiopg` 10.