github cefsharp/CefSharp v81.3.100

latest releases: v123.0.60, v122.1.120, v121.3.130...
3 years ago

May 23, 2020, CEF 81.3.10+gb223419+chromium-81.0.4044.138 / Chromium 81.0.4044.138

CEF now supports the Chromium Network Service which brings a huge number of breaking API changes, please make sure you read #2743 for details if you are upgrading from a version prior to 75.1.x.

Visual C++ 2015 is required, see Notes below for more information

Change Log

For a complete list of changes see the 81.3.x Milestone

Notes

Known Issues

Breaking Changes

  • For Network Service API changes see #2743
  • All paths (CachePath, BrowserSubProcessPath, etc) must be absolute paths, if using a non-absolute path an exception will be throw. See #3102 for details.
  • When using a RequestContext you must ensure that RequestContextSettings.CachePath is equal to or a child of CefSettings.RootCachePath See #3111 (comment) for details
  • CefErrorCode enumerator has been updated see #3106
  • Adobe Flash is now disabled by default, it can be re-enabled if required #3048
    (Flash support is scheduled to be removed from Chromium)
  • AbstractCefSettings was renamed to CefSettingsBase #3093
  • Migrating from ResourceHandler.GetMimeType to Cef.GetMimeType for mimeType mapping see #3041
  • See also https://github.com/cefsharp/CefSharp/issues?q=is%3Aissue+label%3Abreaking-change+milestone%3A81.3.x+is%3Aclosed

Don't miss a new CefSharp release

NewReleases is sending notifications on new releases.