0.4.0
BREAKING CHANGES
- This release changes the toplevel configuration section name to
cratedb_endpoints
.
It is an aftermath of the "naming things" refactorings happening in 0.3.0.
CHANGES
-
Improve network behaviour: Adjust TCP timeout and keepalive settings to
mitigate problems that can occur when the adapter in connecting to CrateDB
via a load balancer that may drop idle connections in-transparently, such as
in AKS. The default values are:- KeepAlive: 30 seconds
- ConnectTimeout: 10 seconds
The TCP connect timeout can be adjusted by using the
-tcp.connect.timeout
option.