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
Added chunkUploadsBySize option on the Api class to automatically chunk file uploads across multiple requests when the total size exceeds the configured size.
Added functionality to add the same callback on a request multiple times.
⚠️ With the old functionality setting a callback on a request would overwrite the globally defined callback. This is no longer the case, as both the global and request callbacks will be executed.
Improved how axios responses are handled.
⚠️ Deprecated failed getter on the Response class in favor of a new isFailed getter.
Added onCancelled method on Api and Response classes.
Updated the docker-compose.yml file to use the node:22 image.