Releases: fsspec/ipfsspec
Releases · fsspec/ipfsspec
v0.1.3: increased minimum protocol buffer version
Probably it is better to find a way of compiling the `.proto` file on the install target.
Version 0.1.2
This release changes:
- file sizes are now computed correctly
- the environment variable
IPFSSPEC_GATEWAYScan be used to configure gateways to be used
use 127.0.0.1 in stead of localhost
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
Added auto-registration via entry_points.
v0.0.4: Merge pull request #3 from d70-t/large_connection_pool
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
This release fixes two issues which potentially resulted in incomplete file reads.