Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare 6.2.0 release #93

Merged
merged 13 commits into from Aug 3, 2018
Merged

prepare 6.2.0 release #93

merged 13 commits into from Aug 3, 2018

Conversation

eli-darkly
Copy link
Contributor

[6.2.0] - 2018-08-03

Changed:

  • In streaming mode, each connection failure or unsuccessful reconnection attempt logs a message at ERROR level. Previously, this message included the amount of time before the next retry; since that interval is different for each attempt, that meant the ERROR-level messages were all unique, which could cause problems for monitors. This has been changed so the ERROR-level message is always the same, and is followed by an INFO-level message about the time delay. (Note that in order to suppress the default message, the LaunchDarkly client modifies the logger used by the backoff package; if you are using backoff for some other purpose and do want to see the default message, set logging.getLogger('backoff').propagate to True.) (#88)

@eli-darkly eli-darkly merged commit bd2f17b into master Aug 3, 2018
@eli-darkly eli-darkly deleted the 6.2.0 branch August 3, 2018 23:57
eli-darkly added a commit that referenced this pull request Feb 6, 2019
major cleanup of doc comments, add Sphinx build script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants