-
Notifications
You must be signed in to change notification settings - Fork 375
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
Bump to version 2.8.0 #4215
Bump to version 2.8.0 #4215
Conversation
👋 Hey @ivoanjo, please fill "Change log entry" section in the pull request description. If changes need to be present in CHANGELOG.md you can state it this way **Change log entry**
Yes. A brief summary to be placed into the CHANGELOG.md (possible answers Yes/Yep/Yeah) Or you can opt out like that **Change log entry**
None. (possible answers No/Nope/None) Visited at: 2024-12-10 16:15:57 UTC |
We put DI into Highlights section which wasn't added to the diff in this PR and now DI isn't mentioned in the changelog for the release at all. |
BenchmarksBenchmark execution time: 2024-12-10 16:52:46 Comparing candidate commit 51d61a3 in PR branch Found 0 performance improvements and 3 performance regressions! Performance is the same for 28 metrics, 2 unstable metrics. scenario:profiler - sample timeline=false
scenario:tracing - Propagation - Datadog
scenario:tracing - Tracing.log_correlation
|
We spotted the broken system-tests, we're going to take a look at them separately :) |
PR to skip failing test in all dd-trace-rb versions: DataDog/system-tests#3655 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4215 +/- ##
=======================================
Coverage 97.76% 97.76%
=======================================
Files 1357 1357
Lines 82130 82130
Branches 4174 4174
=======================================
+ Hits 80296 80297 +1
+ Misses 1834 1833 -1 ☔ View full report in Codecov by Sentry. |
Added
mysql2
,postgresql
, andsqlite3
(Add ActiveRecord instrumentation to detect SQLi in AppSec #4167)on_error
to Elasticsearch tracing (Add config support for "on_error" in Elasticsearch tracing #4066)Changed
Fixed
ActiveSupport::Cache::RedisCacheStore
, which tries to loadredis >= 4.0.1
regardless of the version of Redis the host application has installed (Do not loadredis
gem when incompatible #4197)