github cefsharp/CefSharp v93.1.110-pre

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

September 05, 2021, CEF 93.1.11+g9e254fa+chromium-93.0.4577.63 / Chromium 93.0.4577.63

  • ⚠️ Visual C++ 2019 is now required for the CefSharp.Wpf/CefSharp.WinForms/CefSharp.OffScreen nuget packages see #3636
  • ARM64 support is now included #2944
  • Nuget Packages have been restructured if upgrading from version prior to 87 please make sure you read #3319 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++ 2019 is required, see Notes below for more information

Change Log

There are a number of breaking changes included in this release. For a list of changes see the 93.1.x Milestone. See also Release Notification.

The following resources have been removed in version 90, anyone upgrading from a prior version be aware:

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

ℹ️ Notes

⚠️ Known Issues

⚠️ Breaking Changes ⚠️

  • DevTools Client - Simplify Strongly Typed Event handling #3787
  • Update min required Visual C++ runtime from 2015 to 2019 #3636
  • Update CefErrorCodes #3785
  • Remove RegisterWidevineCdm #3767
  • Remove Cookie.Creation/ Cookie.LastAccessed setters #3741

  • 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.