Skip to content

4.16.2

Compare
Choose a tag to compare
@LaunchDarklyCI LaunchDarklyCI released this 14 Mar 02:53
· 8 commits to v4 since this release

[4.16.2] - 2020-03-13

Added:

  • CI tests now verify that the SDK supports Go 1.14.

Fixed:

  • In streaming mode, when using a persistent data store such as Redis, if the database was unavailable when the client initially started and made its first stream connection, a bug caused the SDK to give up on retrying and leave the client in a failed state. This has been fixed so that it will retry the stream connection once it detects that the database is available again (or, if using infinite caching mode, it will leave the same stream connection open and write the already-cached data to the database).