Releases: dropbox/PyHive
Releases Β· dropbox/PyHive
v0.6.3
- Enables presto multiinsert
- Datetime objects support
v0.6.2.
- support for the user impersonation
- keep track of last query id
- bug fixes in kerberos support
- CI fixes
v0.5.1
- bug fixes
- add CUSTOM to HS2 authentication modes
- drop SQLAlchemy 0.7 support
v0.5.0
- Update HiveServer2 Thrift bindings to v11.
- Allow retrieving a progress update when polling cursor on Hive.
- Drop sqlalchemy 0.6 support
- Fix dotted column names in Hive
v0.4.0
- Add options to customize Thrift transport and requests kwargs
- Bugfixes
v0.3.0
- Presto query cancellation
- Presto HTTPS option
- Hive Kerberos/LDAP
- Python 3 support
- Hive now requires thrift 0.10
v0.2.0
- New Hive features: async, log fetching, cancellation
- Changed Hive protocol to V6 (requires at least Hive 0.13)
- Streaming Hive data is now significantly faster
- Binary Hive data is now returned as byte strings rather than Unicode strings
- Rows are now returned as tuples instead of lists for both Hive and Presto
- Dropped CDH 4 support
v0.1.8
- Python 3 Presto support
- Hive NOSASL support
v0.1.7
- Presto session properties support
- Compatibility fixes for newer Presto