Skip to content

v98.1.190

Compare
Choose a tag to compare
@amaitland amaitland released this 15 Feb 04:23
· 1 commit to cefsharp/98 since this release

February 15, 2022, CEF 98.1.19+g57be9e2+chromium-98.0.4758.80 / Chromium 98.0.4758.80

  • ⚠️ 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 guidence.
  • For those targeting .Net Core 3.0(netcoreapp3.0) the Nuget packages will no longer automatically install see #3444 (This also applies to those using the CefSharp.Wpf/CefSharp.WinForms/CefSharp.OffScreen pacakges when targeting .Net Core 3.1/.Net 5.0+)

✔️ Change Log

There is one breaking change in this release. For a list of changes see the 98.1.x Milestone. See also Release Notification.

⚠️ Breaking Changes

Async JavascriptBinding - Return null instead of empty object for async Task methods #3980

ℹ️ Notes

❌ Known Issues


  • Min required Visual C++ runtime upgrade from 2015 to 2019 #3636
  • 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.
  • Remove BrowserSettings.ApplicationCache #3857
  • LoadUrlAsync require url and remove SyncContext param #3842
  • Update build.ps1/build.netcore.ps1 to allow for building/packaging for subset of architectures #3706
  • Remove BrowserSettings.UniversalAccessFromFileUrls and BrowserSettings.FileAccessFromFileUrls #3668
  • Remove RequestContextSettings.IgnoreCertificateErrors #3667
  • Nuget - Remove netcoreapp3.0 hacks #3444