Skip to content

v2.0.4

Compare
Choose a tag to compare
@dancannon dancannon released this 24 May 19:42
· 241 commits to master since this release

Changed

  • Changed Connect to return the reason for connections failing (instead of just "no connections were made when creating the session")

Fixed

  • Fixed queries not being retried when using Query(), queries are now retried if the request failed due to a bad connection.
  • Fixed Cursor methods panicking if using a nil cursor, please note that you should still always check if your queries return an error.