Skip to content

Commit 652d94b

Browse files
authored
1 parent c8cce59 commit 652d94b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

core/corehttp/webui.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
package corehttp
22

33
// WebUI version confirmed to work with this Kubo version
4-
const WebUIPath = "/ipfs/bafybeigp3zm7cqoiciqk5anlheenqjsgovp7j7zq6hah4nu6iugdgb4nby" // v4.4.2
4+
const WebUIPath = "/ipfs/bafybeiata4qg7xjtwgor6r5dw63jjxyouenyromrrb4lrewxrlvav7gzgi" // v4.5.0
55

66
// WebUIPaths is a list of all past webUI paths.
77
var WebUIPaths = []string{
88
WebUIPath,
9+
"/ipfs/bafybeigp3zm7cqoiciqk5anlheenqjsgovp7j7zq6hah4nu6iugdgb4nby", // v4.4.2
910
"/ipfs/bafybeiatztgdllxnp5p6zu7bdwhjmozsmd7jprff4bdjqjljxtylitvss4", // v4.4.1
1011
"/ipfs/bafybeibgic2ex3fvzkinhy6k6aqyv3zy2o7bkbsmrzvzka24xetv7eeadm",
1112
"/ipfs/bafybeid4uxz7klxcu3ffsnmn64r7ihvysamlj4ohl5h2orjsffuegcpaeq",

docs/changelogs/v0.34.md

+9
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- [`IPFS_LOG_LEVEL` deprecated](#ipfs_log_level-deprecated)
1313
- [Pebble datastore format update](#pebble-datastore-format-update)
1414
- [Badger datastore update](#badger-datastore-update)
15+
- [📦️ Important dependency updates](#-important-dependency-updates)
1516
- [👨‍👩‍👧‍👦 Contributors](#-contributors)
1617

1718
### Overview
@@ -62,4 +63,12 @@ If the pebble database format is not explicitly set in the config, then automati
6263

6364
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.
6465

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)
73+
6574
### 👨‍👩‍👧‍👦 Contributors

0 commit comments

Comments
 (0)