[PROF-13115] Bump minimum datadog-ruby_core_source dependency to 3.4.2#5122
Merged
[PROF-13115] Bump minimum datadog-ruby_core_source dependency to 3.4.2#5122
Conversation
This reverts commit 83a0969. No longer needed -- the latest version on rubygems.org now includes these changes.
…ersion is used This makes sure an older version is not accidentally kept around. (This is needed for Ruby 4.0.0-preview2 support)
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage 🔗 Commit SHA: b83696b | Docs | Datadog PR Page | Was this helpful? Give us feedback! |
BenchmarksBenchmark execution time: 2025-12-09 10:55:23 Comparing candidate commit b83696b in PR branch Found 3 performance improvements and 1 performance regressions! Performance is the same for 40 metrics, 2 unstable metrics. scenario:profiling - sample+serialize retain_every=10 heap_samples=false heap_size=false heap_sample_every=1 skip_end_gc=false
scenario:tracing - 100 span trace - no writer
scenario:tracing - Propagation - Trace Context
scenario:tracing - Tracing.log_correlation
|
ivoanjo
added a commit
to DataDog/datadog-ruby_core_source
that referenced
this pull request
Dec 9, 2025
…em release" **What does this PR do?** This reverts commit 551b5ae from #20. See #20 for details. In that PR I mentioned: So to break the loop, let's: 1. omit this test temporarily: ✅ done -> this was #20 2. then we can release this gem: ✅ done -> https://github.com/DataDog/datadog-ruby_core_source/actions/runs/20059401843, [version 3.4.2 is on rubygems.org](https://rubygems.org/gems/datadog-ruby_core_source/versions/3.4.2) 3. then we can undo the dd-trace-rb pinning: ✅ done -> DataDog/dd-trace-rb#5122 4. then we can re-enable the test This PR is step 4 and gets us back to where we were before the workaround. **Motivation:** Remove workaround now that it's not needed anymore! **Additional Notes:** N/A **How to test the change?** Validate that Ruby 4.0 + "corruption" test is running in CI and green.
Merged
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?
This PR bumps the minimum version of datadog-ruby_core_source from 3.4.1 to 3.4.2 + removes the workaround we had for Ruby 4.0 in CI.
Motivation:
This makes sure an older version is not accidentally kept around.
Change log entry
Yes. Bump minimum datadog-ruby_core_source dependency to 3.4.2.
Additional Notes:
Once this is merged, we can undo the workaround in DataDog/datadog-ruby_core_source#20 .
How to test the change?
Validate that CI is green!