-
Notifications
You must be signed in to change notification settings - Fork 377
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.9.0 #4293
Bump to version 2.9.0 #4293
Conversation
👋 Hey @p-datadog, 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: 2025-01-15 17:47:43 UTC |
Datadog ReportBranch report: ✅ 0 Failed, 22190 Passed, 1476 Skipped, 5m 23.43s Total Time |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4293 +/- ##
=======================================
Coverage 97.71% 97.71%
=======================================
Files 1356 1356
Lines 82494 82495 +1
Branches 4221 4221
=======================================
+ Hits 80607 80610 +3
+ Misses 1887 1885 -2 ☔ View full report in Codecov by Sentry. |
* master: (161 commits) Bump to version 2.9.0 (#4293) Increase type checking coverage (#4290) DEBUG-3329 rename datadog/di/init to datadog/di/preload (#4288) update supported versions workflow (#4289) DEBUG-3182 DI railtie (#4272) DEBUG-3328 report DI status in environment logger summary (#4285) Move out ostruct gem from test group for Ruby 3.5 DEBUG-3316 verify code tracking works in forked processes (#4284) Fix rebase issue in Rack::RequestMiddleware Improve code style in AppSec rack middlewares Improve variable naming in Rack::RequestBodyMiddleware Improve variable naming in Rack::RequestMiddleware Simplify Rack::RequestMiddleware Switch AppSec rack blocking to throw Extract to .gitlab/scripts Implement polling vaccine Update RBS signatures Add new RSpec negate matcher not_change Replace direct AppSec::Processor::Context calls Change AppSec::Context exposed interface ...
Added
ActiveSupport
to disable adding thecache_key
as a Span Tag with thecache_key_enabled
option (Addcache_key.enabled
option for ActiveSupport #4022)Changed
datadog/di/preload
( DEBUG-3329 rename datadog/di/init to datadog/di/preload #4288)Fixed