Skip to content

Releases: ardriveapp/ardrive_http

v1.3.2

15 Dec 21:11
0bc4711

Choose a tag to compare

  • Pass the data property on ArDriveHttpException

v1.3.1

18 Jul 20:33
355a611

Choose a tag to compare

  • Remove retry for status code 408 on post and get using IO

v1.3.0

13 Jul 20:11
ce7bb97

Choose a tag to compare

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

08 Jun 13:31
088e33f

Choose a tag to compare

Release notes

Improves the API for ArDriveHTTPException to accommodate statusCode and statusMessage to better error handling on the client side.

v1.2.5

03 May 13:31
504b290

Choose a tag to compare

  • Upgrade Flutter to version 3.7.12

v1.2.4

02 May 15:11
d511294

Choose a tag to compare

  • Add support for passing headers

v1.1.4

27 Feb 21:11
2e7165f

Choose a tag to compare

  • Adds timeouts for HTTP requests

v1.1.3

15 Feb 21:30
b08c369

Choose a tag to compare

Release notes

  • Fixes an issue downloading files that take more than 8 seconds to complete

v1.1.2

27 Jan 19:47
d6ecfb5

Choose a tag to compare

  • use request encoder

v1.1.1

07 Jan 19:58
f3b59b6

Choose a tag to compare

Changelog

  • Increase network timeouts to 8 seconds.