Skip to content

Releases: cefsharp/CefSharp

v103.0.120

25 Jul 04:44
Compare
Choose a tag to compare

July 25, 2022, CEF 103.0.12+g8eb56c7+chromium-103.0.5060.134 / Chromium 103.0.5060.134

Update to Chromium 103.0.5060.134. This release includes a number of high priority security fixes.

v103.0.90

07 Jul 01:36
Compare
Choose a tag to compare

July 07, 2022, CEF 103.0.9+gd0bbcbb+chromium-103.0.5060.114 / Chromium 103.0.5060.114

Update to Chromium 103.0.5060.114.

This release includes critical priority security fixes. Google is aware that an exploit for CVE-2022-2294 exists in the wild.

v103.0.80

04 Jul 01:24
Compare
Choose a tag to compare

July 04, 2022, CEF 103.0.8+g444ebe7+chromium-103.0.5060.66 / Chromium 103.0.5060.66

  • ⚠️ 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 changes see the 103.0.x Milestone. See also Release Notification.

⚠️ Breaking Changes

There are no breaking changes included in this release.

ℹ️ 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.
  • 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 packages when targeting .Net Core 3.1/.Net 5.0+)

v102.0.100

20 Jun 03:07
Compare
Choose a tag to compare

June 20, 2022, CEF 102.0.10+gf249b2e+chromium-102.0.5005.115 / Chromium 102.0.5005.115

Update to Chromium 102.0.5005.115.

This release includes high priority security fixes

v102.0.90

31 May 05:59
Compare
Choose a tag to compare

May 31, 2022, CEF 102.0.9+g1c5e658+chromium-102.0.5005.63 / Chromium 102.0.5005.63

  • ⚠️ 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

There are a number of breaking changes in this release. For a list of changes see the 102.0.x Milestone. See also Release Notification.

⚠️ Breaking Changes

  • Remove legacy swiftshader #4085
  • IBrowserHost.RunFileDialog remove selectedAcceptFilter argument #4125
  • IDialogHandler.OnFileDialog remove flags and selectedAcceptFilter params #4110
  • Remove CefFileDialogFlags #4089
  • Nuget - Change default CefSharpBuildAction for Exe/WinExe projects when using packages.config #4062

ℹ️ 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.
  • 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 packages when targeting .Net Core 3.1/.Net 5.0+)

v101.0.180

15 May 04:13
Compare
Choose a tag to compare

May 15, 2022, CEF 101.0.18+g367b4a0+chromium-101.0.4951.67 / Chromium 101.0.4951.67

Update to Chromium 101.0.4951.67.

This release includes high priority security fixes

v101.0.150

05 May 23:17
Compare
Choose a tag to compare

May 05, 2022, CEF 101.0.15+gca159c5+chromium-101.0.4951.54 / Chromium 101.0.4951.54

  • ⚠️ 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.
  • 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 packages when targeting .Net Core 3.1/.Net 5.0+)

✔️ Change Log

There are a number of breaking changes in this release. For a list of changes see the 101.0.x Milestone. See also Release Notification.

⚠️ Breaking Changes

  • Remove CefSettings.ApplicationClientIdForFileScanning #4070
  • Add IDownloadHandler.CanDownload #4090
  • OffScreen - CaptureScreenshotAsync change to Scale default #4091

ℹ️ 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.

v100.0.230

19 Apr 00:02
Compare
Choose a tag to compare

April 19, 2022, CEF 100.0.23+ga1e2187+chromium-100.0.4896.127 / Chromium 100.0.4896.127

Update to Chromium 100.0.4896.127.

This release includes a critical security update. Google is aware that an exploit for CVE-2022-1364 exists in the wild.

v100.0.140

06 Apr 23:35
Compare
Choose a tag to compare

April 07, 2022, CEF 100.0.14+g4e5ba66+chromium-100.0.4896.75 / Chromium 100.0.4896.75

  • ⚠️ 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.
  • 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 packages when targeting .Net Core 3.1/.Net 5.0+)

✔️ Change Log

There are a number of breaking changes in this release. For a list of changes see the 100.0.x Milestone. See also Release Notification.

⚠️ Breaking Changes

  • Remove remaining Plugin API's #4045

ℹ️ 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.
  • Nuget - Remove netcoreapp3.0 hacks #3444

v100.0.120-pre

04 Apr 09:26
Compare
Choose a tag to compare
v100.0.120-pre Pre-release
Pre-release

April 04, 2022, CEF 100.0.12+g734f820+chromium-100.0.4896.60 / Chromium 100.0.4896.60

  • ⚠️ 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.
  • 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 packages when targeting .Net Core 3.1/.Net 5.0+)

✔️ Change Log

There are a number of breaking changes in this release. For a list of changes see the 100.0.x Milestone. See also Release Notification.

⚠️ Breaking Changes

  • Remove remaining Plugin API's #4045

ℹ️ 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.
  • Nuget - Remove netcoreapp3.0 hacks #3444