You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by Istvan Toth <st...@apache.org> on 2022/07/15 15:19:18 UTC

[ANNOUNCE] Python Driver for Apache Phoenix (phoenixdb) 1.2.0 released

Hello Everyone,

The Apache Phoenix team is pleased to announce the immediate
availability of the 1.2.0 release of the Python Driver for Apache
Phoenix.
The Python Driver for Apache Phoenix implements the Python DB 2.0 API
to access Phoenix via the Phoenix Query Server.

This release includes the following improvements:


- Updated test environment to support Python 3.9 and 3.10 (PHOENIX-6737)
- Fixed get_view_names() in SqlAlchemy driver (PHOENIX-6727)
- Added supports_statement_cache attribute for SqlAlchemy dialect to
avoid warnings (PHOENIX-6735)
- Re-generated the protobuf Python files with protoc 3.19 from the
Avatica 1.21 descriptors (PHOENIX-6731)
- Dropped support for Python 3.4 (PHOENIX-6731)


Download source here [1],

or install via pip [2].

Thanks,
Istvan Toth
(on behalf of the Apache Phoenix team)

[1] https://phoenix.apache.org/download.html
<http://phoenix.apache.org/download.html>
[2] https://pypi.org/project/phoenixdb/