You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v0.13.0
* added docstrings to user-facing API
* thriftpy compatibility fixes for Python 3
* bulk of logging is now moved to DEBUG level
* other minor fixes
Release v0.12.0
Main functional improvement is adding columnar fetching.
* New abstractions to encapsulate HS2 objects; no effect on user API
* Timestamps and Decimals are optionally parsed
* Removed deprecated functionality; package is much simpler now
* Support for columnar fetching, avoiding unnecessary repivoting of data
* Operations are now closed when cursors are closed
* Support for paramstyle=format (IMPYLA-138)
* setup.py more robust with older versions of setuptools (IMPYLA-133)
* Eliminate default socket timeout. It must be set manually if desired. (IMPYLA-128)