@cryptotaxi247 / kubo / commits / efa179fce

changelog: add mkreleaselog for v0.22

Jorropo committed Aug 8, 2023 at 16:41 UTC efa179fce4824313f23ef1b801ef5b68e2d33bd9
1 file changed +48 -10
docs/changelogs/v0.22.md
+48 -10
@@ -67,6 +67,18 @@ This includes a breaking change to `ipfs id` and some of the `ipfs swarm` comman
67 <details><summary>Full Changelog</summary>
68
69 - github.com/ipfs/kubo:
70 + - chore: change version to v0.22.0
71 + - chore(misc/README.md): trim duplicated content
72 + - Merge branch 'release-v0.21' back into master
73 + - docs(readme): unofficial packages badge
74 + - chore: remove sharness tests ported to conformance testing (#9999) ([ipfs/kubo#9999](https://github.com/ipfs/kubo/pull/9999))
75 + - ci: switch from testing against js-ipfs to helia (#10042) ([ipfs/kubo#10042](https://github.com/ipfs/kubo/pull/10042))
76 + - chore: merge release back into master
77 + - chore: change orbitdb to haydenyoung EARLY_TESTERS
78 + - Fix usage numbers
79 + - chore: update early testers list (#9218) ([ipfs/kubo#9218](https://github.com/ipfs/kubo/pull/9218))
80 + - docs: changelog v0.21 fixes (#10037) ([ipfs/kubo#10037](https://github.com/ipfs/kubo/pull/10037))
81 + - refactor(ci): simplify Dockerfile and add docker image testing (#10021) ([ipfs/kubo#10021](https://github.com/ipfs/kubo/pull/10021))
82 - chore: update version
83 - fix(relay): apply user provider options
84 - libp2p: stop reporting ProtocolVersion
@@ -96,9 +108,25 @@ This includes a breaking change to `ipfs id` and some of the `ipfs swarm` comman
108 - chore(docs): typo http→https
109 - fix: more stable prometheus test (#9944) ([ipfs/kubo#9944](https://github.com/ipfs/kubo/pull/9944))
110 - ([ipfs/kubo#9937](https://github.com/ipfs/kubo/pull/9937))
99 -- github.com/ipfs/boxo (v0.10.2-0.20230629143123-2d3edc552442 -> v0.11.0):
111 +- github.com/ipfs/boxo (v0.10.3 -> v0.11.0):
112 - Release v0.11.0 ([ipfs/boxo#417](https://github.com/ipfs/boxo/pull/417))
101 - - ([ipfs/boxo#401](https://github.com/ipfs/boxo/pull/401))
113 +- github.com/ipfs/go-bitswap (null -> v0.11.0):
114 + - chore: release v0.11.0
115 + - chore: release v0.10.2
116 + - fix: create a copy of the protocol slice in network.processSettings
117 + - chore: release v0.10.1
118 + - fix: incorrect type in the WithTracer polyfill option
119 + - chore: fix incorrect log message when a bad option is passed
120 + - chore: release v0.10.0
121 + - chore: update go-libp2p v0.22.0
122 + - chore: release v0.9.0
123 + - feat: split client and server ([ipfs/go-bitswap#570](https://github.com/ipfs/go-bitswap/pull/570))
124 + - chore: remove goprocess from blockstoremanager
125 + - Don't add blocks to the datastore ([ipfs/go-bitswap#571](https://github.com/ipfs/go-bitswap/pull/571))
126 + - Remove dependency on travis package from go-libp2p-testing ([ipfs/go-bitswap#569](https://github.com/ipfs/go-bitswap/pull/569))
127 + - feat: add basic tracing (#562) ([ipfs/go-bitswap#562](https://github.com/ipfs/go-bitswap/pull/562))
128 + - chore: release v0.7.0 (#566) ([ipfs/go-bitswap#566](https://github.com/ipfs/go-bitswap/pull/566))
129 + - feat: coalesce and queue connection event handling (#565) ([ipfs/go-bitswap#565](https://github.com/ipfs/go-bitswap/pull/565))
130 - github.com/ipfs/go-merkledag (v0.10.0 -> v0.11.0):
131 - chore: update v0.11.0 (#106) ([ipfs/go-merkledag#106](https://github.com/ipfs/go-merkledag/pull/106))
132 - update merkeldag to use the explicit decoder registry (#104) ([ipfs/go-merkledag#104](https://github.com/ipfs/go-merkledag/pull/104))
@@ -116,7 +144,11 @@ This includes a breaking change to `ipfs id` and some of the `ipfs swarm` comman
144 - fix: tests should match stderr for verbose output
145 - fix: reading from stdin should broadcast EOF to block loaders
146 - refactor insertion index to be publicly accessible ([ipld/go-car#408](https://github.com/ipld/go-car/pull/408))
119 -- github.com/libp2p/go-libp2p (v0.27.7 -> v0.29.0):
147 +- github.com/libp2p/go-libp2p (v0.27.9 -> v0.29.2):
148 + - release v0.29.2
149 + - release v0.29.1
150 + - swarm: don't open new streams over transient connections (#2450) ([libp2p/go-libp2p#2450](https://github.com/libp2p/go-libp2p/pull/2450))
151 + - core/crypto: restrict RSA keys to <= 8192 bits (#2454) ([libp2p/go-libp2p#2454](https://github.com/libp2p/go-libp2p/pull/2454))
152 - Release version v0.29.0 (#2431) ([libp2p/go-libp2p#2431](https://github.com/libp2p/go-libp2p/pull/2431))
153 - webtransport: reject listening on a multiaddr with a certhash (#2426) ([libp2p/go-libp2p#2426](https://github.com/libp2p/go-libp2p/pull/2426))
154 - swarm: deprecate libp2p.DialRanker option (#2430) ([libp2p/go-libp2p#2430](https://github.com/libp2p/go-libp2p/pull/2430))
@@ -227,27 +259,33 @@ This includes a breaking change to `ipfs id` and some of the `ipfs swarm` comman
259 | Contributor | Commits | Lines ± | Files Changed |
260 |-------------|---------|---------|---------------|
261 | Henrique Dias | 14 | +3735/-17889 | 185 |
230 -| Sukun | 27 | +5829/-957 | 98 |
231 -| Marten Seemann | 39 | +2924/-1831 | 161 |
232 -| Marco Munizaga | 17 | +1498/-580 | 76 |
262 +| Sukun | 28 | +5910/-957 | 100 |
263 +| Jorropo | 40 | +2913/-2112 | 205 |
264 +| Marten Seemann | 41 | +2926/-1833 | 163 |
265 +| Marco Munizaga | 20 | +1559/-586 | 81 |
266 | Prem Chaitanya Prathi | 1 | +757/-740 | 61 |
234 -| Jorropo | 20 | +639/-444 | 49 |
235 -| Marcin Rataj | 9 | +331/-194 | 20 |
267 +| Laurent Senta | 2 | +69/-1094 | 32 |
268 +| Marcin Rataj | 11 | +339/-198 | 22 |
269 +| Steven Allen | 2 | +313/-161 | 9 |
270 | Will | 2 | +118/-211 | 9 |
271 | Adin Schmahmann | 4 | +275/-41 | 8 |
272 +| Michael Muré | 1 | +113/-164 | 6 |
273 | Rod Vagg | 8 | +228/-46 | 28 |
274 +| Gus Eggert | 5 | +156/-93 | 21 |
275 | Adrian Sutton | 1 | +190/-17 | 4 |
276 | Hlib Kanunnikov | 3 | +139/-40 | 9 |
277 | VM | 2 | +80/-79 | 49 |
278 +| UnkwUsr | 1 | +0/-124 | 1 |
279 +| Piotr Galar | 4 | +51/-59 | 5 |
280 | web3-bot | 3 | +22/-46 | 4 |
281 | Will Scott | 2 | +29/-28 | 6 |
282 | Prithvi Shahi | 2 | +40/-7 | 2 |
245 -| Laurent Senta | 1 | +40/-4 | 2 |
283 | Brad Fitzpatrick | 1 | +42/-2 | 2 |
247 -| Piotr Galar | 3 | +16/-16 | 3 |
284 | Steve Loeppky | 1 | +6/-23 | 2 |
285 | Sahib Yar | 1 | +4/-4 | 3 |
286 | Russell Dempsey | 2 | +4/-2 | 2 |
287 | Mohamed MHAMDI | 1 | +3/-3 | 1 |
288 | Bryan White | 1 | +2/-2 | 1 |
289 | Dennis Trautwein | 1 | +1/-1 | 1 |
290 +| Antonio Navarro Perez | 1 | +0/-1 | 1 |
291 +