Skip to content

postgres v0.15.2

Compare
Choose a tag to compare
@sfackler sfackler released this 12 Feb 01:23
· 1050 commits to master since this release
  • TCP connect timeouts are now supported via the connect_timeout parameter. For example, the postgresql://postgres@my_db?connect_timeout=10 will apply a 10 second timeout.
  • Fixed handling of DB errors when listening for notifications.
  • Cow<str> now implements ToSql.