bug 5466: cookies parsing fails if $Version is separated by comma instead of semi-colon
bug 5470: cookies without paths were not picked up properly
CookieJar
will consider both public and local variants of a URL when fetching cookies
CultureUtil
Methods for retrieving non-neutral culture
DateTimeUtil
bug 5796: refactored all date parsing to use InvariantCulture via DateTimeUtil helpers
DreamContext
added User property to retrieve and set IPrincipal
ServerUri uses Ip instead of Hostname for default derivation
PublicUri can be overriden with different value on a per request basis
Skipping IPv6 addresses in host address inspection when trying to derive PublicUri
DreamHost
Fixed incorrect error message when script fails to load
Posting against "services" to create a services now returns a result document with the internal and private keys
DreamHostService
DreamHostService: set IPrincipal for authenticated user
Enumerates all loaded Assemblies, their version, build date and if applicable svn info at /host/version
DreamMessage
added Ok constructor using array of KeyValuePair<string, string>, which creates a form-encoded message (replaces similar constructor which was based on XUri)
FromFile() no longer catches exceptions (e.g. FileNotFound) and let's them pass through instead
DreamService
Now contains a PubSub plug pointing at the default (or configured) PubSubService
Added DreamContext as parameter to DetermineAccess
Bug 6060: now injecting parent apikey to child services if no apikey is defined