gorethink v2.1.2 Release Notes

Release Date: 2016-07-22 // almost 8 years ago
  • โž• 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