Newton Series Release Notes¶
5.6.0¶
New Features¶
- Idle connections in the pool will be expired and closed.Default ttl is 1200s. Next configuration params was added
conn_pool_ttl (defaul 1200)
conn_pool_min_size (default 2)
Deprecation Notes¶
The rabbitmq driver option
DEFAULT/max_retries
has been deprecated for removal (at a later point in the future) as it did not make logical sense for notifications and for RPC.