Releases: Automattic/php-thrift-sql
Releases · Automattic/php-thrift-sql
Release list
v0.3.1
- Added -
VERSIONclass 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\Queryinstantiation vs query execution with newexec()interface
v0.3.0
- 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
v0.2.0
- 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