Skip to content

Commit 54707cb

Browse files
committed
Add CHANGELOG entry for ServerTiming middleware [ci skip]
1 parent 0547b16 commit 54707cb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

actionpack/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
* Add Server-Timing middleware
2+
3+
Server-Timing specification defines how the server can communicate to browsers performance metrics
4+
about the request it is responding to.
5+
6+
The ServerTiming middleware is enabled by default on `development` environment by default using the
7+
`config.server_timing` setting and set the relevant duration metrics in the `Server-Timing` header
8+
9+
The full specification for Server-Timing header can be found in: https://www.w3.org/TR/server-timing/#dfn-server-timing-header-field
10+
11+
*Sebastian Sogamoso*, *Guillermo Iguaran*
12+
13+
114
## Rails 7.0.0.alpha2 (September 15, 2021) ##
215

316
* No changes.

0 commit comments

Comments
 (0)