Skip to content

Releases: cefsharp/CefSharp

v113.1.40

12 May 20:52
Compare
Choose a tag to compare

May 13, 2023, CEF 113.1.4+g327635f+chromium-113.0.5672.63 / Chromium 113.0.5672.63

✅ Change Log

For a list of CefSharp specific changes see the 113.1.x Milestone. See also Release Notification.

This update includes a number of high priority security updates.

⚠️ Breaking Changes

There is one CefSharp specific breaking change 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.

v112.3.0

22 Apr 00:13
Compare
Choose a tag to compare

April 22, 2023, CEF 112.3.0+gb09c4ca+chromium-112.0.5615.165 / Chromium 112.0.5615.165

✅ Change Log

For a list of CefSharp specific changes see the 112.2.x Milestone. See also Release Notification, 112.2.70 release notes.

This update includes a number of critical security updates. Google is aware that exploits for CVE-2023-2033 and CVE-2023-2136 exists in the wild.

v112.2.70

10 Apr 02:16
Compare
Choose a tag to compare

April 10, 2023, CEF 112.2.7+gef29713+chromium-112.0.5615.49 / Chromium 112.0.5615.49

✅ Change Log

For a list of CefSharp specific changes see the 112.2.x Milestone. See also Release Notification.

This update includes a number of high priority security updates.

⚠️ Breaking Changes

There are breaking changes 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.

v111.2.70

03 Apr 20:15
Compare
Choose a tag to compare

April 04, 2023, CEF 111.2.7+gebf5d6a+chromium-111.0.5563.148 / Chromium 111.0.5563.148

✅ Change Log

For a list of CefSharp specific changes review the 111.2.x Milestone. See also Release Notification, 111.2.20 release notes.

This update includes a number of high priority security updates.

v111.2.20

15 Mar 01:14
Compare
Choose a tag to compare

March 15, 2023, CEF 111.2.2+g1b83ff6+chromium-111.0.5563.65 / Chromium 111.0.5563.65

✅ Change Log

For a list of CefSharp specific changes see the 111.2.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.

v110.0.300

27 Feb 20:36
Compare
Choose a tag to compare

February 28, 2023, CEF 110.0.30+g3c2b68f+chromium-110.0.5481.178 / Chromium 110.0.5481.178

✅ Change Log

For a list of CefSharp specific changes review the 110.0.x Milestone. See also Release Notification, 110.0.250 and the 110.0.280 release notes.

This update includes a number of critical/high priority security updates.

v110.0.280

21 Feb 20:39
Compare
Choose a tag to compare

February 23, 2023, CEF 110.0.28+g16a2153+chromium-110.0.5481.104 / Chromium 110.0.5481.104

✅ Change Log

For a list of CefSharp specific changes review the 110.0.x Milestone. See also Release Notification and the 110.0.250 release notes.

v110.0.250

09 Feb 20:59
Compare
Choose a tag to compare

February 10, 2023, CEF 110.0.25+g75b1c96+chromium-110.0.5481.78 / Chromium 110.0.5481.78

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

  • IPopupFeatures has been updated to reflect the latest Chromium change.

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

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