Skip to content

Releases: dropbox/PyHive

v0.6.3

05 Aug 17:48
da047f3
Compare
Choose a tag to compare
  • Enables presto multiinsert
  • Datetime objects support

v0.6.2.

16 Mar 19:31
c448ed9
Compare
Choose a tag to compare
  • support for the user impersonation
  • keep track of last query id
  • bug fixes in kerberos support
  • CI fixes

v0.5.1

15 Feb 23:54
Compare
Choose a tag to compare
  • bug fixes
  • add CUSTOM to HS2 authentication modes
  • drop SQLAlchemy 0.7 support

v0.5.0

01 Sep 19:49
Compare
Choose a tag to compare
  • 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

17 Jul 04:22
Compare
Choose a tag to compare
  • Add options to customize Thrift transport and requests kwargs
  • Bugfixes

v0.3.0

23 Apr 02:47
Compare
Choose a tag to compare
  • Presto query cancellation
  • Presto HTTPS option
  • Hive Kerberos/LDAP
  • Python 3 support
  • Hive now requires thrift 0.10

v0.2.1

24 Jun 17:31
Compare
Choose a tag to compare

Bugfixes

v0.2.0

02 Jun 04:21
Compare
Choose a tag to compare
  • 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

02 Jun 00:55
Compare
Choose a tag to compare
  • Python 3 Presto support
  • Hive NOSASL support

v0.1.7

29 Mar 07:30
Compare
Choose a tag to compare
  • Presto session properties support
  • Compatibility fixes for newer Presto