File tree 4 files changed +7
-12
lines changed 4 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 1
- 0.4.17-rc1: Qma5pGQ9ugGoeAbND8RKPohYfZDyaivSCfRQraKkW8Gu4Y
1
+ 0.4.17: QmebqVUQQqQFhg74FtQFszUJo22Vpr3e8qBAkvvV4ho9HH
Original file line number Diff line number Diff line change 1
1
# go-ipfs changelog
2
2
3
- ## 0.4.17-rc1 2018-07-20
3
+ ## 0.4.17 2018-07-27
4
4
5
- Ipfs 0.4.17 is a quick release to fix two important bugs:
6
-
7
- 1 . A major performance regression in bitswap (mostly affecting go-ipfs ->
8
- js-ipfs transfers).
9
- 2 . A bug resolving files in sharded directories with the gateway.
10
-
11
- However, while motivated by those fixes, it contains a few other goodies that
12
- will excite some users.
5
+ Ipfs 0.4.17 is a quick release to fix a major performance regression in bitswap
6
+ (mostly affecting go-ipfs -> js-ipfs transfers). However, while motivated by
7
+ this fix, this release contains a few other goodies that will excite some users.
13
8
14
9
The headline feature in this release is [ urlstore] [ ] support. Urlstore is a
15
10
generalization of the filestore backend that can fetch file blocks from remote
Original file line number Diff line number Diff line change 551
551
"language" : " go" ,
552
552
"license" : " MIT" ,
553
553
"name" : " go-ipfs" ,
554
- "version" : " 0.4.17-rc1 "
554
+ "version" : " 0.4.17"
555
555
}
556
556
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ package config
4
4
var CurrentCommit string
5
5
6
6
// CurrentVersionNumber is the current application's version literal
7
- const CurrentVersionNumber = "0.4.17-rc1 "
7
+ const CurrentVersionNumber = "0.4.17"
8
8
9
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
You can’t perform that action at this time.
0 commit comments