Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Releases: lalinsky/python-phoenixdb

phoenixdb 0.7

27 Aug 12:12
v0.7
Compare
Choose a tag to compare
  • Added DictCursor for easier access to columns by their names.
  • Support for Phoenix versions from 4.8 to 4.11.

phoenixdb 0.6

06 Jan 16:48
v0.6
Compare
Choose a tag to compare
  • Fixed result fetching when using a query with parameters.
  • Support for Phoenix 4.9.

phoenixdb 0.5

03 Nov 20:32
v0.5
Compare
Choose a tag to compare
  • 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.

phoenixdb 0.4

03 Nov 20:33
Compare
Choose a tag to compare
  • Fixes for the final version of Phoenix 4.7.

phoenixdb 0.3

03 Nov 20:33
Compare
Choose a tag to compare
  • Compatible with Phoenix 4.7.

phoenixdb 0.2

03 Nov 20:33
Compare
Choose a tag to compare
  • Added (configurable) retry on connection errors.
  • Added Vagrantfile for easier testing.
  • Compatible with Phoenix 4.6.

phoenixdb 0.1

03 Nov 20:34
Compare
Choose a tag to compare
  • Initial release.
  • Compatible with Phoenix 4.4.