3.00.2
3.00.2.5
Issues Fixed
- Fixed
login
failures when enableEncryption was set to true.
3.00.2.4
New Features
- Added support for enableClientAuth configuration of DolphinDB server.
- Added support for SCRAM Authentication.
- Added support for callback functions triggered when subscription states change.
- Added a class MTWConfig to simplify constructing the MTW class.
Issues Fixed
- Fixed the issue where MTW failed to reconnect.
3.00.2.3
Improvements
- Added support for UDP in heterogeneous stream table subscription.
3.00.2.2
Improvements
- Added parameter resubscribeTimeout for the
subscribe
function ofThreadedClient
,ThreadPooledClient
andPollingClient
, allowing the timeout for resubscription to be specified. - Renamed parameter resubTimeout to resubscribeInterval.
3.00.2.1
New Features
- Added support for encrypted login.
- Added support for UDP in streaming subscription.
Improvements
- Optimized the performance of
MultithreadedTableWriter
. - Optimized the performance of streaming subscription.
- Improved load balancing in high availability mode.
- Compiler upgraded from GCC 6.2.0 to 8.4.0.
3.00.2.0
Improvements
- Enhanced
DBConnectionPool::run
to support specifying custom fetchSize values.
Issues Fixed
- [AC-445] Fixed an issue in
ThreadedClient
where theunsubscribe
function would get stuck during active message transmission from the server.