Fixed
- #2401, #2444, Fix SIGUSR1 to fully flush connections pool, remove
db-pool-timeout
. - @robx - #2348, Add
db-pool-acquisition-timeout
configuration option, time in seconds to wait to acquire a connection. - @robx
Deprecated
- #1385, Deprecate bulk-calls when including the
Prefer: params=multiple-objects
in the request. A function with a JSON array or object parameter should be used instead for a better performance.