Skip to content

v20.0.0

Compare
Choose a tag to compare
@kblok kblok released this 04 Sep 13:50
· 18 commits to master since this release
270c7a2

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