chore(release): bump version to 1.2.0 - #46
Merged
Merged
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.
Release 1.2.0
Bump the gem version to 1.2.0 and move the Unreleased changelog entries into the 1.2.0 section.
Included in this release
Added
:open_telemetrytarget with a defaultpumametric prefix (feat: Open Telemetry target #30)formatter:(:json,:passthrough) andtransform:(:cloud_watch,:passthrough) options for the IO target (Expose new transforms and formatters design #25)Changed
formatter:on the IO target now receives the transformed telemetry; passtransform: :passthroughfor the old behavior (Expose new transforms and formatters design #25)Dropped
Targets::IOTarget::JSONFormatterconstant (Expose new transforms and formatters design #25)Fixed
IOError: closed streamerrors, and publish errors no longer make puma exit (Error logging telemetry causes Puma to exit #31, fix: stop telemetry runner on puma shutdown #45)socket_telemetry!warns and stays disabled on platforms withoutSocket::SOL_TCP/Socket::TCP_INFO(Warn when enabling socket_telemetry on unsupported platform #23)Release steps after merge
git tag v1.2.0 <merge-sha> && git push origin v1.2.0Note: the earlier v1.2.0 tag pointed at a commit with version 1.1.6; the release job failed on the rubygems duplicate check and nothing was published. That tag should be deleted before tagging again:
git push origin :refs/tags/v1.2.0