github cefsharp/CefSharp v85.3.121-pre

latest releases: v123.0.60, v122.1.120, v121.3.130...
pre-release3 years ago

October 13, 2020, CEF 85.3.12+g3e94ebf+chromium-85.0.4183.121 / Chromium 85.0.4183.121

  • CEF now supports the Chromium Network Service: If you are upgrading from a version prior to 75.1.x please make sure you read #2743.
  • Visual C++ 2015 or greater is required, see Notes below for more information

Change Log

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

ℹ️ Notes

⚠️ Known Issues

⚠️ Breaking Changes ⚠️

  • CefSettings.RegisterExtension method has been removed see #3184

  • DefaultRequestHandler class has been removed, use RequestHandler instead, see #3124

  • Javascript Binding Naming is now configurable, BindingOptions.CamelCaseJavascriptNames has been removed see #3141 (comment) for an updated usage example.

  • 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

  • Adobe Flash is disabled by default, it can be re-enabled if required #3048
    (Flash support is scheduled to be removed from Chromium)

  • Migrating from ResourceHandler.GetMimeType to Cef.GetMimeType for mimeType mapping see #3041

Don't miss a new CefSharp release

NewReleases is sending notifications on new releases.