Skip to content

Commit

Permalink
docs: get ready for v0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorropo committed Aug 14, 2023
2 parents 54ac812 + 3f884d3 commit ea4bf38
Showing 1 changed file with 48 additions and 10 deletions.
58 changes: 48 additions & 10 deletions docs/changelogs/v0.22.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ This includes a breaking change to `ipfs id` and some of the `ipfs swarm` comman
<details><summary>Full Changelog</summary>

- github.com/ipfs/kubo:
- chore: change version to v0.22.0
- chore(misc/README.md): trim duplicated content
- Merge branch 'release-v0.21' back into master
- docs(readme): unofficial packages badge
- chore: remove sharness tests ported to conformance testing (#9999) ([ipfs/kubo#9999](https://github.com/ipfs/kubo/pull/9999))
- ci: switch from testing against js-ipfs to helia (#10042) ([ipfs/kubo#10042](https://github.com/ipfs/kubo/pull/10042))
- chore: merge release back into master
- chore: change orbitdb to haydenyoung EARLY_TESTERS
- Fix usage numbers
- chore: update early testers list (#9218) ([ipfs/kubo#9218](https://github.com/ipfs/kubo/pull/9218))
- docs: changelog v0.21 fixes (#10037) ([ipfs/kubo#10037](https://github.com/ipfs/kubo/pull/10037))
- refactor(ci): simplify Dockerfile and add docker image testing (#10021) ([ipfs/kubo#10021](https://github.com/ipfs/kubo/pull/10021))
- chore: update version
- fix(relay): apply user provider options
- libp2p: stop reporting ProtocolVersion
Expand Down Expand Up @@ -96,9 +108,25 @@ This includes a breaking change to `ipfs id` and some of the `ipfs swarm` comman
- chore(docs): typo http→https
- fix: more stable prometheus test (#9944) ([ipfs/kubo#9944](https://github.com/ipfs/kubo/pull/9944))
- ([ipfs/kubo#9937](https://github.com/ipfs/kubo/pull/9937))
- github.com/ipfs/boxo (v0.10.2-0.20230629143123-2d3edc552442 -> v0.11.0):
- github.com/ipfs/boxo (v0.10.3 -> v0.11.0):
- Release v0.11.0 ([ipfs/boxo#417](https://github.com/ipfs/boxo/pull/417))
- ([ipfs/boxo#401](https://github.com/ipfs/boxo/pull/401))
- github.com/ipfs/go-bitswap (null -> v0.11.0):
- chore: release v0.11.0
- chore: release v0.10.2
- fix: create a copy of the protocol slice in network.processSettings
- chore: release v0.10.1
- fix: incorrect type in the WithTracer polyfill option
- chore: fix incorrect log message when a bad option is passed
- chore: release v0.10.0
- chore: update go-libp2p v0.22.0
- chore: release v0.9.0
- feat: split client and server ([ipfs/go-bitswap#570](https://github.com/ipfs/go-bitswap/pull/570))
- chore: remove goprocess from blockstoremanager
- Don't add blocks to the datastore ([ipfs/go-bitswap#571](https://github.com/ipfs/go-bitswap/pull/571))
- Remove dependency on travis package from go-libp2p-testing ([ipfs/go-bitswap#569](https://github.com/ipfs/go-bitswap/pull/569))
- feat: add basic tracing (#562) ([ipfs/go-bitswap#562](https://github.com/ipfs/go-bitswap/pull/562))
- chore: release v0.7.0 (#566) ([ipfs/go-bitswap#566](https://github.com/ipfs/go-bitswap/pull/566))
- feat: coalesce and queue connection event handling (#565) ([ipfs/go-bitswap#565](https://github.com/ipfs/go-bitswap/pull/565))
- github.com/ipfs/go-merkledag (v0.10.0 -> v0.11.0):
- chore: update v0.11.0 (#106) ([ipfs/go-merkledag#106](https://github.com/ipfs/go-merkledag/pull/106))
- update merkeldag to use the explicit decoder registry (#104) ([ipfs/go-merkledag#104](https://github.com/ipfs/go-merkledag/pull/104))
Expand All @@ -116,7 +144,11 @@ This includes a breaking change to `ipfs id` and some of the `ipfs swarm` comman
- fix: tests should match stderr for verbose output
- fix: reading from stdin should broadcast EOF to block loaders
- refactor insertion index to be publicly accessible ([ipld/go-car#408](https://github.com/ipld/go-car/pull/408))
- github.com/libp2p/go-libp2p (v0.27.7 -> v0.29.0):
- github.com/libp2p/go-libp2p (v0.27.9 -> v0.29.2):
- release v0.29.2
- release v0.29.1
- swarm: don't open new streams over transient connections (#2450) ([libp2p/go-libp2p#2450](https://github.com/libp2p/go-libp2p/pull/2450))
- core/crypto: restrict RSA keys to <= 8192 bits (#2454) ([libp2p/go-libp2p#2454](https://github.com/libp2p/go-libp2p/pull/2454))
- Release version v0.29.0 (#2431) ([libp2p/go-libp2p#2431](https://github.com/libp2p/go-libp2p/pull/2431))
- webtransport: reject listening on a multiaddr with a certhash (#2426) ([libp2p/go-libp2p#2426](https://github.com/libp2p/go-libp2p/pull/2426))
- swarm: deprecate libp2p.DialRanker option (#2430) ([libp2p/go-libp2p#2430](https://github.com/libp2p/go-libp2p/pull/2430))
Expand Down Expand Up @@ -227,27 +259,33 @@ This includes a breaking change to `ipfs id` and some of the `ipfs swarm` comman
| Contributor | Commits | Lines ± | Files Changed |
|-------------|---------|---------|---------------|
| Henrique Dias | 14 | +3735/-17889 | 185 |
| Sukun | 27 | +5829/-957 | 98 |
| Marten Seemann | 39 | +2924/-1831 | 161 |
| Marco Munizaga | 17 | +1498/-580 | 76 |
| Sukun | 28 | +5910/-957 | 100 |
| Jorropo | 40 | +2913/-2112 | 205 |
| Marten Seemann | 41 | +2926/-1833 | 163 |
| Marco Munizaga | 20 | +1559/-586 | 81 |
| Prem Chaitanya Prathi | 1 | +757/-740 | 61 |
| Jorropo | 20 | +639/-444 | 49 |
| Marcin Rataj | 9 | +331/-194 | 20 |
| Laurent Senta | 2 | +69/-1094 | 32 |
| Marcin Rataj | 11 | +339/-198 | 22 |
| Steven Allen | 2 | +313/-161 | 9 |
| Will | 2 | +118/-211 | 9 |
| Adin Schmahmann | 4 | +275/-41 | 8 |
| Michael Muré | 1 | +113/-164 | 6 |
| Rod Vagg | 8 | +228/-46 | 28 |
| Gus Eggert | 5 | +156/-93 | 21 |
| Adrian Sutton | 1 | +190/-17 | 4 |
| Hlib Kanunnikov | 3 | +139/-40 | 9 |
| VM | 2 | +80/-79 | 49 |
| UnkwUsr | 1 | +0/-124 | 1 |
| Piotr Galar | 4 | +51/-59 | 5 |
| web3-bot | 3 | +22/-46 | 4 |
| Will Scott | 2 | +29/-28 | 6 |
| Prithvi Shahi | 2 | +40/-7 | 2 |
| Laurent Senta | 1 | +40/-4 | 2 |
| Brad Fitzpatrick | 1 | +42/-2 | 2 |
| Piotr Galar | 3 | +16/-16 | 3 |
| Steve Loeppky | 1 | +6/-23 | 2 |
| Sahib Yar | 1 | +4/-4 | 3 |
| Russell Dempsey | 2 | +4/-2 | 2 |
| Mohamed MHAMDI | 1 | +3/-3 | 1 |
| Bryan White | 1 | +2/-2 | 1 |
| Dennis Trautwein | 1 | +1/-1 | 1 |
| Antonio Navarro Perez | 1 | +0/-1 | 1 |

0 comments on commit ea4bf38

Please sign in to comment.