Skip to content

v89.0.170

Compare
Choose a tag to compare
@amaitland amaitland released this 05 Apr 04:49
· 2 commits to cefsharp/89 since this release

April 05, 2021, CEF 89.0.17+ge7bbb1d+chromium-89.0.4389.114 / Chromium 89.0.4389.114

  • Adobe Flash is no longer supported as per the Chromium Flash Roadmap
  • ⚠️ Nuget Packages have been restructured if upgrading from version prior to 87 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
  • SSE3 is now required on x86 processors (see https://crbug.com/1123353)

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 89.0.x Milestone.

ℹ️ Notes

⚠️ Known Issues

⚠️ Breaking Changes ⚠️

  • Adobe Flash has been removed as per the Chromium Flash Roadmap
  • 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