github cefsharp/CefSharp v129.0.110

11 hours ago

October 07, 2024, CEF 129.0.11+g57354b8+chromium-129.0.6668.90 / Chromium 129.0.6668.90

  • 🛑 The Alloy Bootstrap has been removed see #4795
  • 🛑 Upgrading from Alloy Bootstrap to Chrome bootstrap appears to ignore cookies from the previous version as the encryption keys are likely different. See #4835 for possible workaround
  • 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 129.0.x Milestone. See also Release Notification.

⚠ī¸ Breaking Changes

  • #4935 PermissionRequestType is out of sync compared to cef_permission_request_types_t

ℹī¸ 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

Don't miss a new CefSharp release

NewReleases is sending notifications on new releases.