Skip to content

v2.1.2

Compare
Choose a tag to compare
@dancannon dancannon released this 22 Jul 21:08
· 214 commits to master since this release

Added

  • Added the InitialCap field to ConnectOpts to replace MaxIdle as the name no longer made sense.

Changed

  • Improved documentation of ConnectOpts
  • Default value for KeepAlivePeriod changed from 0 to 30s

Deprecated

  • Deprecated the field MaxIdle in ConnectOpts, it has now been replaced by InitialCap which has the same behaviour as before. Setting both fields will still work until the field is removed in a future version.

Fixed

  • Fixed issue causing changefeeds to hang if no data was received