Releases: fsspec/ipfsspec
Releases · fsspec/ipfsspec
v0.5.3
v0.5.2
v0.5.1
v0.5.0
What's Changed
- support for newer IPFS servers (e.g. kubo) by @d70-t in #23
- Add installation instructions by @davidgasquez in #22
- Removed old code, remove auto-gateway selection, use IPIP-280 gateway selection by @d70-t in #30
- Add AsyncIPNSFileSystem by @lkluft in #32
New Contributors
- @davidgasquez made their first contribution in #22
- @lkluft made their first contribution in #32
Full Changelog: v0.4.0...v0.5.0
v0.4.0: Support fsspec 2023.4.0
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
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
This release enables retries if only a single gateway is used.
v0.2.0: async
This release uses an async implementation of ipfsspec by default.
v0.1.4: fixed usage of dag-pb codec
This release includes compatibility with go-ipfs v0.10.0 and above.
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.