Skip to content

Releases: cefsharp/CefSharp

v115.3.130

11 Aug 20:10
Compare
Choose a tag to compare

August 12, 2023, CEF 115.3.13+g749b4d4+chromium-115.0.5790.171 / Chromium 115.0.5790.171

✅ Change Log

For a list of CefSharp specific changes see the 115.3.x Milestone. See also Release Notification and v115.3.110 Release Notes.

This update includes a number of high priority security updates.

v115.3.110

01 Aug 20:53
Compare
Choose a tag to compare

August 02, 2023, CEF 115.3.11+ga61da9b+chromium-115.0.5790.114 / Chromium 115.0.5790.114

✅ Change Log

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

⚠️ Breaking Changes

  • The minimum .Net Framework versions has changed from .Net 4.5.2 to .Net 4.6.2. (#4433)
  • Removed CefSettings.UserDataPath #4518

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

v114.2.120

01 Jul 21:24
Compare
Choose a tag to compare

July 02, 2023, CEF 114.2.12+g7c09f21+chromium-114.0.5735.199 / Chromium 114.0.5735.199

✅ Change Log

For a list of CefSharp specific changes see the 114.2.x Milestone. See also Release Notification and v114.2.100 Release Notes

This update includes a number of high priority security updates.

v114.2.100

08 Jun 20:31
Compare
Choose a tag to compare

June 09, 2023, CEF 114.2.10+g398e3c3+chromium-114.0.5735.110

✅ Change Log

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

This update includes a number of critical security updates. Google is aware that an exploit for CVE-2023-3079 exists in the wild.

⚠️ Breaking Changes

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

v113.3.50

04 Jun 05:32
Compare
Choose a tag to compare

June 04, 2023, CEF 113.3.5+g0b33855+chromium-113.0.5672.129 / Chromium 113.0.5672.129

✅ Change Log

For a list of CefSharp specific changes see the 113.1.x Milestone. See also Release Notification and v113.1.40 release notes.

This update includes a number of critical priority security updates.

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.