|
1 | 1 | # go-graphsync changelog
|
2 | 2 |
|
3 |
| -# go-graphysnc 0.0.1-filecoin |
| 3 | +# go-graphsync 0.2.1 |
4 | 4 |
|
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 |
15 | 6 |
|
16 | 7 | ### Changelog
|
17 | 8 |
|
18 | 9 | - 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)) |
20 | 11 |
|
21 | 12 | ### Contributors
|
22 | 13 |
|
23 | 14 | | Contributor | Commits | Lines ± | Files Changed |
|
24 | 15 | |-------------|---------|---------|---------------|
|
25 |
| -| hannahhoward | 2 | +295/-52 | 5 | |
| 16 | +| Hannah Howard | 1 | +12/-16 | 3 | |
26 | 17 |
|
27 |
| -# go-graphsync 0.0.3 |
| 18 | +# go-graphsync 0.2.0 |
28 | 19 |
|
29 |
| -Bug fix release. Fix issues issues with message queue. |
| 20 | +Update to IPLD prime + several optimizations for performance |
30 | 21 |
|
31 | 22 | ### Changelog
|
32 | 23 |
|
33 | 24 | - 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)) |
35 | 34 |
|
36 | 35 | ### Contributors
|
37 | 36 |
|
38 | 37 | | Contributor | Commits | Lines ± | Files Changed |
|
39 | 38 | |-------------|---------|---------|---------------|
|
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 | |
43 | 44 |
|
44 |
| -Initial release to incorporate into go-data-transfer module. |
| 45 | +# go-graphsync 0.1.2 |
45 | 46 |
|
46 |
| -Implements request authorization, request hooks, default valdiation policy, etc |
| 47 | +Minor release with initial benchmarks |
47 | 48 |
|
48 | 49 | ### Changelog
|
49 | 50 |
|
50 | 51 | - 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)) |
62 | 54 |
|
63 | 55 | ### Contributors
|
64 | 56 |
|
65 | 57 | | Contributor | Commits | Lines ± | Files Changed |
|
66 | 58 | |-------------|---------|---------|---------------|
|
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 | |
72 | 60 |
|
73 |
| -# go-graphsync v0.0.5 |
| 61 | +# go-graphsync 0.1.1 |
74 | 62 |
|
75 |
| -Minor release -- update task queue and add some documentation |
| 63 | +Minor fix for alternate persistence stores and deduplication |
76 | 64 |
|
77 | 65 | ### Changelog
|
78 | 66 |
|
79 | 67 | - 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)) |
82 | 70 |
|
83 | 71 | ### Contributors
|
84 | 72 |
|
85 | 73 | | Contributor | Commits | Lines ± | Files Changed |
|
86 | 74 | |-------------|---------|---------|---------------|
|
87 |
| -| Steven Allen | 2 | +68/-49 | 5 | |
| 75 | +| Hannah Howard | 1 | +316/-7 | 10 | |
88 | 76 |
|
89 | 77 | # go-graphsync v0.1.0
|
90 | 78 |
|
@@ -131,64 +119,91 @@ Major release (we fell behind on creating tagged releases for a while) -- many a
|
131 | 119 | | hannahhoward | 13 | +1663/-1906 | 184 |
|
132 | 120 | | Hector Sanjuan | 2 | +95/-0 | 3 |
|
133 | 121 |
|
134 |
| -# go-graphsync 0.1.1 |
| 122 | +# go-graphsync v0.0.5 |
135 | 123 |
|
136 |
| -Minor fix for alternate persistence stores and deduplication |
| 124 | +Minor release -- update task queue and add some documentation |
137 | 125 |
|
138 | 126 | ### Changelog
|
139 | 127 |
|
140 | 128 | - 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)) |
143 | 131 |
|
144 | 132 | ### Contributors
|
145 | 133 |
|
146 | 134 | | Contributor | Commits | Lines ± | Files Changed |
|
147 | 135 | |-------------|---------|---------|---------------|
|
148 |
| -| Hannah Howard | 1 | +316/-7 | 10 | |
| 136 | +| Steven Allen | 2 | +68/-49 | 5 | |
149 | 137 |
|
150 |
| -# go-graphsync 0.1.2 |
| 138 | +# go-graphsync 0.0.4 |
151 | 139 |
|
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 |
153 | 143 |
|
154 | 144 | ### Changelog
|
155 | 145 |
|
156 | 146 | - 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)) |
159 | 158 |
|
160 | 159 | ### Contributors
|
161 | 160 |
|
162 | 161 | | Contributor | Commits | Lines ± | Files Changed |
|
163 | 162 | |-------------|---------|---------|---------------|
|
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 | |
165 | 168 |
|
166 |
| -# go-graphsync 0.2.0 |
| 169 | +# go-graphsync 0.0.3 |
167 | 170 |
|
168 |
| -Update to IPLD prime + several optimizations for performance |
| 171 | +Bug fix release. Fix issues issues with message queue. |
169 | 172 |
|
170 | 173 | ### Changelog
|
171 | 174 |
|
172 | 175 | - 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)) |
182 | 177 |
|
183 | 178 | ### Contributors
|
184 | 179 |
|
185 | 180 | | Contributor | Commits | Lines ± | Files Changed |
|
186 | 181 | |-------------|---------|---------|---------------|
|
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 |
192 | 207 |
|
193 | 208 | ### 🙌🏽 Want to contribute?
|
194 | 209 |
|
|
0 commit comments