Skip to content

Commit 43e3af0

Browse files
authoredSep 24, 2021
chore: add migration guide to 0.33 (#997)
1 parent 2c9c3cf commit 43e3af0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎doc/migrations/v0.32-v0.33.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!--Specify versions for migration below-->
2+
# Migrating to libp2p@33
3+
4+
A migration guide for refactoring your application code from libp2p v0.32.x to v0.33.0.
5+
6+
## Table of Contents
7+
8+
- [Module Updates](#module-updates)
9+
10+
## Module Updates
11+
12+
Libp2p uses a datastore implementation for Peerstore persistence and for the DHT state. While libp2p defaults to a datastore implementation, it can receive any implementation of a datastore compliant with the [interface-datastore](https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-datastore) via its configuration.
13+
14+
In this release, we updated to `interface-datastore@6.0.0`. As a result, libp2p users relying on a configured datastore should update it to a compliant implementation for updating libp2p.

0 commit comments

Comments
 (0)
Please sign in to comment.