Skip to content

v110.0.250

Compare
Choose a tag to compare
@amaitland amaitland released this 09 Feb 20:59
· 5 commits to cefsharp/110 since this release

February 10, 2023, CEF 110.0.25+g75b1c96+chromium-110.0.5481.78 / Chromium 110.0.5481.78

  • ⚠️ Microsoft Visual C++ 2019 Redistributable is required. A minimum of VC++ 2019 is required, higher versions are backwards compatible. For those upgrading from a previous version which only required VC++ 2015 minimum see #3636 for some guidance.

✅ Change Log

For a list of CefSharp specific changes see the 110.0.x Milestone. See also Release Notification.

This update includes a number of high priority security updates.

⚠️ Breaking Changes

There is one breaking change included in this release.

  • IPopupFeatures has been updated to reflect the latest Chromium change.

ℹ️ Notes

❌ Known Issues


  • 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
  • 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 those targeting .Net Core 3.0(netcoreapp3.0) the Nuget packages will no longer automatically install see #3444 (This also applies to those using the CefSharp.Wpf/CefSharp.WinForms/CefSharp.OffScreen packages when targeting .Net Core 3.1/.Net 5.0+)