@cryptotaxi247 / kubo / commits / 3f2421c31

doc(changelog): final update for release

Steven Allen committed Jun 19, 2020 at 14:29 UTC 3f2421c318def8242cae4ce2c8d4dd5cb6227c4e
1 file changed +6 -3
CHANGELOG.md
+6 -3
@@ -1,10 +1,12 @@
1 # go-ipfs changelog
2
3 -## v0.6.0 2020-06-16
3 +## v0.6.0 2020-06-19
4 +
5 +This is a relatively small release in terms of code changes, but it contains some significant changes to the IPFS protocol.
6
7 ### Highlights
8
7 -This is a relatively small release in terms of code changes, but it contains some significant changes to the IPFS protocol. The highlights in this release include:
9 +The highlights in this release include:
10
11 * The QUIC transport is enabled by default. Furthermore, go-ipfs will automatically run a migration to listen on the QUIC transport (on the same address/port as the TCP transport) to make this upgrade process seamless.
12 * The new NOISE security transport is now supported but won't be selected by default. This transport will replace SECIO as the default cross-language interoperability security transport. TLS 1.3 will still remain the default security transport between go-ipfs nodes for now.
@@ -82,6 +84,7 @@ Use-cases:
84 ### Changelog
85
86 - github.com/ipfs/go-ipfs:
87 + - fix 3 bugs responsible for a goroutine leak (plus one other bug) ([ipfs/go-ipfs#7491](https://github.com/ipfs/go-ipfs/pull/7491))
88 - docs(config): update toc ([ipfs/go-ipfs#7483](https://github.com/ipfs/go-ipfs/pull/7483))
89 - feat: transport config ([ipfs/go-ipfs#7479](https://github.com/ipfs/go-ipfs/pull/7479))
90 - fix the minimal go version under 'Build from Source' ([ipfs/go-ipfs#7459](https://github.com/ipfs/go-ipfs/pull/7459))
@@ -354,7 +357,7 @@ Use-cases:
357 |-------------------------|---------|-------------|---------------|
358 | vyzo | 224 | +8016/-2810 | 304 |
359 | Marten Seemann | 87 | +6081/-2607 | 215 |
357 -| Steven Allen | 151 | +4726/-1607 | 260 |
360 +| Steven Allen | 157 | +4763/-1628 | 266 |
361 | Aarsh Shah | 33 | +4619/-1634 | 128 |
362 | Dirk McCormick | 26 | +3596/-1156 | 69 |
363 | Yusef Napora | 66 | +2622/-785 | 98 |