blob: 21e22772e4e3e3f4945f7d368ce7dd26f3dc04a3 [file] [log] [blame]
Changelog
=========
Version 0.7
-----------
- Added DictCursor for easier access to columns by their names.
- Support for Phoenix versions from 4.8 to 4.11.
Version 0.6
-----------
- Fixed result fetching when using a query with parameters.
- Support for Phoenix 4.9.
Version 0.5
-----------
- Added support for Python 3.
- Switched from the JSON serialization to Protocol Buffers, improved compatibility with Phoenix 4.8.
- Phoenix 4.6 and older are no longer supported.
Version 0.4
-----------
- Fixes for the final version of Phoenix 4.7.
Version 0.3
-----------
- Compatible with Phoenix 4.7.
Version 0.2
-----------
- Added (configurable) retry on connection errors.
- Added Vagrantfile for easier testing.
- Compatible with Phoenix 4.6.
Version 0.1
-----------
- Initial release.
- Compatible with Phoenix 4.4.