Skip to content

Releases: prestodb/presto-python-client

0.8.4

07 Sep 17:12
Compare
Choose a tag to compare
Version bump to 0.8.4

0.8.3

10 Oct 20:04
Compare
Choose a tag to compare
Version bump to 0.8.3

0.8.2

09 Aug 18:25
Compare
Choose a tag to compare
Bump version to 0.8.2

0.7.0

16 Apr 20:56
Compare
Choose a tag to compare

f464294 Add Code of Conduct
46f8e59 Update README with basic authentication example
54c3199 Add support for basic authentication

0.6.0

07 Feb 23:05
Compare
Choose a tag to compare

454e77c Add PEP249 required type definitions
569babd Unsupported functions raiaes NotSupportedError
f0efe0e Define all DBAPI required errors in prestodb.exceptions
1262f1b Add Cursor#close() and #executemany() required by PEP 249
1ed09e0 Set meaningless 5 items to None in Cursor.description
2caf04b Fix SET SESSION support by using http_response.headers
7c65767 Pass auth module to PrestoRequest for testing auth fail
4ebeb58 Add get_exceptions() to the Authentication module
b022322 Check requests_kerberos availability right before it's used
dfe0240 Make the library runnable w/ and w/o requests_kerberos
25cf54c Enable run tests with full dependency including extras_require
7d48556 Make request_kerberos dependency optional
ef7d571 Use lighter weight six for python3 compatibility
cd986e6 Fix transaction creation
f7358a2 Add need help? section to the README

0.5.1

25 Sep 23:12
Compare
Choose a tag to compare

3ab5b69 Unpin requirements
ba42a3d Use same transaction and HTTP session within a connection
e9519d1 Force Presto version to 0.202 to circumvent coordinator startup issue (workaround)
f33f8fd Add timeout when waiting for coordinator
b5afd73 Revert "Add support for cookies"

0.5.0

10 Jul 22:20
Compare
Choose a tag to compare

ba42a3d Use same transaction and HTTP session within a connection
e9519d1 Force Presto version to 0.202 to circumvent coordinator startup issue
f33f8fd Add timeout when waiting for coordinator

0.4.2

03 Apr 23:19
Compare
Choose a tag to compare

30c1735 Add support for cookies
b352912 Add query_id in PrestoQueryError
4bccbda Add missing DatabaseError definition

0.4.1

02 Nov 05:13
Compare
Choose a tag to compare

e31194e Ensure the client pulls results from the coordinator on COMMIT and ROLLBACK (fix #45)

0.4.0

11 Sep 23:06
Compare
Choose a tag to compare
  • 95a28d3 Add support for transactions
  • 5d6336a Fix type annotations
  • 063b2bd Add logging module
  • 8c8d6de Add imports for Python2.7 compatibility