Release 0.54.0 - #982
Open
StephenWakely wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Prepares the
0.54.0release: adds the CHANGELOG entry and bumpsdatadog/version.py.Description of the Change
Follows RELEASING.md:
CHANGELOG.md— newv0.54.0section.datadog/version.py—0.53.0->0.54.0.One PR has merged to
mastersincev0.53.0:changelog/Changed).Minor bump rather than a patch because #979 is labelled
changelog/Changed: it widens the meaning of the existingsocket_connect_timeoutoption, which now also bounds send-retry rather than connect only. The behaviour is opt-in —socket_connect_timeoutdefaults to0, which disables retries — so users who do not set it are unaffected.Verification Process
CHANGELOG.mdentry follows the existing format and links to Retry the connection if a socket error is because the server went away. #979.python setup.py --versionreports0.54.0;from datadog.version import __version__imports cleanly.ddevwas not available locally, so the changelog entry was written by hand in the established format rather than generated viaddev release changelog.Additional Notes
Not to be merged until reviewed. Per RELEASING.md, after this merges: create the GitHub release/tag, confirm the PyPI publish action, then open a follow-up PR bumping
datadog/version.pyto a dev version (e.g.0.54.1.dev) — note that step appears to have been skipped afterv0.53.0, sincemasterwas left at a flat0.53.0.Release Notes
socket_connect_timeout). See #979.