Skip to content

v22.2.0

Compare
Choose a tag to compare
@blackbeam blackbeam released this 28 Jun 18:29
· 63 commits to master since this release
08110ac

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 probes
    • tcp_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

New Contributors