sprockets.clients.postgresql/docs/history.rst
Gavin M. Roy 836ec3f140 Change to URI based env var config
- Bump rev to 2.0.0 since this is backwards incompatible
- Update docs
- Update tests
- move from FOO_HOST, FOO_PORT, etc to PGSQL_FOO=URI
2014-10-07 11:59:15 -04:00

9 lines
356 B
ReStructuredText

Version History
---------------
- 2.0.0 [2014-10-07]
- Change the environment variable format to be URI based instead of a variable per host, port, dbname, etc.
- 1.0.1 [2014-09-05]
- Expose psycopg2/queries exceptions, objects, etc from ``sprockets.queries.postgresql``
- Add integration testing with PostgreSQL
- 1.0.0 [2014-08-29]
- Initial release