mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add CHANGELOG entry for ServerTiming middleware [ci skip]
This commit is contained in:
parent
0547b1646d
commit
54707cb7a7
1 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,16 @@
|
||||||
|
* Add Server-Timing middleware
|
||||||
|
|
||||||
|
Server-Timing specification defines how the server can communicate to browsers performance metrics
|
||||||
|
about the request it is responding to.
|
||||||
|
|
||||||
|
The ServerTiming middleware is enabled by default on `development` environment by default using the
|
||||||
|
`config.server_timing` setting and set the relevant duration metrics in the `Server-Timing` header
|
||||||
|
|
||||||
|
The full specification for Server-Timing header can be found in: https://www.w3.org/TR/server-timing/#dfn-server-timing-header-field
|
||||||
|
|
||||||
|
*Sebastian Sogamoso*, *Guillermo Iguaran*
|
||||||
|
|
||||||
|
|
||||||
## Rails 7.0.0.alpha2 (September 15, 2021) ##
|
## Rails 7.0.0.alpha2 (September 15, 2021) ##
|
||||||
|
|
||||||
* No changes.
|
* No changes.
|
||||||
|
|
Loading…
Reference in a new issue