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

Version 5.6.4 does not contain stated changes #303

Open
jasonpenny opened this issue Jan 30, 2025 · 0 comments
Open

Version 5.6.4 does not contain stated changes #303

jasonpenny opened this issue Jan 30, 2025 · 0 comments

Comments

@jasonpenny
Copy link

https://github.com/DataDog/dogstatsd-ruby/releases/tag/v5.6.4 should contain https://github.com/DataDog/dogstatsd-ruby/pull/301/files?diff=unified&w=1#diff-8a9cd5151648ed7bf550fbb2a5c5b1ac11ee864a6f9165ad5b61d03cfd395197R77

but it does not:

$ gem contents dogstatsd-ruby --version 5.6.4 |
>   grep tag_serializer.rb |
>   xargs tail -24 |
>   head -5
        def escape_tag_content(tag)
          tag = tag.to_s
          return tag unless tag.include?('|')
          tag.delete('|,')
        end
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

No branches or pull requests

1 participant