Skip to content

v111.2.20

Compare
Choose a tag to compare
@amaitland amaitland released this 15 Mar 01:14
· 1 commit to cefsharp/111 since this release

March 15, 2023, CEF 111.2.2+g1b83ff6+chromium-111.0.5563.65 / Chromium 111.0.5563.65

✅ Change Log

For a list of CefSharp specific changes see the 111.2.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.

ℹ️ 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.