Skip to content

Releases: cefsharp/CefSharp

v91.1.60-pre

08 Jun 03:51

Choose a tag to compare

v91.1.60-pre Pre-release
Pre-release

June 08, 2021, CEF 91.1.6+g8a752eb+chromium-91.0.4472.77 / Chromium 91.0.4472.77

  • ⚠️ Nuget Packages have been restructured if upgrading from version prior to 87 please make sure you read #3319 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

Change Log

There are a number of upstream breaking changes included in this release.

The following resources have been removed in version 90, anyone upgrading from a prior version be aware:

cef.pak,
cef_100_percent.pak,
cef_200_percent.pak,
cef_extensions.pak,
devtools_resources.pak 

They have been replaced by:

chrome_100_percent.pak,
chrome_200_percent.pak,
resources.pak

For a list of changes see the 91.1.x Milestone. See also Release Notification.

ℹ️ Notes

⚠️ Known Issues

⚠️ Breaking Changes ⚠️

  • Rename CefSettings.ProductVersion to CefSettings.UserAgentProduct [#3530]
  • Remove CefSharpSettings.LegacyJavascriptBindingEnabled [#3531]
  • Update CefThreadIds enum [#3597]
  • Update IAudioHandler to implement IDisposable [#3598]

  • 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

v90.6.70

02 Jun 02:02

Choose a tag to compare

June 02, 2021, CEF 90.6.7+g19ba721+chromium-90.0.4430.212 / Chromium 90.0.4430.212

This is a minor bug fix release with an update to Chromium 90.0.4430.212 and a few minor fixes.

v90.6.50

12 May 02:19

Choose a tag to compare

May 12, 2021, CEF 90.6.5+g7a604aa+chromium-90.0.4430.93 / Chromium 90.0.4430.93

  • 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)

Change Log

There are a number of upstream breaking changes included in this release.

The following resources have been removed:

cef.pak,
cef_100_percent.pak,
cef_200_percent.pak,
cef_extensions.pak,
devtools_resources.pak 

They have been replaced by:

chrome_100_percent.pak,
chrome_200_percent.pak,
resources.pak

For a list of changes see the 90.6.x Milestone. See also Release Notification.

ℹ️ Notes

⚠️ Known Issues

⚠️ Breaking Changes ⚠️

  • Remove ICookieManager.SetSupportedSchemes [#3497]
  • Remove IContextMenuParams.IsPepperMenu [#3460]
  • Remove BrowserSettings.WebSecurity [#3312]
  • The product-version command line arg has been changed to user-agent-product CEF Commit

  • 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

v90.5.70-pre

27 Apr 03:43

Choose a tag to compare

v90.5.70-pre Pre-release
Pre-release

April 27, 2021, CEF 90.5.7+gcd9342c+chromium-90.0.4430.85 / Chromium 90.0.4430.85

  • 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)

Change Log

There are a number of upstream breaking changes included in this release.

The following resources have been removed:

cef.pak,
cef_100_percent.pak,
cef_200_percent.pak,
cef_extensions.pak,
devtools_resources.pak 

They have been replaced by:

chrome_100_percent.pak,
chrome_200_percent.pak,
resources.pak

For a list of changes see the 90.6.x Milestone. See also Release Notification.

ℹ️ Notes

⚠️ Known Issues

⚠️ Breaking Changes ⚠️

  • Remove ICookieManager.SetSupportedSchemes [#3497]
  • Remove IContextMenuParams.IsPepperMenu [#3460]
  • Remove BrowserSettings.WebSecurity [#3312]

  • 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

v89.0.170

05 Apr 04:49

Choose a tag to compare

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

v89.0.140-pre

25 Mar 01:22

Choose a tag to compare

v89.0.140-pre Pre-release
Pre-release

March 23, 2021, CEF 89.0.14+gb1b52fe+chromium-89.0.4389.90 / Chromium 89.0.4389.90

  • 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)

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 is now out of date and is blocked from loading 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

v88.2.90

05 Mar 00:15

Choose a tag to compare

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

v88.2.40-pre

10 Feb 00:24

Choose a tag to compare

v88.2.40-pre Pre-release
Pre-release

February 10, 2021, CEF 88.2.4+gf3c4ca9+chromium-88.0.4324.150 / Chromium 88.0.4324.150

  • 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

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

v87.1.132

03 Feb 00:32

Choose a tag to compare

February 03, 2021, CEF 87.1.13+g481a82a+chromium-87.0.4280.141 / Chromium 87.0.4280.141

  • 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

Change Log

For a complete list of changes see the 87.1.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

v87.1.131-pre

15 Jan 04:15

Choose a tag to compare

v87.1.131-pre Pre-release
Pre-release

January 15, 2021, CEF 87.1.13+g481a82a+chromium-87.0.4280.141 / Chromium 87.0.4280.141

  • 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 for testing see #3284 (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.
  • Visual C++ 2015 or greater is required, see Notes below for more information

Change Log

For a complete list of changes see the 87.1.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