Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-graphsync
Commits
a2f45a0b
Commit
a2f45a0b
authored
Oct 27, 2020
by
hannahhoward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(CHANGELOG): update for v0.4.0
parent
fd850e71
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
2 deletions
+22
-2
CHANGELOG.md
CHANGELOG.md
+19
-0
responsemanager/allocator/allocator_test.go
responsemanager/allocator/allocator_test.go
+3
-2
No files found.
CHANGELOG.md
View file @
a2f45a0b
# go-graphsync changelog
# go-graphsync 0.4.0
Feature release - add memory backpressure to responses to minimize extra memory usage
### Changelog
-
github.com/ipfs/go-graphsync:
-
docs(CHANGELOG): update for 0.3.1 (
[
ipfs/go-graphsync#112
](
https://github.com/ipfs/go-graphsync/pull/112
)
)
-
Update ipld-prime (#111) (
[
ipfs/go-graphsync#111
](
https://github.com/ipfs/go-graphsync/pull/111
)
)
-
Add allocator for memory backpressure (#108) (
[
ipfs/go-graphsync#108
](
https://github.com/ipfs/go-graphsync/pull/108
)
)
-
Shutdown notifications go routines (#109) (
[
ipfs/go-graphsync#109
](
https://github.com/ipfs/go-graphsync/pull/109
)
)
### Contributors
| Contributor | Commits | Lines ± | Files Changed |
|-------------|---------|---------|---------------|
| Hannah Howard | 3 | +724/-83 | 18 |
# go-graphsync 0.3.1
Security fix -- switch to google protobufs
...
...
responsemanager/allocator/allocator_test.go
View file @
a2f45a0b
...
...
@@ -3,11 +3,12 @@ package allocator_test
import
(
"testing"
"github.com/ipfs/go-graphsync/responsemanager/allocator"
"github.com/ipfs/go-graphsync/testutil"
"github.com/libp2p/go-libp2p-core/peer"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/ipfs/go-graphsync/responsemanager/allocator"
"github.com/ipfs/go-graphsync/testutil"
)
func
TestAllocator
(
t
*
testing
.
T
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment