Skip to content

Conversation

@snitin315
Copy link
Member

  • This is a bugfix
  • This is a feature
  • This is a code refactor
  • This is a test update
  • This is a docs update
  • This is a metadata update

For Bugs and Features; did you add new tests?

Removed tests.

Motivation / Use-Case

Remove the deprecated https and http2 option

Breaking Changes

BREAKING CHANGES: the deprecated https and http2 options were removed in favor of the server option

Additional Info

No

@codecov
Copy link

codecov bot commented Nov 28, 2022

Codecov Report

Base: 92.38% // Head: 92.45% // Increases project coverage by +0.06% 🎉

Coverage data is based on head (fa57c6e) compared to base (d20697a).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@ Coverage Diff @@ ## next #4661 +/- ## ========================================== + Coverage 92.38% 92.45% +0.06%  ========================================== Files 15 15 Lines 1590 1578 -12 Branches 596 590 -6 ========================================== - Hits 1469 1459 -10  + Misses 112 110 -2  Partials 9 9 
Impacted Files Coverage Δ
lib/Server.js 94.27% <100.00%> (-0.06%) ⬇️
lib/servers/WebsocketServer.js 94.87% <0.00%> (+5.12%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@snitin315
Copy link
Member Author

I'll fix CI.

expect(pageErrors).toMatchSnapshot("page errors");
});
});
});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just for check - do we have the same test cases for the other options (same for https)

Copy link
Member Author

@snitin315 snitin315 Dec 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, all test cases are present for the server option.

@alexander-akait alexander-akait merged commit 828b20c into next Dec 3, 2022
@alexander-akait alexander-akait deleted the rm-http2-https branch December 3, 2022 20:32
@alexander-akait
Copy link
Member

Thank you, I think we will write the small migration guide before release to avoid many question and issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants