Skip to content

Releases: Automattic/php-thrift-sql

v0.3.1

31 Jul 16:01
@xyu xyu
c2d8d83
Compare
Choose a tag to compare
  • Added - VERSION class constant so that consumers can inspect version of ThriftSQL used
  • Added - Ability to set Impala query options on the connection
  • Improved - Better separation of \ThriftSQL\Query instantiation vs query execution with new exec() interface

v0.3.0

26 Jul 18:32
@xyu xyu
8dc9f5b
Compare
Choose a tag to compare
  • Added - Ability to send Impala queries with usernames
  • Added - Default usernames to help limit invalid configurations
  • Added - Automatically closing query handles after all results are read
  • Added - Canceling queries on the server when timeouts are reached
  • Upgraded - Libraries to Thrift@0.12.0, Hive@1.1.0, Impala@2.12.0
  • Improved - Switched to a different classmap generator to get rid of a needless monkey patch of Beeswax service interface
  • Improved - Better wrapping of underlying exceptions to ease debugging (Props @Napas / #15)
  • Improved - Reduced size of PHP namespace and reorder them to better avoid collisions
  • Improved - Strip down the distribution PHAR and removed extraneous artifacts from Packagist
  • Improved - A better build and contribution process

v0.2.1

07 May 17:39
@xyu xyu
b773771
Compare
Choose a tag to compare

Make it safe to call wait() on the Query objects multiple times to give external consumers more flexibility in when and what forces code to wait for query execution.

v0.2.0

07 Feb 16:54
@xyu xyu
Compare
Choose a tag to compare
  • A new iterator object for memory efficient scrolling through queries in PR #24
  • Better devex for building the phar and generating classmaps for autoloading
  • Cleanup autoloading and slim down the distribution archive to just the phar instead if phar and source

v0.1.3

02 Feb 19:29
@xyu xyu
Compare
Choose a tag to compare
  • Clean up composer.json file
  • Bubble up Hive query errors 15c9f4e

v0.1.2

17 Feb 20:23
@xyu xyu
Compare
Choose a tag to compare
  • Handle trailing semicolons in query strings.

v0.1.1

12 Dec 22:50
@xyu xyu
Compare
Choose a tag to compare
  • Ensure we have enough data before trying subset operations in SASL transport layer.

Initial Release

12 Dec 21:32
@xyu xyu
Compare
Choose a tag to compare
v0.1

Update README