File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- 0.4.19-rc2: QmVAHbzEyo3tvf5QZQNDy4aiVjRsFeYNuPhp6xbzzmRrT8
1
+ 0.4.19: QmPDEJTb3WBHmvubsLXCaqRPC8dRgvFz7A4p96dxZbJuWL
Original file line number Diff line number Diff line change 1
1
# go-ipfs changelog
2
2
3
- ## 0.4.19 2018-02-14 (unreleased)
3
+ ## 0.4.19 2018-03-01
4
4
5
5
We're happy to announce go 0.4.19. This release contains a bunch of important
6
6
fixes and a slew of new and improved features. Get pumped and upgrade ASAP to benefit from all the new goodies! 🎁
@@ -220,6 +220,10 @@ _delete_ any un-synced data on start instead of simply refusing to start. This
220
220
should be safe on all filesystems where the ` sync ` operation is safe and removes
221
221
the need for manual intervention when restarting an IPFS node after a crash.
222
222
223
+ Assuming you initialized your badger repo with ` ipfs init --profile=badgerds ` ,
224
+ you can enable truncate on an existing repo by running: `ipfs config --json
225
+ "Datastore.Spec.child.truncate" true`.
226
+
223
227
### Refactors and Endeavors
224
228
225
229
#### 🕹 Commands Library
Original file line number Diff line number Diff line change 617
617
"language" : " go" ,
618
618
"license" : " MIT" ,
619
619
"name" : " go-ipfs" ,
620
- "version" : " 0.4.19-rc2 "
620
+ "version" : " 0.4.19"
621
621
}
622
622
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ package ipfs
4
4
var CurrentCommit string
5
5
6
6
// CurrentVersionNumber is the current application's version literal
7
- const CurrentVersionNumber = "0.4.19-rc2 "
7
+ const CurrentVersionNumber = "0.4.20-dev "
8
8
9
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
You can’t perform that action at this time.
0 commit comments