- Fix breakage added in 2.2 to the ``zconfig`` resolver.
2.2
~~~~~~~~~~~~~~~~
- Add support for additional database configuration parameters: ``pool_timeout``, ``cache_size_bytes``, ``historical_pool_size``, ``historical_cache_size``, ``historical_cache_size_bytes``, ``historical_timeout``, and ``large_record_size``.
2.1
~~~~~~~~~~~~~~~~
- Add support for Python 3.4 and 3.5.
- Drop support for Python 2.6 and 3.2.
- Add missing ClientStorage constructor kw args to resolver.
2.0
~~~~~~~~~~~~~~~~
- Update ``ZODB3`` meta-package dependency to ``ZODB`` + ``ZConfig`` + ``ZEO``. Those releases are what we import, and have final Py3k-compatible releases.
- Packaging: fix missing ``url`` argument to ``setup()``.
2.0b1
~~~~~~~~~~~~~~~~~~
- Add support for Python 3.2 / 3.3.
- Add ``setup.py docs`` alias (runs ``setup.py develop`` and installs documentation dependencies).
- Add ``setup.py dev`` alias (runs ``setup.py develop`` and installs testing dependencies).
- Automate building the Sphinx docs via ``tox``.
- Fix ``zconfig:`` URIs under Python 2.7. The code worked around a bug in the stdlib's ``urlparse.urlsplit`` for Python < 2.7; that workaround broke under 2.7. See https://github.com/Pylons/zodburi/issues/5
- Drop support for Python 2.5.
1.1
~~~~~~~~~~~~~~~~
- Remove support for ``postgres://`` URIs, which will now be provided by the ``relstorage`` package. Thanks to Georges Dubus for the patch!