Skip to content

Releases: fsspec/ipfsspec

v0.1.3: increased minimum protocol buffer version

04 May 15:14

Choose a tag to compare

Probably it is better to find a way of compiling the `.proto` file on
the install target.

Version 0.1.2

26 Apr 18:21
0bb231b

Choose a tag to compare

This release changes:

  • file sizes are now computed correctly
  • the environment variable IPFSSPEC_GATEWAYS can be used to configure gateways to be used

use 127.0.0.1 in stead of localhost

25 Apr 08:35

Choose a tag to compare

use 127.0.0.1 in stead of localhost gateway

If the local gateway is queried via 127.0.0.1 in stead of via localhost,
it will not attempt to redirect requests to a subdomain of localhost.
While subdomains of localhost [should work][1], they don't currently do
in many libraries including requests on macOS.

[1]: https://tools.ietf.org/html/rfc6761#section-6.3

v0.1.0: Merge pull request #2 from d70-t/entry_points

06 Apr 09:15
4f7d205

Choose a tag to compare

Added auto-registration via entry_points.

v0.0.4: Merge pull request #3 from d70-t/large_connection_pool

06 Apr 08:21
ac7ac2c

Choose a tag to compare

Improved gateway switching on errors and larger connection pool size (fixes warnings on systems which use up to 100 threads to access a dataset concurrently).

v0.0.3: Merge pull request #1 from d70-t/incomplete_reads

10 Feb 11:16
30a5c73

Choose a tag to compare

This release fixes two issues which potentially resulted in incomplete file reads.

v0.0.2

16 Dec 10:39

Choose a tag to compare

This release respects HTTP Status Code 429 Too Many Requests from the gateways and slows down the request rate using exponential backoff. Additionally some simple gateway load balancing has been added.

v0.0.1

11 Nov 19:29

Choose a tag to compare

added pythonpublish workflow