Skip to content

v118.6.80

Compare
Choose a tag to compare
@amaitland amaitland released this 28 Oct 02:49

October 28, 2023, CEF 118.6.8+ge44bee1+chromium-118.0.5993.117 / Chromium 118.0.5993.117

✅ Change Log

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

This update includes a highpriority security update.

⚠️ Breaking Changes

  • Remove BrowserSettings.AcceptLanguageList #4614

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