v22.2.0
What's new
- @fulara added two new options into the
Opts
structure & connection URL (see #310):tcp_keepalive_probe_interval_secs
– TCP keep alive interval between subsequent probestcp_keepalive_probe_count
– TCP keep alive probe count
{Conn, Pool}::new
now supports literal URLs.
Please note, that I accidentally violated the semver here 🙇.
Fixes
Other changes
- fix some typos by @cuishuang in #321
- nix dependency is removed by @rtzoeller in #322
- Fix docs for creating a connection from URL by @Zomtir in #327
New Contributors
- @cuishuang made their first contribution in #321
- @rtzoeller made their first contribution in #322