@cryptotaxi247 / kubo / commits / 5fb3a3e4f

doc(changelog): update for final patches

Steven Allen committed Jun 16, 2020 at 22:40 UTC 5fb3a3e4f5ddd83360168d3f6dd0104c6685c856
1 file changed +22 -7
CHANGELOG.md
+22 -7
@@ -82,6 +82,9 @@ Use-cases:
82 ### Changelog
83
84 - github.com/ipfs/go-ipfs:
85 + - docs(config): update toc ([ipfs/go-ipfs#7483](https://github.com/ipfs/go-ipfs/pull/7483))
86 + - feat: transport config ([ipfs/go-ipfs#7479](https://github.com/ipfs/go-ipfs/pull/7479))
87 + - fix the minimal go version under 'Build from Source' ([ipfs/go-ipfs#7459](https://github.com/ipfs/go-ipfs/pull/7459))
88 - fix(migration): migrate /ipfs/ bootstrappers to /p2p/
89 - fix(migration): correctly migrate quic addresses
90 - chore: add migration to listen on QUIC by default
@@ -165,7 +168,8 @@ Use-cases:
168 - Staticcheck fixes (#196) ([ipfs/go-ipfs-cmds#196](https://github.com/ipfs/go-ipfs-cmds/pull/196))
169 - doc: update docs for interface changes ([ipfs/go-ipfs-cmds#197](https://github.com/ipfs/go-ipfs-cmds/pull/197))
170 - Add standard issue template
168 -- github.com/ipfs/go-ipfs-config (v0.5.3 -> v0.7.1):
171 +- github.com/ipfs/go-ipfs-config (v0.5.3 -> v0.8.0):
172 + - feat: add a transports section for enabling/disabling transports ([ipfs/go-ipfs-config#102](https://github.com/ipfs/go-ipfs-config/pull/102))
173 - feat: add an option for security transport experiments ([ipfs/go-ipfs-config#97](https://github.com/ipfs/go-ipfs-config/pull/97))
174 - feat: add peering service config section ([ipfs/go-ipfs-config#96](https://github.com/ipfs/go-ipfs-config/pull/96))
175 - fix: include key size in key init method ([ipfs/go-ipfs-config#95](https://github.com/ipfs/go-ipfs-config/pull/95))
@@ -288,7 +292,15 @@ Use-cases:
292 - github.com/libp2p/go-yamux (v1.3.5 -> v1.3.7):
293 - tighten lock around appending new chunks of read data in stream ([libp2p/go-yamux#28](https://github.com/libp2p/go-yamux/pull/28))
294 - fix: unlock recvLock in all cases. ([libp2p/go-yamux#25](https://github.com/libp2p/go-yamux/pull/25))
291 -- github.com/lucas-clemente/quic-go (v0.15.7 -> v0.16.1):
295 +- github.com/lucas-clemente/quic-go (v0.15.7 -> v0.16.2):
296 + - make it possible to use the transport with both draft-28 and draft-29
297 + - update the ALPN for draft-29 ([lucas-clemente/quic-go#2600](https://github.com/lucas-clemente/quic-go/pull/2600))
298 + - update initial salts and test vectors for draft-29 ([lucas-clemente/quic-go#2587](https://github.com/lucas-clemente/quic-go/pull/2587))
299 + - rename the SERVER_BUSY error to CONNECTION_REFUSED ([lucas-clemente/quic-go#2596](https://github.com/lucas-clemente/quic-go/pull/2596))
300 + - reduce calls to time.Now() from the flow controller ([lucas-clemente/quic-go#2591](https://github.com/lucas-clemente/quic-go/pull/2591))
301 + - remove redundant parenthesis and type conversion in flow controller ([lucas-clemente/quic-go#2592](https://github.com/lucas-clemente/quic-go/pull/2592))
302 + - use the receipt of a Retry packet to get a first RTT estimate ([lucas-clemente/quic-go#2588](https://github.com/lucas-clemente/quic-go/pull/2588))
303 + - fix debug message when returning an early session ([lucas-clemente/quic-go#2594](https://github.com/lucas-clemente/quic-go/pull/2594))
304 - fix closing of the http.Request.Body ([lucas-clemente/quic-go#2584](https://github.com/lucas-clemente/quic-go/pull/2584))
305 - split PTO calculation into a separate function ([lucas-clemente/quic-go#2576](https://github.com/lucas-clemente/quic-go/pull/2576))
306 - add a unit test using the ChaCha20 test vector from the draft ([lucas-clemente/quic-go#2585](https://github.com/lucas-clemente/quic-go/pull/2585))
@@ -341,14 +353,14 @@ Use-cases:
353 | Contributor | Commits | Lines ± | Files Changed |
354 |-------------------------|---------|-------------|---------------|
355 | vyzo | 224 | +8016/-2810 | 304 |
344 -| Marten Seemann | 79 | +5858/-2514 | 178 |
356 +| Marten Seemann | 87 | +6081/-2607 | 215 |
357 +| Steven Allen | 151 | +4726/-1607 | 260 |
358 | Aarsh Shah | 33 | +4619/-1634 | 128 |
359 | Dirk McCormick | 26 | +3596/-1156 | 69 |
347 -| Steven Allen | 124 | +3283/-1339 | 215 |
360 | Yusef Napora | 66 | +2622/-785 | 98 |
361 | Raúl Kripalani | 24 | +2424/-782 | 61 |
362 +| Hector Sanjuan | 30 | +999/-177 | 61 |
363 | Louis Thibault | 2 | +1111/-4 | 4 |
351 -| Hector Sanjuan | 28 | +904/-177 | 58 |
364 | Will Scott | 15 | +717/-219 | 31 |
365 | dependabot-preview[bot] | 53 | +640/-64 | 106 |
366 | Michael Muré | 7 | +456/-213 | 17 |
@@ -357,10 +369,10 @@ Use-cases:
369 | Lukasz Zimnoch | 9 | +361/-49 | 13 |
370 | Jakub Sztandera | 4 | +157/-104 | 9 |
371 | Rod Vagg | 1 | +91/-83 | 2 |
360 -| RubenKelevra | 12 | +83/-83 | 29 |
372 +| RubenKelevra | 13 | +84/-84 | 30 |
373 | JP Hastings-Spital | 1 | +145/-0 | 2 |
374 | Adin Schmahmann | 11 | +67/-37 | 15 |
363 -| Marcin Rataj | 10 | +27/-41 | 10 |
375 +| Marcin Rataj | 11 | +41/-43 | 11 |
376 | Tiger | 5 | +53/-8 | 6 |
377 | Akira | 2 | +35/-19 | 2 |
378 | Casey Chance | 2 | +31/-22 | 2 |
@@ -371,6 +383,7 @@ Use-cases:
383 | Edgar Aroutiounian | 3 | +16/-8 | 3 |
384 | Peter Wu | 2 | +12/-9 | 2 |
385 | Sawood Alam | 2 | +7/-7 | 2 |
386 +| Command | 1 | +12/-0 | 1 |
387 | Eric Myhre | 1 | +9/-2 | 1 |
388 | mawei | 2 | +5/-5 | 2 |
389 | decanus | 1 | +5/-5 | 1 |
@@ -378,10 +391,12 @@ Use-cases:
391 | Alfonso Montero | 1 | +1/-5 | 1 |
392 | Volker Mische | 1 | +2/-2 | 1 |
393 | Shotaro Yamada | 1 | +2/-1 | 1 |
394 +| Mark Gaiser | 1 | +1/-1 | 1 |
395 | Johnny | 1 | +1/-1 | 1 |
396 | Ganesh Prasad Kumble | 1 | +1/-1 | 1 |
397 | Dominic Della Valle | 1 | +1/-1 | 1 |
398 | Corbin Page | 1 | +1/-1 | 1 |
399 +| Bryan Stenson | 1 | +1/-1 | 1 |
400 | Bernhard M. Wiedemann | 1 | +1/-1 | 1 |
401
402 ## 0.5.1 2020-05-08