Skip to content

Releases: cefsharp/CefSharp

v109.1.110

16 Jan 00:30
Compare
Choose a tag to compare

January 16, 2023, CEF 109.1.11+g6d4fdb2+chromium-109.0.5414.87 / Chromium 109.0.5414.87

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

This update includes a number of high priority security updates.

⚠️ Breaking Changes

There is one breaking change included in this release.

ℹ️ Notes

❌ Known Issues


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

v108.4.130

16 Dec 02:49
Compare
Choose a tag to compare

December 16, 2022, CEF 108.4.13+ga98cd4c+chromium-108.0.5359.125 / Chromium 108.0.5359.125

  • ⚠️ 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 108.4.x Milestone. See also Release Notification.

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

⚠️ Breaking Changes

There is one breaking change included in this release.

  • PdfPrintSettings was updated. IMPORTANT Custom margins are now in inches where previously they were in points.

ℹ️ Notes

❌ Known Issues


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

v107.1.120

01 Dec 05:30
Compare
Choose a tag to compare

December 01, 2022, CEF 107.1.12+g65b79a6+chromium-107.0.5304.122 / Chromium 107.0.5304.122

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

v107.1.90

15 Nov 03:40
Compare
Choose a tag to compare

November 15, 2022, CEF 107.1.9+g1f0a21a+chromium-107.0.5304.110 / Chromium 107.0.5304.110

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

v107.1.50

11 Nov 01:59
Compare
Choose a tag to compare

November 11, 2022, CEF 107.1.5+g58ed78e+chromium-107.0.5304.88 / Chromium 107.0.5304.88

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

v107.1.40

03 Nov 02:57
Compare
Choose a tag to compare

November 03, 2022, CEF 107.1.4+geb36a79+chromium-107.0.5304.68 / Chromium 107.0.5304.68

  • ⚠️ 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 107.1.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+)

v106.0.290

17 Oct 04:17
Compare
Choose a tag to compare

October 17, 2022, CEF 106.0.29+gc10d419+chromium-106.0.5249.119 / Chromium 106.0.5249.119

  • Update to Chromium 106.0.5249.119.
  • Cookie.Expiry ArgumentOutOfRangeException crash caused by conversion of extremely large date time #4272

This release includes a number of high priority security updates.

v106.0.260

05 Oct 02:58
Compare
Choose a tag to compare

October 05, 2022, CEF 106.0.26+ge105400+chromium-106.0.5249.91 / Chromium 106.0.5249.91

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

🛑 Security Fixes

This release includes high priority security fixes.

✅ Change Log

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

⚠️ Breaking Changes

There is one breaking change in this release

  • Migrate from CefTime to CefBaseTime #4234

ℹ️ 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+)

v105.3.390

19 Sep 05:00
Compare
Choose a tag to compare

September 19, 2022, CEF 105.3.39+g2ec21f9+chromium-105.0.5195.127 / Chromium 105.0.5195.127

Update to Chromium 105.0.5195.127.

This release includes a number of high priority security updates.

v105.3.330

08 Sep 00:28
Compare
Choose a tag to compare

September 08, 2022, CEF 105.3.33+gd83f874+chromium-105.0.5195.102 / Chromium 105.0.5195.102

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

🛑 Security Fixes

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

✅ Change Log

For a list of changes see the 105.3.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+)