Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency CefSharp.Common to v96 #44

Merged
merged 1 commit into from
Nov 30, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
CefSharp.Common nuget major 94.4.110 -> 96.0.141

Release Notes

cefsharp/CefSharp

v96.0.141

November 30, 2021, CEF 96.0.14+g28ba5c8+chromium-96.0.4664.55 / Chromium 96.0.4664.55
  • ⚠️ Visual C++ 2019 is required for the CefSharp.Wpf/CefSharp.WinForms/CefSharp.OffScreen nuget packages see Update min required Visual C++ runtime from 2015 to 2019 cefsharp/CefSharp#3636
  • Chromium Site Isolation is now enabled by default Enable Chromium Site Isolation cefsharp/CefSharp#2967
  • For those targeting .Net Core 3.0(netcore3.0) the Nuget packages will no longer automatically install see #​3444 (This also applies to those using the CefSharp.Wpf/CefSharp.WinForms/CefSharp.OffScreen pacakges when targeting .Net Core 3.1/.Net 5.0+)
  • Nuget Packages have been restructured if upgrading from version prior to 87 please make sure you read Nuget Package Restructure cefsharp/CefSharp#3319 for details
  • 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++ 2019 is required, see Notes below for more information
Change Log

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

ℹ️ Notes
⚠️ Known Issues
⚠️ Breaking Changes ⚠️

No breaking changes in this release.


  • 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 Release Notification - 81.3.x cefsharp/CefSharp#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 Chromium NetworkService API Changes cefsharp/CefSharp#2743.
  • Remove BrowserSettings.ApplicationCache #​3857
  • LoadUrlAsync require url and remove SyncContext param #​3842
  • Update build.ps1/build.netcore.ps1 to allow for building/packaging for subset of architectures #​3706
  • Remove BrowserSettings.UniversalAccessFromFileUrls and BrowserSettings.FileAccessFromFileUrls #​3668
  • Remove RequestContextSettings.IgnoreCertificateErrors #​3667
  • Nuget - Remove netcoreapp3.0 hacks #​3444
  • 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

v95.7.141

November 05, 2021, CEF 95.7.14+g9f72f35+chromium-95.0.4638.69 / Chromium 95.0.4638.69
  • ⚠️ Visual C++ 2019 is required for the CefSharp.Wpf/CefSharp.WinForms/CefSharp.OffScreen nuget packages see Update min required Visual C++ runtime from 2015 to 2019 cefsharp/CefSharp#3636
  • Chromium Site Isolation is now enabled by default Enable Chromium Site Isolation cefsharp/CefSharp#2967
  • For those targeting .Net Core 3.0(netcore3.0) the Nuget packages will no longer automatically install see #​3444 (This also applies to those using the CefSharp.Wpf/CefSharp.WinForms/CefSharp.OffScreen pacakges when targeting .Net Core 3.1/.Net 5.0+)
  • Nuget Packages have been restructured if upgrading from version prior to 87 please make sure you read Nuget Package Restructure cefsharp/CefSharp#3319 for details
  • 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++ 2019 is required, see Notes below for more information
Change Log

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

ℹ️ Notes
⚠️ Known Issues
⚠️ Breaking Changes ⚠️
  • Remove BrowserSettings.ApplicationCache #​3857
  • LoadUrlAsync require url and remove SyncContext param #​3842
  • Update build.ps1/build.netcore.ps1 to allow for building/packaging for subset of architectures #​3706
  • Remove BrowserSettings.UniversalAccessFromFileUrls and BrowserSettings.FileAccessFromFileUrls #​3668
  • Remove RequestContextSettings.IgnoreCertificateErrors #​3667
  • Nuget - Remove netcoreapp3.0 hacks #​3444

  • 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 Release Notification - 81.3.x cefsharp/CefSharp#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 Chromium NetworkService API Changes cefsharp/CefSharp#2743.
  • 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

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@chris-kruining chris-kruining merged commit fd46ad8 into master Nov 30, 2021
@chris-kruining chris-kruining deleted the renovate/cefsharp.common-96.x branch November 30, 2021 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants