Skip to content

Commit 18ee3cb

Browse files
committed
docs(CHANGELOG): update for v0.14.3
1 parent e6813b3 commit 18ee3cb

File tree

2 files changed

+67
-1
lines changed

2 files changed

+67
-1
lines changed

CHANGELOG.md

+66
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,71 @@
11
# go-graphsync changelog
22

3+
# go-graphsync v0.14.3
4+
5+
Deps updates and a minor linksystem fix
6+
7+
### Changelog
8+
- github.com/ipfs/go-graphsync:
9+
- fix: wire up proper linksystem to traverser (#411) ([ipfs/go-graphsync#411](https://github.com/ipfs/go-graphsync/pull/411))
10+
- sync: update CI config files (#378) ([ipfs/go-graphsync#378](https://github.com/ipfs/go-graphsync/pull/378))
11+
- chore(deps): bump github.com/ipfs/go-unixfsnode from 1.4.0 to 1.5.2
12+
- chore(deps): bump github.com/ipfs/go-bitfield from 1.0.0 to 1.1.0
13+
- chore(deps): bump github.com/ipld/go-ipld-prime from 0.19.0 to 0.20.0
14+
- chore(deps): bump github.com/ipld/go-ipld-prime in /testplans/graphsync
15+
- chore(deps): bump github.com/ipld/go-ipld-prime from 0.19.0 to 0.20.0
16+
- chore(deps): bump github.com/ipld/go-ipld-prime from 0.18.0 to 0.19.0
17+
- chore: remove social links (#398) ([ipfs/go-graphsync#398](https://github.com/ipfs/go-graphsync/pull/398))
18+
- Removes `main` branch callout.
19+
20+
### Contributors
21+
22+
| Contributor | Commits | Lines ± | Files Changed |
23+
|-------------|---------|---------|---------------|
24+
| dependabot[bot] | 4 | +310/-139 | 8 |
25+
| Rod Vagg | 4 | +156/-117 | 6 |
26+
| web3-bot | 1 | +34/-28 | 7 |
27+
| Johnny | 1 | +0/-10 | 1 |
28+
29+
# go-graphsync v0.14.2
30+
31+
remove go-libp2p-core
32+
33+
### Changelog
34+
35+
- github.com/ipfs/go-graphsync:
36+
- release v0.14.2
37+
- chore: remove go-libp2p-core from go.mod (#401) ([ipfs/go-graphsync#401](https://github.com/ipfs/go-graphsync/pull/401))
38+
39+
### Contributors
40+
41+
| Contributor | Commits | Lines ± | Files Changed |
42+
|-------------|---------|---------|---------------|
43+
| Marten Seemann | 2 | +5/-9 | 5 |
44+
45+
# go-graphsync v0.14.1
46+
47+
deps updates
48+
49+
### Changelog
50+
51+
- github.com/ipfs/go-graphsync:
52+
- chore: version 0.14.1 (#400) ([ipfs/go-graphsync#400](https://github.com/ipfs/go-graphsync/pull/400))
53+
- chore: migrate files (#399) ([ipfs/go-graphsync#399](https://github.com/ipfs/go-graphsync/pull/399))
54+
- chore(deps): bump github.com/btcsuite/btcd in /testplans/graphsync
55+
- fix: mod tidy
56+
- chore(deps): bump github.com/ipld/go-codec-dagpb from 1.3.1 to 1.5.0
57+
- chore(deps): bump github.com/ipfs/go-merkledag from 0.5.1 to 0.8.1
58+
- chore(deps): bump github.com/ipfs/go-merkledag in /testplans/graphsync
59+
60+
### Contributors
61+
62+
| Contributor | Commits | Lines ± | Files Changed |
63+
|-------------|---------|---------|---------------|
64+
| Henrique Dias | 2 | +94/-114 | 8 |
65+
| dependabot[bot] | 4 | +32/-24 | 8 |
66+
| Rod Vagg | 1 | +3/-14 | 2 |
67+
68+
369
# go-graphsync v0.14.0
470

571
Change to request acceptance ordering, deprecation of protobuf protocol, and

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.14.2"
2+
"version": "v0.14.3"
33
}

0 commit comments

Comments
 (0)