Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zodburi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
zodburi
Commits
51b9ec7c
Commit
51b9ec7c
authored
Oct 17, 2017
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Garden changelog.
parent
a1db64c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
26 deletions
+21
-26
CHANGES.rst
CHANGES.rst
+21
-26
No files found.
CHANGES.rst
View file @
51b9ec7c
``zodburi``
Changelog
=========
============
Changelog
=========
2.3.0 (unreleased)
------------------
- Fix parsing of ``zeo://`` URI with IPv6 address.
- Drop support for Python 3.3.
- Add support for Python 3.6.
- Fix parsing of ``zeo://`` URI with IPv6 address.
2.2.2 (2017-05-05)
------------------
- Fix transposed ``install_requires`` and ``tests_require`` lists in
``setup.py``.
2.2.1 (2017-04-18)
------------------
- Fixed: changes in 2.2 broke the zconfig resolver.
- Fix breakage added in 2.2 to the ``zconfig`` resolver.
2.2 (2017-04-17)
----------------
- 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
``pool_timeout``, ``cache_size_bytes``, ``historical_pool_size``
,
``historical_cache_size``, ``historical_cache_size_bytes``
,
``historical_timeout``, and ``large_record_size``.
2.1 (2017-04-17)
----------------
- Add support for Python 3.5.
- 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.
- Test under Python 3.4 and add Trove classifier.
2.0 (2014-01-05)
----------------
...
...
@@ -53,39 +49,38 @@
2.0b1 (2013-05-02)
------------------
- Add
ed
support for Python 3.2 / 3.3.
- Add support for Python 3.2 / 3.3.
- Add
ed
``setup.py docs`` alias (runs ``setup.py develop`` and installs
- Add ``setup.py docs`` alias (runs ``setup.py develop`` and installs
documentation dependencies).
- Add
ed
``setup.py dev`` alias (runs ``setup.py develop`` and installs
- Add ``setup.py dev`` alias (runs ``setup.py develop`` and installs
testing dependencies).
- Automate
d
building the Sphinx docs via ``tox``.
- Automate building the Sphinx docs via ``tox``.
- Fix
ed '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
- 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
ped
support for Python 2.5.
- Drop support for Python 2.5.
1.1 (2012-09-12)
----------------
- Removed support for ``postgres://`` URIs, which will now be provided by
the ``relstorage`` package. Thanks to Georges Dubus for
the patch!
- Remove support for ``postgres://`` URIs, which will now be provided by
the ``relstorage`` package. Thanks to Georges Dubus for the patch!
1.0 (2012-06-07)
----------------
- Add
ed
support for ``postgres://`` URIs. Thanks to Georges Dubus for
- Add support for ``postgres://`` URIs. Thanks to Georges Dubus for
the patch!
- Pin
ned
dependencies to Python 2.5-compatible versions when testing with
- Pin dependencies to Python 2.5-compatible versions when testing with
tox under Python 2.5.
- Update
d
the documentation for publication to `ReadTheDocs
- Update the documentation for publication to `ReadTheDocs
<http://docs.pylonsproject.org/projects/zodburi/dev/>`_
1.0b1 (2011-08-21)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment