Skip to content

Commit

Permalink
add brotli support
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohansebas committed Sep 14, 2024
1 parent 7cdb0e5 commit 49ad2e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions en/guide/migrating-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ You can then run your automated tests to see what fails, and fix problems accord

<ul class="doclist">
<li><a href="#res.render">res.render()</a></li>
<li><a href="#brotli-support">Brotli encoding support</a></li>
</ul>

<h3>Removed methods and properties</h3>
Expand Down Expand Up @@ -181,3 +182,7 @@ The `res.vary` throws an error when the `field` argument is missing. In Express
<h4 id="res.render">res.render()</h4>

This method now enforces asynchronous behavior for all view engines, avoiding bugs caused by view engines that had a synchronous implementation and that violated the recommended interface.

<h4 id="brotli-support">Brotli encoding support</h4>

Express 5 supports Brotli encoding for requests..

0 comments on commit 49ad2e8

Please sign in to comment.