github cefsharp/CefSharp v121.3.70

latest releases: v128.4.90, v127.3.50, v126.2.180...
7 months ago

Feburary 10, 2023, CEF 121.3.7+g82c7c57+chromium-121.0.6167.160 / Chromium 121.0.6167.160

  • CEF now supports the Chromium process singleton, this brings with it changes to how CachePath/RootCachePath are accessed from multiple processes. See #4668 for more details
  • ⚠️ 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 121.3.x Milestone. See also Release Notification.

This update includes a highpriority security update.

⚠️ Breaking Changes

  • #4668 Support process singleton with IBrowserProcessHandler.OnAlreadyRunningAppRelaunch callback
  • #4704 Migrate to chromiumembeddedframework.runtime Nuget packages

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

Don't miss a new CefSharp release

NewReleases is sending notifications on new releases.