File tree 2 files changed +26
-1
lines changed
2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
# go-graphsync changelog
2
2
3
+ # go-graphsync v0.13.2
4
+
5
+ Minor stability and depedency upgrade prior to future breaking library changes
6
+
7
+ ### Changelog
8
+
9
+ - github.com/ipfs/go-graphsync:
10
+ - chore(deps): upgrade libp2p & ipld-prime (#389 ) ([ ipfs/go-graphsync #389 ] ( https://github.com/ipfs/go-graphsync/pull/389 ) )
11
+ - Add .github/workflows/stale.yml
12
+ - chore(ipld): switch to using top-level ipld-prime codec helpers (#383 ) ([ ipfs/go-graphsync #383 ] ( https://github.com/ipfs/go-graphsync/pull/383 ) )
13
+ - feat(requestmanager): read request from context (#381 ) ([ ipfs/go-graphsync #381 ] ( https://github.com/ipfs/go-graphsync/pull/381 ) )
14
+ - fix: minor typo in error msg
15
+ - fix(panics): lift panic recovery up to top of network handling
16
+ - feat: expand use of panic handler to cover network and codec interaction
17
+ - feat(panics): capture panics from selector execution
18
+
19
+ ### Contributors
20
+
21
+ | Contributor | Commits | Lines ± | Files Changed |
22
+ | -------------| ---------| ---------| ---------------|
23
+ | Rod Vagg | 4 | +463/-445 | 50 |
24
+ | Hannah Howard | 2 | +246/-108 | 10 |
25
+ | hannahhoward | 1 | +116/-38 | 10 |
26
+ | ipfs-mgmt-read-write[ bot] | 1 | +26/-0 | 1 |
27
+
3
28
# go-graphsync v0.13.1
4
29
5
30
A few small stability updates for v0.13.0
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " v0.13.1 "
2
+ "version" : " v0.13.2 "
3
3
}
You can’t perform that action at this time.
0 commit comments