Releases: ardriveapp/ardrive_http
Releases · ardriveapp/ardrive_http
v1.3.2
v1.3.1
- Remove retry for status code
408on post and get usingIO
v1.3.0
Release notes
This pull request introduces a new method, postBytesAsStream(), to the existing ArDriveHttp class. This method enables sending a POST request with byte array data as a stream to a specified URL. The method is designed to handle the upload process for turbo files, providing an efficient and scalable solution.
v1.2.6
Release notes
Improves the API for ArDriveHTTPException to accommodate statusCode and statusMessage to better error handling on the client side.
v1.2.5
- Upgrade Flutter to version 3.7.12
v1.2.4
v1.1.4
- Adds timeouts for HTTP requests
v1.1.3
Release notes
- Fixes an issue downloading files that take more than 8 seconds to complete
v1.1.2
- use request encoder