You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(rest): switch from undici request to global fetch
ci: bump node version
test: remove console log
refactor(Handler): .d.ts interface file
refactor(Handler): move to interfaces folder
chore: mark undici as normal dep
feat: network request strategies
refactor: default to request strategy
docs: update to reflect recent changes
refactor: performance improvements
BREAKING CHANGE: NodeJS v18+ is required when using node due to the use of global `fetch`
BREAKING CHANGE: The raw method of REST now returns a web compatible `Respone` object.
BREAKING CHANGE: The `parseResponse` utility method has been updated to operate on a web compatible `Response` object.
BREAKING CHANGE: Many underlying internals have changed, some of which were exported.
BREAKING CHANGE: `DefaultRestOptions` used to contain a default `agent`, which is now set to `null` instead.
0 commit comments