Skip to content

v1.0.8

Latest
Compare
Choose a tag to compare
@hsanjuan hsanjuan released this 30 Jan 17:26
· 34 commits to master since this release
v1.0.8
2f5f029

IPFS Cluster v1.0.8 is a maintenance release.

This release updates dependencies (latest boxo and libp2p) and should bring a couple of Pebble-related improvements:

  • We have upgraded Pebble's version. Some users have reported deadlocks in writes to Pebble (ipfs/ipfs-cluster#2009) and this seems to have helped.
  • Pebble now supports 32-bit so it can be the default for all archs.
  • We added a warning when Pebble's newest MajorFormatVersion is higher than
    what is used in the configuration. Users should increase their major_format_version
    to maintain forward-compatibility with future versions of Pebble.

Additionally, some bugs have been fixed and a couple of useful features added, as mentioned below.

List of changes

Breaking changes

There are no breaking changes on this release.

Features
Bug fixes
Other changes

Upgrading notices

Configuration changes

Two new options have been added to forcefully control the cluster peer libp2p host address announcements: cluster.announce_multiaddress and cluster.no_announce_multiaddress. Both take a slice of multiaddresses.

REST API

No changes.

Pinning Service API

No changes.

IPFS Proxy API

No changes.

Go APIs

No relevant changes.

Other

Nothing.