Skip to content

Releases: fsspec/ipfsspec

v0.5.3

26 Sep 14:21
350c565
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

23 Sep 16:00
e0fe40a
Compare
Choose a tag to compare

What's Changed

  • implement _get_file() by @d70-t in #37
    • this enables e.g. the use of simplecache

Full Changelog: v0.5.1...v0.5.2

v0.5.1

19 Sep 22:03
Compare
Choose a tag to compare

What's Changed

  • Implement info() and ls() using trustless gateway spec by @d70-t in #33
  • Refactor project by @d70-t in #35
  • use aiohttp-retry to try again on specific request errors by @d70-t in #36

Full Changelog: v0.5.0...v0.5.1

v0.5.0

12 Sep 20:37
f12843e
Compare
Choose a tag to compare

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

Full Changelog: v0.4.0...v0.5.0

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.