Skip to content

Releases: hardkoded/puppeteer-sharp

v20.1.2

19 Feb 12:39
8614841
Compare
Choose a tag to compare

What's Changed

Full Changelog: v20.1.1...v20.1.2

v20.1.1

15 Feb 21:42
6ab434f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v20.1.0...v20.1.1

v20.1.0

04 Feb 10:48
d20a46e
Compare
Choose a tag to compare

What's new

What's Changed

  • Refactor WaitForNetworkIdle by @kblok in #2824
  • Use type forwarding for IsExternalInit on .net8 target by @IliaBrahinets in #2823
  • Update sponsors by @github-actions in #2845
  • Update sponsors by @github-actions in #2846
  • Refactor ElementHandle by @kblok in #2850

Full Changelog: v20.0.5...v20.1.0

v20.0.5

07 Nov 18:51
c908c5c
Compare
Choose a tag to compare

What's Changed

  • Update sponsors by @github-actions in #2815
  • Adds SecurityDetails.subjectAlternativeNames by @jpeirson in #2820

Full Changelog: v20.0.4...v20.0.5

v20.0.4

31 Oct 14:22
3e73a93
Compare
Choose a tag to compare

What's new

What's Changed

New Contributors

Full Changelog: v20.0.3...v20.0.4

v20.0.3

22 Oct 16:35
924c71b
Compare
Choose a tag to compare

What's New

  • Add Slow 4G / Fast 4G predefined network conditions by @campersau in #2787

What's Changed

  • Fix Ubuntu build by @kblok in #2797
  • Use object for Top / Left / Bottom / Right in MarginOptions by @campersau in #2788
  • Only get build ID if executable path is not supplied. by @AshIzat in #2801

New Contributors

Full Changelog: v20.0.2...v20.0.3

v20.0.2

20 Sep 13:33
e14f59d
Compare
Choose a tag to compare

What's Changed

  • Back up user.js as well by @kblok in #2773
  • Replace lone surrogates option by @kblok in #2780
  • Fix deserialization exception when retrieving cookie with PartitionKey set by @AlexCSDev in #2783

New Contributors

Full Changelog: v20.0.0...v20.0.2

v20.0.0

04 Sep 13:50
270c7a2
Compare
Choose a tag to compare

Breaking changes

There are, technically speaking, some breaking changes. I hope it's not a big deal for you.

Use byte array in message send

By @campersau in #2749
If you implemented a custom IConnectionTransport. The new signature of SendAsync is Task SendAsync(byte[] message);

IRequest.PostData is now a string

This matches the type in Puppeteer.

What's new

What's Changed

Full Changelog: v19.0.2...v20.0.0

v19.0.2

29 Aug 12:20
a4f43fa
Compare
Choose a tag to compare

What's Changed

  • Return whether the permissions fix was executed successfully by @kblok in #2754

Full Changelog: v19.0.1...v19.0.2

v19.0.1

20 Aug 18:34
bdd47e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v19.0.0...v19.0.1