Breaking changes
got
is a huge library and we don't even use 90% of its features. Therefore, replaced it with a lightweight option. Since, got
APIs are never exposed to the end-user, we do not expect any major breaking changes.
- Replaced
got
withky
. - Removed support for
buffer
response type. The response type is now eithertext
orjson
. - Removed support for sending body in GET requests. It was earlier supported via allowGetBody option from
got
, which isn't support byky
.