3.00.2

3.00.2.2

Improvements

  • Added parameter resubscribeTimeout for the subscribe function of ThreadedClient, ThreadPooledClient and PollingClient, 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 the unsubscribe function would get stuck during active message transmission from the server.