Skip to content

aleph-v1.4.0

Choose a tag to compare

@yusefnapora yusefnapora released this 19 Dec 17:17
· 210 commits to master since this release

Changelog:

  • Support for concat 1.4 directory extensions, with namespace listings PR #128
    • mcclient listNamespaces command to list all public namespaces
    • mcclient listPeers command now allows optional namespace argument, to list all peers that have published to a given namespace
  • Support for getting/setting multiple directory servers PR #135
  • Support for batch data object retrieval API endpoint PR #123
  • Added global --timeout flag to override default 15s request timeout PR #129
  • Much faster (~ 1.8x) CBOR conversions thanks to borc module PR #131
  • Fixed memory leak that could cause mcclient publish to fail on very large ingestions PR #134
  • Automatic SSH tunneling no longer conflicts with local mcnode, uses random free port for tunnel PR #136
  • Added debug commands to list libp2p connections and known addresses for peers PR #122