Skip to content

v116.0.130

Compare
Choose a tag to compare
@amaitland amaitland released this 21 Aug 20:20
· 4 commits to cefsharp/116 since this release

August 22, 2023, CEF 116.0.13+g557a56f+chromium-116.0.5845.97 / Chromium 116.0.5845.97

✅ Change Log

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

⚠️ Breaking Changes

There are no CefSharp specific breaking changes 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.