docs(v6): updated documentation for v6#9159
Conversation
Overall package sizeSelf size: 6.52 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.2.0 | 104.26 kB | 843.44 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | dc-polyfill | 0.1.11 | 25.74 kB | 25.74 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: b84c79f | Docs | Datadog PR Page | Give us feedback! |
| Node.js 18 reached EOL in April 2025 and Node.js 20 reached EOL in April 2026; | ||
| neither is supported in v6. We highly recommend always keeping Node.js up to | ||
| date regardless of our support policy. |
There was a problem hiding this comment.
I think it would be nice to mention that it helps for security reasons and I believe we should mention that we want to start Node.js 22 support from LTS on, not from 20.0.0
There was a problem hiding this comment.
Since the release is already late, I think we should address this after v6.
There was a problem hiding this comment.
Is pushing that small change so time consuming? 😄
There was a problem hiding this comment.
This is a more significant change than you make it seem. It requires changes to our docs, external policies, all of CI and multiple scripts since everything only expects to receive a major version. It also gives us effectively no benefit as the difference between 22 and 22.11 is not much, and according to our numbers most people are on LTS so both are effectively equivalent. I see no reason why that should be blocking this release, and you can implement all that is required by v7.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #9159 +/- ##
==========================================
- Coverage 93.73% 93.64% -0.09%
==========================================
Files 892 898 +6
Lines 51238 52365 +1127
Branches 11923 12324 +401
==========================================
+ Hits 48027 49037 +1010
- Misses 3211 3328 +117 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
BenchmarksBenchmark execution time: 2026-07-02 16:27:43 Comparing candidate commit b84c79f in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 2244 metrics, 42 unstable metrics.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 32e1946833
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
* docs(v6): updated documentation for v6 * update release date * fix CI test session migratin doc * Fix for test-opt concerns
* docs(v6): updated documentation for v6 * update release date * fix CI test session migratin doc * Fix for test-opt concerns
* docs(v6): updated documentation for v6 * update release date * fix CI test session migratin doc * Fix for test-opt concerns
* docs(v6): updated documentation for v6 * update release date * fix CI test session migratin doc * Fix for test-opt concerns
What does this PR do?
This PR updates the README.md and MIGRATION.md file in preparation of v6 release.
Motivation
Additional Notes