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

Releases: lalinsky/python-phoenixdb

phoenixdb 0.7

Choose a tag to compare

@lalinsky lalinsky released this 27 Aug 12:12
v0.7
  • Added DictCursor for easier access to columns by their names.
  • Support for Phoenix versions from 4.8 to 4.11.

phoenixdb 0.6

Choose a tag to compare

@lalinsky lalinsky released this 06 Jan 16:48
v0.6
  • Fixed result fetching when using a query with parameters.
  • Support for Phoenix 4.9.

phoenixdb 0.5

Choose a tag to compare

@lalinsky lalinsky released this 03 Nov 20:32
v0.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.

phoenixdb 0.4

Choose a tag to compare

@lalinsky lalinsky released this 03 Nov 20:33
  • Fixes for the final version of Phoenix 4.7.

phoenixdb 0.3

Choose a tag to compare

@lalinsky lalinsky released this 03 Nov 20:33
  • Compatible with Phoenix 4.7.

phoenixdb 0.2

Choose a tag to compare

@lalinsky lalinsky released this 03 Nov 20:33
  • Added (configurable) retry on connection errors.
  • Added Vagrantfile for easier testing.
  • Compatible with Phoenix 4.6.

phoenixdb 0.1

Choose a tag to compare

@lalinsky lalinsky released this 03 Nov 20:34
  • Initial release.
  • Compatible with Phoenix 4.4.