- Add support for Python 3.12.
- Ensure connection always get properly initialized.
- Add support for PostgreSQL 13.
- Add support for reading the connection string from an environment variable.
Use
ENV:DB_CONN
as connection string to look up the actual connection string in the environment variableDB_CONN
.
- Drop support for Python 2.7, 3.5, 3.6.
- Update to latest meta/config
- Add support for Python 3.11
- Re-released under the Zope Public License (ZPL) version 2.1
- Updated package layout and name to conform to current Zope standards
- Added compatibility with Zope 4 and Zope 5
- Removed compatibility with Zope 2 and Zope 3
- Added unit and functional tests
- Removed ZPsycopgDA dependencies on deprecated (Python or Zope) features.
- Added all the supported isolation level options
- Fixed pool bugs (psycopg issues #123, #125, #142)
- Make this and egg.