github cefsharp/CefSharp v88.2.90

latest releases: v123.0.60, v122.1.120, v121.3.130...
3 years ago

March 05, 2021, CEF 88.2.9+g5c8711a+chromium-88.0.4324.182 / Chromium 88.0.4324.182

  • Adobe Flash is no longer supported as per the Chromium Flash Roadmap
  • ⚠️ Nuget Packages have been restructured please make sure you read #3319 for details
  • Net Core 3.1/Net 5 packages are now available see #3343 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.
  • For CefSharp.Wpf.NetCore/CefSharp.WinForms.NetCore/CefSharp.OffScreen.NetCore nuget packages then Visual C++ 2019 is required,
  • For CefSharp.Wpf/CefSharp.WinForms/CefSharp.OffScreen nuget packages then Visual C++ 2015 or greater is required, see Notes below for more information

Security Updates

See the following for full list of Chrome security updates

Change Log

This is a minor bug fix release.

For a list of changes see the 88.2.x Milestone.

ℹ️ Notes

⚠️ Known Issues

⚠️ Breaking Changes ⚠️

  • Adobe Flash is now out of date and is blocked from loading as per the Chromium Flash Roadmap
  • CefSettings no longer implements IDisposable see #3220 for details
  • Move IRenderHandler.OnCursorChange to IDisplayHandler.OnCursorChange #3275
  • The following arch specific (x86/x64) dlls have been converted to AnyCPU:
    • CefSharp.dll
    • CefSharp.WinForms.dll
    • CefSharp.Wpf.dll
    • CefSharp.OffScreen.dll
  • CefSharp.Core.Runtime.dll has been added
    See #3319 for further details.

  • For Network Service API changes see #2743
  • 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.