3.00.1.3
·
119 commits
to master
since this release
New Features
- Added parameters connectTimeout and readTimeout to the
connect
method ofDBConnection
class to set the maximum connection and read timeouts (in ms) for underlying API Socket connections.
Improvements
- The error message raised by
MultithreadedTableWriter
when writing to partitioned tables now displays the specific column names in case of data type mismatch.
Issues Fixed
- [AJ-763] Fixed an occasional issue where CPU usage was falsely high when using
ThreadPooledClient
for stream subscription, even without subscription tasks.