Skip to content

Commit f70e401

Browse files
committed
Add MDS cache headers feature to NEWS
1 parent 8c50ff9 commit f70e401

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ New features:
3636
`cxpConfigURL`
3737
** `StatusReport`: `certificationProfiles`, `sunsetDate`, `fipsRevision`,
3838
`fipsPhysicalSecurityLevel`
39+
* `FidoMetadataDownloader` now sends the `If-None-Match` request header set to
40+
the `"no"` of the cached BLOB, if any, and handles `304 Not Modified`
41+
responses appropriately.
42+
* In `FidoMetadataDownloader` if a BLOB download request returns an HTTP failure
43+
status, but returns an `ETag` response header matching the `"no"` of the
44+
cached BLOB, if any, this is now interpreted like a successful `304 Not
45+
Modified` response.
3946

4047
Fixes:
4148

0 commit comments

Comments
 (0)