Skip to content

Commit bdf16c8

Browse files
authored
Merge pull request #103 from ipfs/release/v0.2.1
docs(CHANGELOG): update for 0.2.1
2 parents dd6fa45 + b73927e commit bdf16c8

File tree

1 file changed

+83
-68
lines changed

1 file changed

+83
-68
lines changed

CHANGELOG.md

+83-68
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,78 @@
11
# go-graphsync changelog
22

3-
# go-graphysnc 0.0.1-filecoin
3+
# go-graphsync 0.2.1
44

5-
Initial tagged release for early version of filecoin
6-
7-
### Changelog
8-
9-
Initial feature set including parallel requests, selectors, basic architecture,
10-
etc. -- changelog not tracked due to lack of go.mod
11-
12-
# go-graphsync 0.0.2
13-
14-
Bug fix release. Fix message sizes to not overflow limits.
5+
Compatibility fix for 0.2.0
156

167
### Changelog
178

189
- github.com/ipfs/go-graphsync:
19-
- Limit Response Size ([ipfs/go-graphsync#37](https://github.com/ipfs/go-graphsync/pull/37))
10+
- fix(metadata): fix cbor-gen (#98) ([ipfs/go-graphsync#98](https://github.com/ipfs/go-graphsync/pull/98))
2011

2112
### Contributors
2213

2314
| Contributor | Commits | Lines ± | Files Changed |
2415
|-------------|---------|---------|---------------|
25-
| hannahhoward | 2 | +295/-52 | 5 |
16+
| Hannah Howard | 1 | +12/-16 | 3 |
2617

27-
# go-graphsync 0.0.3
18+
# go-graphsync 0.2.0
2819

29-
Bug fix release. Fix issues issues with message queue.
20+
Update to IPLD prime + several optimizations for performance
3021

3122
### Changelog
3223

3324
- github.com/ipfs/go-graphsync:
34-
- fix(messagequeue): no retry after queue shutdown ([ipfs/go-graphsync#38](https://github.com/ipfs/go-graphsync/pull/38))
25+
- style(imports): fix imports
26+
- fix(selectorvalidator): memory optimization (#97) ([ipfs/go-graphsync#97](https://github.com/ipfs/go-graphsync/pull/97))
27+
- Update [email protected] (#92) ([ipfs/go-graphsync#92](https://github.com/ipfs/go-graphsync/pull/92))
28+
- refactor(metadata): use cbor-gen encoding (#96) ([ipfs/go-graphsync#96](https://github.com/ipfs/go-graphsync/pull/96))
29+
- Release/v0.1.2 ([ipfs/go-graphsync#95](https://github.com/ipfs/go-graphsync/pull/95))
30+
- Return Request context cancelled error (#93) ([ipfs/go-graphsync#93](https://github.com/ipfs/go-graphsync/pull/93))
31+
- feat(benchmarks): add p2p stress test (#91) ([ipfs/go-graphsync#91](https://github.com/ipfs/go-graphsync/pull/91))
32+
- github.com/hannahhoward/cbor-gen-for (null -> v0.0.0-20200817222906-ea96cece81f1):
33+
- add flag to select map encoding ([hannahhoward/cbor-gen-for#1](https://github.com/hannahhoward/cbor-gen-for/pull/1))
3534

3635
### Contributors
3736

3837
| Contributor | Commits | Lines ± | Files Changed |
3938
|-------------|---------|---------|---------------|
40-
| hannahhoward | 1 | +70/-1 | 2 |
41-
42-
# go-graphsync 0.0.4
39+
| Eric Myhre | 1 | +2919/-121 | 39 |
40+
| Hannah Howard | 3 | +412/-103 | 15 |
41+
| hannahhoward | 1 | +31/-31 | 7 |
42+
| whyrusleeping | 1 | +31/-18 | 2 |
43+
| Aarsh Shah | 1 | +27/-1 | 3 |
4344

44-
Initial release to incorporate into go-data-transfer module.
45+
# go-graphsync 0.1.2
4546

46-
Implements request authorization, request hooks, default valdiation policy, etc
47+
Minor release with initial benchmarks
4748

4849
### Changelog
4950

5051
- github.com/ipfs/go-graphsync:
51-
- Add DAG Protobuf Support ([ipfs/go-graphsync#51](https://github.com/ipfs/go-graphsync/pull/51))
52-
- Add response hooks ([ipfs/go-graphsync#50](https://github.com/ipfs/go-graphsync/pull/50))
53-
- Request hooks ([ipfs/go-graphsync#49](https://github.com/ipfs/go-graphsync/pull/49))
54-
- Add a default validation policy ([ipfs/go-graphsync#48](https://github.com/ipfs/go-graphsync/pull/48))
55-
- Send user extensions in request ([ipfs/go-graphsync#47](https://github.com/ipfs/go-graphsync/pull/47))
56-
- Revert "Merge pull request #44 from ipfs/chore/update-peertaskqueue"
57-
- Update peertaskqueue ([ipfs/go-graphsync#44](https://github.com/ipfs/go-graphsync/pull/44))
58-
- Refactor file organization ([ipfs/go-graphsync#43](https://github.com/ipfs/go-graphsync/pull/43))
59-
- feat(graphsync): support extension protocol ([ipfs/go-graphsync#42](https://github.com/ipfs/go-graphsync/pull/42))
60-
- Bump go-ipld-prime to 092ea9a7696d ([ipfs/go-graphsync#41](https://github.com/ipfs/go-graphsync/pull/41))
61-
- Fix some typo ([ipfs/go-graphsync#40](https://github.com/ipfs/go-graphsync/pull/40))
52+
- Benchmark framework + First memory fixes (#89) ([ipfs/go-graphsync#89](https://github.com/ipfs/go-graphsync/pull/89))
53+
- docs(CHANGELOG): update for v0.1.1 ([ipfs/go-graphsync#85](https://github.com/ipfs/go-graphsync/pull/85))
6254

6355
### Contributors
6456

6557
| Contributor | Commits | Lines ± | Files Changed |
6658
|-------------|---------|---------|---------------|
67-
| hannahhoward | 12 | +3040/-1516 | 103 |
68-
| Hannah Howard | 2 | +253/-321 | 3 |
69-
| Dirk McCormick | 1 | +47/-33 | 4 |
70-
| Edgar Lee | 1 | +36/-20 | 8 |
71-
| Alexey | 1 | +15/-15 | 1 |
59+
| Hannah Howard | 1 | +1055/-39 | 17 |
7260

73-
# go-graphsync v0.0.5
61+
# go-graphsync 0.1.1
7462

75-
Minor release -- update task queue and add some documentation
63+
Minor fix for alternate persistence stores and deduplication
7664

7765
### Changelog
7866

7967
- github.com/ipfs/go-graphsync:
80-
- feat: update the peer task queue ([ipfs/go-graphsync#54](https://github.com/ipfs/go-graphsync/pull/54))
81-
- docs(readme): document the storeutil package in the readme ([ipfs/go-graphsync#52](https://github.com/ipfs/go-graphsync/pull/52))
68+
- docs(CHANGELOG): update for v0.1.0 release ([ipfs/go-graphsync#84](https://github.com/ipfs/go-graphsync/pull/84))
69+
- Dedup by key extension (#83) ([ipfs/go-graphsync#83](https://github.com/ipfs/go-graphsync/pull/83))
8270

8371
### Contributors
8472

8573
| Contributor | Commits | Lines ± | Files Changed |
8674
|-------------|---------|---------|---------------|
87-
| Steven Allen | 2 | +68/-49 | 5 |
75+
| Hannah Howard | 1 | +316/-7 | 10 |
8876

8977
# go-graphsync v0.1.0
9078

@@ -131,64 +119,91 @@ Major release (we fell behind on creating tagged releases for a while) -- many a
131119
| hannahhoward | 13 | +1663/-1906 | 184 |
132120
| Hector Sanjuan | 2 | +95/-0 | 3 |
133121

134-
# go-graphsync 0.1.1
122+
# go-graphsync v0.0.5
135123

136-
Minor fix for alternate persistence stores and deduplication
124+
Minor release -- update task queue and add some documentation
137125

138126
### Changelog
139127

140128
- github.com/ipfs/go-graphsync:
141-
- docs(CHANGELOG): update for v0.1.0 release ([ipfs/go-graphsync#84](https://github.com/ipfs/go-graphsync/pull/84))
142-
- Dedup by key extension (#83) ([ipfs/go-graphsync#83](https://github.com/ipfs/go-graphsync/pull/83))
129+
- feat: update the peer task queue ([ipfs/go-graphsync#54](https://github.com/ipfs/go-graphsync/pull/54))
130+
- docs(readme): document the storeutil package in the readme ([ipfs/go-graphsync#52](https://github.com/ipfs/go-graphsync/pull/52))
143131

144132
### Contributors
145133

146134
| Contributor | Commits | Lines ± | Files Changed |
147135
|-------------|---------|---------|---------------|
148-
| Hannah Howard | 1 | +316/-7 | 10 |
136+
| Steven Allen | 2 | +68/-49 | 5 |
149137

150-
# go-graphsync 0.1.2
138+
# go-graphsync 0.0.4
151139

152-
Minor release with initial benchmarks
140+
Initial release to incorporate into go-data-transfer module.
141+
142+
Implements request authorization, request hooks, default valdiation policy, etc
153143

154144
### Changelog
155145

156146
- github.com/ipfs/go-graphsync:
157-
- Benchmark framework + First memory fixes (#89) ([ipfs/go-graphsync#89](https://github.com/ipfs/go-graphsync/pull/89))
158-
- docs(CHANGELOG): update for v0.1.1 ([ipfs/go-graphsync#85](https://github.com/ipfs/go-graphsync/pull/85))
147+
- Add DAG Protobuf Support ([ipfs/go-graphsync#51](https://github.com/ipfs/go-graphsync/pull/51))
148+
- Add response hooks ([ipfs/go-graphsync#50](https://github.com/ipfs/go-graphsync/pull/50))
149+
- Request hooks ([ipfs/go-graphsync#49](https://github.com/ipfs/go-graphsync/pull/49))
150+
- Add a default validation policy ([ipfs/go-graphsync#48](https://github.com/ipfs/go-graphsync/pull/48))
151+
- Send user extensions in request ([ipfs/go-graphsync#47](https://github.com/ipfs/go-graphsync/pull/47))
152+
- Revert "Merge pull request #44 from ipfs/chore/update-peertaskqueue"
153+
- Update peertaskqueue ([ipfs/go-graphsync#44](https://github.com/ipfs/go-graphsync/pull/44))
154+
- Refactor file organization ([ipfs/go-graphsync#43](https://github.com/ipfs/go-graphsync/pull/43))
155+
- feat(graphsync): support extension protocol ([ipfs/go-graphsync#42](https://github.com/ipfs/go-graphsync/pull/42))
156+
- Bump go-ipld-prime to 092ea9a7696d ([ipfs/go-graphsync#41](https://github.com/ipfs/go-graphsync/pull/41))
157+
- Fix some typo ([ipfs/go-graphsync#40](https://github.com/ipfs/go-graphsync/pull/40))
159158

160159
### Contributors
161160

162161
| Contributor | Commits | Lines ± | Files Changed |
163162
|-------------|---------|---------|---------------|
164-
| Hannah Howard | 1 | +1055/-39 | 17 |
163+
| hannahhoward | 12 | +3040/-1516 | 103 |
164+
| Hannah Howard | 2 | +253/-321 | 3 |
165+
| Dirk McCormick | 1 | +47/-33 | 4 |
166+
| Edgar Lee | 1 | +36/-20 | 8 |
167+
| Alexey | 1 | +15/-15 | 1 |
165168

166-
# go-graphsync 0.2.0
169+
# go-graphsync 0.0.3
167170

168-
Update to IPLD prime + several optimizations for performance
171+
Bug fix release. Fix issues issues with message queue.
169172

170173
### Changelog
171174

172175
- github.com/ipfs/go-graphsync:
173-
- style(imports): fix imports
174-
- fix(selectorvalidator): memory optimization (#97) ([ipfs/go-graphsync#97](https://github.com/ipfs/go-graphsync/pull/97))
175-
- Update [email protected] (#92) ([ipfs/go-graphsync#92](https://github.com/ipfs/go-graphsync/pull/92))
176-
- refactor(metadata): use cbor-gen encoding (#96) ([ipfs/go-graphsync#96](https://github.com/ipfs/go-graphsync/pull/96))
177-
- Release/v0.1.2 ([ipfs/go-graphsync#95](https://github.com/ipfs/go-graphsync/pull/95))
178-
- Return Request context cancelled error (#93) ([ipfs/go-graphsync#93](https://github.com/ipfs/go-graphsync/pull/93))
179-
- feat(benchmarks): add p2p stress test (#91) ([ipfs/go-graphsync#91](https://github.com/ipfs/go-graphsync/pull/91))
180-
- github.com/hannahhoward/cbor-gen-for (null -> v0.0.0-20200817222906-ea96cece81f1):
181-
- add flag to select map encoding ([hannahhoward/cbor-gen-for#1](https://github.com/hannahhoward/cbor-gen-for/pull/1))
176+
- fix(messagequeue): no retry after queue shutdown ([ipfs/go-graphsync#38](https://github.com/ipfs/go-graphsync/pull/38))
182177

183178
### Contributors
184179

185180
| Contributor | Commits | Lines ± | Files Changed |
186181
|-------------|---------|---------|---------------|
187-
| Eric Myhre | 1 | +2919/-121 | 39 |
188-
| Hannah Howard | 3 | +412/-103 | 15 |
189-
| hannahhoward | 1 | +31/-31 | 7 |
190-
| whyrusleeping | 1 | +31/-18 | 2 |
191-
| Aarsh Shah | 1 | +27/-1 | 3 |
182+
| hannahhoward | 1 | +70/-1 | 2 |
183+
184+
# go-graphsync 0.0.2
185+
186+
Bug fix release. Fix message sizes to not overflow limits.
187+
188+
### Changelog
189+
190+
- github.com/ipfs/go-graphsync:
191+
- Limit Response Size ([ipfs/go-graphsync#37](https://github.com/ipfs/go-graphsync/pull/37))
192+
193+
### Contributors
194+
195+
| Contributor | Commits | Lines ± | Files Changed |
196+
|-------------|---------|---------|---------------|
197+
| hannahhoward | 2 | +295/-52 | 5 |
198+
199+
# go-graphysnc 0.0.1-filecoin
200+
201+
Initial tagged release for early version of filecoin
202+
203+
### Changelog
204+
205+
Initial feature set including parallel requests, selectors, basic architecture,
206+
etc. -- changelog not tracked due to lack of go.mod
192207

193208
### 🙌🏽 Want to contribute?
194209

0 commit comments

Comments
 (0)