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
Copy file name to clipboardExpand all lines: docs/changelogs/v0.32.md
+9-12Lines changed: 9 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,7 @@
7
7
-[Overview](#overview)
8
8
-[🔦 Highlights](#-highlights)
9
9
-[🎯 AutoTLS: Automatic Certificates for libp2p WebSockets via `libp2p.direct`](#-autotls-automatic-certificates-for-libp2p-websockets-via-libp2pdirect)
10
-
-[📦️ Boxo and go-libp2p updates](#-boxo-and-go-libp2p-updates)
11
-
-[Replaced dependency on archived `github.com/mitchellh/go-homedir`](replaced-go-homedir)
10
+
-[📦️ Dependency updates](#-dependency-updates)
12
11
-[📝 Changelog](#-changelog)
13
12
-[👨👩👧👦 Contributors](#-contributors)
14
13
@@ -23,22 +22,20 @@ Opt-in configuration allows Kubo nodes to obtain CA-signed TLS certificates for
23
22
24
23
See [`AutoTLS`](https://github.com/ipfs/kubo/blob/master/docs/config.md#autotls) configuration for details how to enable it. We appreciate you testing and providing an early feedback in [kubo#10560](https://github.com/ipfs/kubo/issues/10560).
25
24
26
-
#### 📦️ Boxo and go-libp2p updates
25
+
#### 📦️ Dependency updates
27
26
28
-
- update `boxo` to [v0.24.1](https://github.com/ipfs/boxo/releases/tag/v0.24.1) + [v0.24.2](https://github.com/ipfs/boxo/releases/tag/v0.24.2)
27
+
- update `boxo` to [v0.24.1](https://github.com/ipfs/boxo/releases/tag/v0.24.1) + [v0.24.2](https://github.com/ipfs/boxo/releases/tag/v0.24.2) + [v0.24.3](https://github.com/ipfs/boxo/releases/tag/v0.24.3)
29
28
- This includes a number of fixes and bitswap improvements, and support for filtering from [IPIP-484](https://specs.ipfs.tech/ipips/ipip-0484/) in delegated HTTP routing and IPNI queries.
30
29
- update `go-libp2p` to [v0.37.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.37.0)
31
30
- This update required removal of `Swarm.RelayService.MaxReservationsPerPeer` configuration option from Kubo. If you had it set, remove it from your configuration file.
32
31
- update `go-libp2p-kad-dht` to [v0.27.0](https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.27.0)
33
32
- update `go-libp2p-pubsub` to [v0.12.0](https://github.com/libp2p/go-libp2p-pubsub/releases/tag/v0.12.0)
34
-
35
-
### Replaced go-homedir
36
-
37
-
The `github.com/mitchellh/go-homedir` repo is archived, no longer needed, and no longer maintained.
38
-
39
-
-`homedir.Dir` is replaced by the stdlib `os.UserHomeDir`
40
-
-`homedir.Expand` is replaced by `fsutil.ExpandHome` in the `github.com/ipfs/kubo/misc/fsutil` package.
41
-
- The new `github.com/ipfs/kubo/misc/fsutil` package contains file utility code previously located elsewhere in kubo.
33
+
- update `p2p-forge/client` to [v0.0.2](https://github.com/ipshipyard/p2p-forge/releases/tag/v0.0.2)
34
+
- removed `go-homedir`
35
+
- The `github.com/mitchellh/go-homedir` repo is archived, no longer needed, and no longer maintained.
36
+
-`homedir.Dir` is replaced by the stdlib `os.UserHomeDir`
37
+
-`homedir.Expand` is replaced by `fsutil.ExpandHome` in the `github.com/ipfs/kubo/misc/fsutil` package.
38
+
- The new `github.com/ipfs/kubo/misc/fsutil` package contains file utility code previously located elsewhere in kubo.
0 commit comments