Skip to content

Releases: fsspec/ipfsspec

v0.4.0: Support fsspec 2023.4.0

30 Apr 09:49
2a73d5e
Compare
Choose a tag to compare

This release drops registration of the ipfs protocol upon import, in favor of the entry_points mechanism, which is supported since fsspec 0.9.0 (Apr 5, 2021).

v0.3.0: no protocol buffers dependency

31 May 16:37
8eb96df
Compare
Choose a tag to compare

This release removes the dependency on protocol buffers. This should make this library a bit more stable, as it doesn't depend anymore on matching versions between generated code and the installed protocol buffer library.

v0.2.1: retries on single gateways

29 Mar 09:32
Compare
Choose a tag to compare

This release enables retries if only a single gateway is used.

v0.2.0: async

11 Mar 22:16
7a0de7d
Compare
Choose a tag to compare

This release uses an async implementation of ipfsspec by default.

v0.1.4: fixed usage of dag-pb codec

07 Oct 17:17
Compare
Choose a tag to compare

This release includes compatibility with go-ipfs v0.10.0 and above.

v0.1.3: increased minimum protocol buffer version

04 May 15:14
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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).