3.00.1.3
·
363 commits
to master
since this release
New Features
- Added parameters connectTimeout and readTimeout to the
connectmethod ofDBConnectionclass to set the maximum connection and read timeouts (in ms) for underlying API Socket connections.
Improvements
- The error message raised by
MultithreadedTableWriterwhen 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
ThreadPooledClientfor stream subscription, even without subscription tasks.