Skip to content

Commit cb0aa07

Browse files
committed
docs(CHANGELOG): update for v1.8.0
also add missing change logs, fix release log script
1 parent 11f7314 commit cb0aa07

File tree

2 files changed

+176
-1
lines changed

2 files changed

+176
-1
lines changed

CHANGELOG.md

Lines changed: 175 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,188 @@
11
# go-data-transfer changelog
22

3+
# go-data-transfer 1.8.0
4+
5+
Update graphsync to v0.9.0 with new Linksystem IPLD prime
6+
7+
### Changelog
8+
9+
- github.com/filecoin-project/go-data-transfer:
10+
- Update to unified go graphsync v0.9.0 (#246) ([filecoin-project/go-data-transfer#246](https://github.com/filecoin-project/go-data-transfer/pull/246))
11+
- github.com/ipfs/go-graphsync (v0.6.8 -> v0.9.0):
12+
- docs(CHANGELOG): update change log
13+
- feat(deps): update go-ipld-prime v0.12.0 (#206) ([ipfs/go-graphsync#206](https://github.com/ipfs/go-graphsync/pull/206))
14+
- fix(graphsync): make sure linkcontext is passed (#207) ([ipfs/go-graphsync#207](https://github.com/ipfs/go-graphsync/pull/207))
15+
- Merge final v0.6.x commit history, and 0.8.0 changelog (#205) ([ipfs/go-graphsync#205](https://github.com/ipfs/go-graphsync/pull/205))
16+
- Fix broken link to IPLD selector documentation (#189) ([ipfs/go-graphsync#189](https://github.com/ipfs/go-graphsync/pull/189))
17+
- fix: check errors before defering a close (#200) ([ipfs/go-graphsync#200](https://github.com/ipfs/go-graphsync/pull/200))
18+
- chore: fix checks (#197) ([ipfs/go-graphsync#197](https://github.com/ipfs/go-graphsync/pull/197))
19+
- Merge the v0.6.x commit history (#190) ([ipfs/go-graphsync#190](https://github.com/ipfs/go-graphsync/pull/190))
20+
- Ready for universal CI (#187) ([ipfs/go-graphsync#187](https://github.com/ipfs/go-graphsync/pull/187))
21+
- fix(requestmanager): pass through linksystem (#166) ([ipfs/go-graphsync#166](https://github.com/ipfs/go-graphsync/pull/166))
22+
- fix missing word in section title (#179) ([ipfs/go-graphsync#179](https://github.com/ipfs/go-graphsync/pull/179))
23+
- Update for LinkSystem (#161) ([ipfs/go-graphsync#161](https://github.com/ipfs/go-graphsync/pull/161))
24+
- Round out diagnostic parameters (#157) ([ipfs/go-graphsync#157](https://github.com/ipfs/go-graphsync/pull/157))
25+
- map response codes to names (#148) ([ipfs/go-graphsync#148](https://github.com/ipfs/go-graphsync/pull/148))
26+
- Discard http output (#156) ([ipfs/go-graphsync#156](https://github.com/ipfs/go-graphsync/pull/156))
27+
- Add debug logging (#121) ([ipfs/go-graphsync#121](https://github.com/ipfs/go-graphsync/pull/121))
28+
- Add optional HTTP comparison (#153) ([ipfs/go-graphsync#153](https://github.com/ipfs/go-graphsync/pull/153))
29+
- docs(architecture): update architecture docs (#154) ([ipfs/go-graphsync#154](https://github.com/ipfs/go-graphsync/pull/154))
30+
- release v0.7.0 ([ipfs/go-graphsync#152](https://github.com/ipfs/go-graphsync/pull/152))
31+
- chore: update deps (#151) ([ipfs/go-graphsync#151](https://github.com/ipfs/go-graphsync/pull/151))
32+
- Automatically record heap profiles in testplans (#147) ([ipfs/go-graphsync#147](https://github.com/ipfs/go-graphsync/pull/147))
33+
- feat(deps): update go-ipld-prime v0.7.0 (#145) ([ipfs/go-graphsync#145](https://github.com/ipfs/go-graphsync/pull/145))
34+
- Release/v0.6.0 ([ipfs/go-graphsync#144](https://github.com/ipfs/go-graphsync/pull/144))
35+
36+
### Contributors
37+
38+
| Contributor | Commits | Lines ± | Files Changed |
39+
|-------------|---------|---------|---------------|
40+
| Hannah Howard | 14 | +6397/-4620 | 188 |
41+
| Steven Allen | 4 | +135/-280 | 10 |
42+
| dirkmc | 1 | +79/-50 | 2 |
43+
| hannahhoward | 1 | +32/-0 | 1 |
44+
| Aarsh Shah | 1 | +2/-6 | 2 |
45+
| Masih H. Derkani | 1 | +1/-1 | 1 |
46+
| Ismail Khoffi | 1 | +1/-1 | 1 |
47+
48+
# go-data-transfer 1.7.8
49+
50+
Send cancels async
51+
52+
### Changelog
53+
- github.com/filecoin-project/go-data-transfer:
54+
- send cancel async (#245) ([filecoin-project/go-data-transfer#245](https://github.com/filecoin-project/go-data-transfer/pull/245))
55+
- release: v1.7.7 ([filecoin-project/go-data-transfer#242](https://github.com/filecoin-project/go-data-transfer/pull/242))
56+
57+
### Contributors
58+
59+
| Contributor | Commits | Lines ± | Files Changed |
60+
|-------------|---------|---------|---------------|
61+
| Aarsh Shah | 1 | +24/-17 | 2 |
62+
363
# go-data-transfer 1.7.7
464

565
Reduce logging in channel monitor
666

67+
### Changelog
68+
69+
- github.com/filecoin-project/go-data-transfer:
70+
- reduce channel monitor log verbosity (#241) ([filecoin-project/go-data-transfer#241](https://github.com/filecoin-project/go-data-transfer/pull/241))
71+
- release: v1.7.6 ([filecoin-project/go-data-transfer#239](https://github.com/filecoin-project/go-data-transfer/pull/239))
72+
73+
### Contributors
74+
75+
| Contributor | Commits | Lines ± | Files Changed |
76+
|-------------|---------|---------|---------------|
77+
| dirkmc | 1 | +41/-16 | 2 |
78+
| Dirk McCormick | 1 | +4/-0 | 1 |
79+
780
# go-data-transfer 1.7.6
881

982
Add some logging to graphsync transport
1083

84+
### Changelog
85+
86+
- github.com/filecoin-project/go-data-transfer:
87+
- feat: improve graphsync transport logging (#238) ([filecoin-project/go-data-transfer#238](https://github.com/filecoin-project/go-data-transfer/pull/238))
88+
89+
### Contributors
90+
91+
| Contributor | Commits | Lines ± | Files Changed |
92+
|-------------|---------|---------|---------------|
93+
| dirkmc | 1 | +15/-8 | 1 |
94+
| Dirk McCormick | 1 | +4/-0 | 1 |
95+
96+
# go-data-transfer 1.7.5
97+
98+
Add logging to completion flow
99+
100+
### Changelog
101+
102+
- github.com/filecoin-project/go-data-transfer:
103+
- Log completion message flow (#236) ([filecoin-project/go-data-transfer#236](https://github.com/filecoin-project/go-data-transfer/pull/236))
104+
105+
### Contributors
106+
107+
| Contributor | Commits | Lines ± | Files Changed |
108+
|-------------|---------|---------|---------------|
109+
| Aarsh Shah | 1 | +13/-4 | 1 |
110+
111+
# go-data-transfer 1.7.4
112+
113+
Various small fixes
114+
115+
### Changelog
116+
117+
- github.com/filecoin-project/go-data-transfer:
118+
- Handle data-sent and data-queued events in the TransferFinished state (#233) ([filecoin-project/go-data-transfer#233](https://github.com/filecoin-project/go-data-transfer/pull/233))
119+
- Log closing of completion channel (#232) ([filecoin-project/go-data-transfer#232](https://github.com/filecoin-project/go-data-transfer/pull/232))
120+
- fix log statement. (#230) ([filecoin-project/go-data-transfer#230](https://github.com/filecoin-project/go-data-transfer/pull/230))
121+
122+
### Contributors
123+
124+
| Contributor | Commits | Lines ± | Files Changed |
125+
|-------------|---------|---------|---------------|
126+
| Aarsh Shah | 2 | +55/-10 | 4 |
127+
| raulk | 1 | +1/-1 | 1 |
128+
129+
# go-data-transfer 1.7.3
130+
131+
Update graphsync and simplify cancel logic
132+
133+
### Changelog
134+
135+
- github.com/filecoin-project/go-data-transfer:
136+
- Simplify graphsync cancel (#229) ([filecoin-project/go-data-transfer#229](https://github.com/filecoin-project/go-data-transfer/pull/229))
137+
- github.com/ipfs/go-graphsync (v0.6.4 -> v0.6.8):
138+
- release: 0.6.8
139+
- refactor: replace particular request not found errors with public error (#188) ([ipfs/go-graphsync#188](https://github.com/ipfs/go-graphsync/pull/188))
140+
- fix(responsemanager): fix error codes (#182) ([ipfs/go-graphsync#182](https://github.com/ipfs/go-graphsync/pull/182))
141+
- Add cancel request and wait function (#185) ([ipfs/go-graphsync#185](https://github.com/ipfs/go-graphsync/pull/185))
142+
- feat(requestmanager): add request timing (#181) ([ipfs/go-graphsync#181](https://github.com/ipfs/go-graphsync/pull/181))
143+
- Resolve 175 race condition, no change to hook timing (#178) ([ipfs/go-graphsync#178](https://github.com/ipfs/go-graphsync/pull/178))
144+
- release: v0.6.4 ([ipfs/go-graphsync#174](https://github.com/ipfs/go-graphsync/pull/174))
145+
146+
# go-data-transfer 1.7.2
147+
148+
More logging
149+
150+
### Changelog
151+
152+
- github.com/filecoin-project/go-data-transfer:
153+
- More data transfer logging (#226) ([filecoin-project/go-data-transfer#226](https://github.com/filecoin-project/go-data-transfer/pull/226))
154+
155+
### Contributors
156+
157+
| Contributor | Commits | Lines ± | Files Changed |
158+
|-------------|---------|---------|---------------|
159+
| Aarsh Shah | 1 | +5/-0 | 2 |
160+
161+
# go-data-transfer v1.7.1
162+
163+
Improve graphsync logging
164+
165+
### Changelog
166+
167+
- github.com/filecoin-project/go-data-transfer:
168+
- feat(graphsync): improve logging (#225) ([filecoin-project/go-data-transfer#225](https://github.com/filecoin-project/go-data-transfer/pull/225))
169+
- release: v1.7.0 ([filecoin-project/go-data-transfer#222](https://github.com/filecoin-project/go-data-transfer/pull/222))
170+
171+
### Contributors
172+
173+
| Contributor | Commits | Lines ± | Files Changed |
174+
|-------------|---------|---------|---------------|
175+
| Hannah Howard | 1 | +4/-2 | 2 |
176+
177+
### Contributors
178+
179+
| Contributor | Commits | Lines ± | Files Changed |
180+
|-------------|---------|---------|---------------|
181+
| Hannah Howard | 4 | +462/-256 | 26 |
182+
| dirkmc | 2 | +149/-113 | 13 |
183+
| hannahhoward | 1 | +81/-11 | 6 |
184+
185+
11186
# go-data-transfer 1.7.0
12187

13188
Fire transfer queued event when transfer is queued in graphsync

scripts/mkreleaselog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ indent() {
140140
}
141141

142142
mod_deps() {
143-
go list -json -m all | jq 'select(.Version != null)'
143+
go list -mod=mod -json -m all | jq 'select(.Version != null)'
144144
}
145145

146146
ensure() {

0 commit comments

Comments
 (0)