github cefsharp/CefSharp v90.6.50

latest releases: v128.4.90, v127.3.50, v126.2.180...
3 years ago

May 12, 2021, CEF 90.6.5+g7a604aa+chromium-90.0.4430.93 / Chromium 90.0.4430.93

  • Adobe Flash is no longer supported as per the Chromium Flash Roadmap
  • ⚠️ Nuget Packages have been restructured if upgrading from version prior to 87 please make sure you read #3319 for details
  • Net Core 3.1/Net 5 packages are now available see #3343 for details
  • 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.
  • For CefSharp.Wpf.NetCore/CefSharp.WinForms.NetCore/CefSharp.OffScreen.NetCore nuget packages then Visual C++ 2019 is required,
  • For CefSharp.Wpf/CefSharp.WinForms/CefSharp.OffScreen nuget packages then Visual C++ 2015 or greater is required, see Notes below for more information
  • SSE3 is now required on x86 processors (see https://crbug.com/1123353)

Change Log

There are a number of upstream breaking changes included in this release.

The following resources have been removed:

cef.pak,
cef_100_percent.pak,
cef_200_percent.pak,
cef_extensions.pak,
devtools_resources.pak 

They have been replaced by:

chrome_100_percent.pak,
chrome_200_percent.pak,
resources.pak

For a list of changes see the 90.6.x Milestone. See also Release Notification.

ℹ️ Notes

⚠️ Known Issues

⚠️ Breaking Changes ⚠️

  • Remove ICookieManager.SetSupportedSchemes [#3497]
  • Remove IContextMenuParams.IsPepperMenu [#3460]
  • Remove BrowserSettings.WebSecurity [#3312]
  • The product-version command line arg has been changed to user-agent-product CEF Commit

  • Adobe Flash has been removed as per the Chromium Flash Roadmap
  • The following arch specific (x86/x64) dlls have been converted to AnyCPU:
    • CefSharp.dll
    • CefSharp.WinForms.dll
    • CefSharp.Wpf.dll
    • CefSharp.OffScreen.dll
  • CefSharp.Core.Runtime.dll has been added
    See #3319 for further details.
  • 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

Don't miss a new CefSharp release

NewReleases is sending notifications on new releases.