New methods THttpFile.ReadAllText and THttpFile.ReadAllBytes. They work similarly to RTL’s TFile.ReadAll* methods (unit System.IOUtils).
New ServerController event OnValidateCacheFileAccess which allows user to set grant cache file access on a per-file basis. Some customers have very tight cache file access requirements. This allows developers to grant/deny or require session validation before serving each file in session cache.