Skip to content

Commit db01e79

Browse files
authored
v.1.12.2 (#854)
1 parent 0bda7f9 commit db01e79

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

lib/PuppeteerSharp/PuppeteerSharp.csproj

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<PackOnBuild>true</PackOnBuild>
5-
<PackageVersion>1.11.1</PackageVersion>
5+
<PackageVersion>1.11.2</PackageVersion>
66
<Authors>Darío Kondratiuk</Authors>
77
<Owners>Darío Kondratiuk</Owners>
88
<PackageProjectUrl>https://github.com/kblok/puppeteer-sharp</PackageProjectUrl>
@@ -12,29 +12,31 @@
1212
<Description>Headless Chrome .NET API</Description>
1313
<PackageId>PuppeteerSharp</PackageId>
1414
<PackageReleaseNotes><![CDATA[
15-
# New Features
15+
# ChangeLog
16+
* No need to fix file permissions on Mac.
17+
* Fix race conditions in SetContentAsync.
18+
* Add missing ConfigureAwait in Accessibility.
19+
* Set headless option to false when Devtools are enabled.
20+
* CloseAsync should wait for the target to be closed.
21+
* Change TextAsync output type.
22+
* Browser.IsClosed should be true when the connection is closed.
1623
17-
* Support waitUntil option for `Page.SetContentAsync`.
18-
* Linux support.
24+
# Internal Changes
1925
20-
# Breaking Changes
21-
22-
* IConnection.Closed, Connection.Closed and CDPSeccion.Closed events were renamed to `Disconnected`.
23-
* An IConnectionTransport now needs to implement `Task InitializeAsync(string url, IConnectionOptions connectionOptions, ILoggerFactory loggerFactory = null)`.
24-
25-
# Changelog
26-
27-
* Roll Chromium to r609904.
28-
* Code cleanup.
29-
* Remove no-sandbox option in tests.
30-
* Dispatch errors into a page.
31-
* Fixed event handler leak.
32-
* Removed a couple of common allocations.
33-
* New target types.
34-
* LifeCycleWatcher fixes
35-
* ScrollIntoViewIfNeededAsync improvements
26+
* Add classes to all Request/Response communications.
27+
* Connection messages should be dispatched synchronously.
28+
* Add TaskCreationOptions.RunContinuationsAsynchronously to TaskCompletionSources.
29+
* Remove Task.Delays.
30+
* Dispose CancellationTokens.
31+
* Add TaskCreationOptions.LongRunning to the WebSocketTransport loop.
32+
* Fix race condition in CloseAsync.
33+
* Prevent race conditions in tests.
34+
* Fix minor typo in XML docs.
35+
* Upgrade .NET Core projects to 2.2.
36+
* Upgrade to C# 7.3.
37+
* Replace timeouts with CancellationTokens.
3638
]]></PackageReleaseNotes>
37-
<ReleaseVersion>1.11.1</ReleaseVersion>
39+
<ReleaseVersion>1.11.2</ReleaseVersion>
3840
<SynchReleaseVersion>false</SynchReleaseVersion>
3941
</PropertyGroup>
4042
<PropertyGroup>

0 commit comments

Comments
 (0)