Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Releases: ipfs/interface-go-ipfs-core

v0.4.0

29 Jul 18:16
b935dfe
Compare
Choose a tag to compare
  • Add ID formatting functions for IPNS keys
  • Update tests to expect B36CID key format

v0.3.0

05 May 00:34
ee0d435
Compare
Choose a tag to compare
  • Switch to a stream-based pin ls interface.
  • Add an IsPinned method.

Release v0.2.6

18 Feb 16:50
d2f36ed
Compare
Choose a tag to compare

Avoid panic on test failure.

v0.2.5

25 Nov 18:36
7bbf5bb
Compare
Choose a tag to compare
Merge pull request #47 from ipfs/test/pin-ls

Add pin ls tests for indirect pin traversal and pin type precedence

v0.2.0

03 Aug 01:45
91cc546
Compare
Choose a tag to compare
  • Bump go-libp2p-core to v0.2.0, introducing the restriction that RSA keys be no less than 2048 bits. NOTE: If, for testing purposes, you wish to proceed with weaker RSA keys, you can enable the use of weaker keys by setting the environment variable LIBP2P_ALLOW_WEAK_RSA_KEYS to any non-empty value.

v0.0.9

30 May 16:27
103b645
Compare
Choose a tag to compare
Merge pull request #34 from ipfs/feat/expose-tests

tests: expose TestSuite