Releases: hardkoded/puppeteer-sharp
Releases · hardkoded/puppeteer-sharp
v20.1.2
v20.1.1
v20.1.0
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
v20.0.4
What's new
What's Changed
- Ignore test screenshots folder in .gitignore by @CaCTuCaTu4ECKuu in #2804
- Fix PostData type in protocol by @kblok in #2810
New Contributors
- @CaCTuCaTu4ECKuu made their first contribution in #2804
Full Changelog: v20.0.3...v20.0.4
v20.0.3
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
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
- @AlexCSDev made their first contribution in #2783
Full Changelog: v20.0.0...v20.0.2
v20.0.0
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
- PDF troubleshooting by @kblok in #2755
- Fix docfix config by @kblok in #2756
- Update sponsors by @github-actions in #2757
- Fix request interception with complex PostData by @kblok in #2759
- v20 by @kblok in #2761
- Use byte array in message received to avoid some unnecessary encoding (#2748) by @campersau in #2770
Full Changelog: v19.0.2...v20.0.0