Closed fengmk2 closed 2 months ago
The changes introduce a new configuration option for the HTTP client in the config/config.default.ts
file, allowing the use of the HTTP/2 protocol. Additionally, the Node.js version requirement in the package.json
has been updated, increasing the minimum version from 16.13.0 to 18.20.0. These modifications aim to enhance the application's capabilities and compatibility with newer Node.js features.
File | Change Summary |
---|---|
config/config.default.ts | Added allowH2: true in the httpclient configuration object. |
package.json | Updated Node.js version requirement from "node": ">= 16.13.0" to "node": ">= 18.20.0" . |
🐰 In the code where rabbits play,
New settings hop in, brightening the way.
HTTP/2, a swift new friend,
With Node.js, our paths extend.
Let's leap ahead, with joy we sing,
For every change, a fresh spring! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.81%. Comparing base (
bd49917
) to head (8cd68bd
). Report is 3 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary by CodeRabbit
New Features
Updates