You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[📦️ Important dependency updates](#-important-dependency-updates)
15
16
-[👨👩👧👦 Contributors](#-contributors)
16
17
17
18
### Overview
@@ -62,4 +63,12 @@ If the pebble database format is not explicitly set in the config, then automati
62
63
63
64
An update was made to the badger v1 datastore that avoids use of mmap in 32-bit environments, which has been seen to cause issues on some platforms. Please be aware that this could lead to a performance regression for users of badger in a 32-bit environment. Badger users are advised to move to the flatds or pebble datastore.
64
65
66
+
#### 📦️ Important dependency updates
67
+
68
+
- update `go-libp2p` to [v0.40.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.40.0)
69
+
- update `go-libp2p-kad-dht` to [v0.29.1](https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.29.1) (incl. [v0.29.0](https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.29.0))
70
+
- update `boxo` to [v0.28.0](https://github.com/ipfs/boxo/releases/tag/v0.28.0)
71
+
- update `ipfs-webui` to [v4.5.0](https://github.com/ipfs/ipfs-webui/releases/tag/v4.5.0)
72
+
- update `p2p-forge/client` to [v0.4.0](https://github.com/ipshipyard/p2p-forge/releases/tag/v0.4.0)
0 commit comments