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