File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
package corehttp
2
2
3
3
// TODO: move to IPNS
4
- const WebUIPath = "/ipfs/bafybeiamycmd52xvg6k3nzr6z3n33de6a2teyhquhj4kspdtnvetnkrfim " // v4.1.1
4
+ const WebUIPath = "/ipfs/bafybeidf7cpkwsjkq6xs3r6fbbxghbugilx3jtezbza7gua3k5wjixpmba " // v4.2.0
5
5
6
6
// WebUIPaths is a list of all past webUI paths.
7
7
var WebUIPaths = []string {
8
8
WebUIPath ,
9
+ "/ipfs/bafybeiamycmd52xvg6k3nzr6z3n33de6a2teyhquhj4kspdtnvetnkrfim" ,
9
10
"/ipfs/bafybeieqdeoqkf7xf4aozd524qncgiloh33qgr25lyzrkusbcre4c3fxay" ,
10
11
"/ipfs/bafybeicyp7ssbnj3hdzehcibmapmpuc3atrsc4ch3q6acldfh4ojjdbcxe" ,
11
12
"/ipfs/bafybeigs6d53gpgu34553mbi5bbkb26e4ikruoaaar75jpfdywpup2r3my" ,
Original file line number Diff line number Diff line change 6
6
7
7
- [ Overview] ( #overview )
8
8
- [ 🔦 Highlights] ( #-highlights )
9
+ - [ WebUI: Updated Peers View] ( #webui-updated-peers-view )
9
10
- [ RPC ` API.Authorizations ` ] ( #rpc-apiauthorizations )
10
- - [ MPLEX removal ] ( #mplex-removal )
11
+ - [ MPLEX Removal ] ( #mplex-removal )
11
12
- [ Graphsync Experiment Removal] ( #graphsync-experiment-removal )
12
13
- [ 📝 Changelog] ( #-changelog )
13
14
- [ 👨👩👧👦 Contributors] ( #-contributors )
16
17
17
18
### 🔦 Highlights
18
19
20
+ #### WebUI: Updated Peers View
21
+
22
+ WebUI [ v4.2.0] ( https://github.com/ipfs/ipfs-webui/releases/tag/v4.2.0 ) shipped
23
+ with updated [ ipfs-geoip] ( https://www.npmjs.com/package/ipfs-geoip ) dataset
24
+ and [ ability to filter the peers table] ( https://github.com/ipfs/ipfs-webui/pull/2181 ) .
25
+
19
26
#### RPC ` API.Authorizations `
20
27
21
28
Kubo RPC API now supports optional HTTP Authorization.
You can’t perform that action at this time.
0 commit comments