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
11e2eda7
Commit
11e2eda7
authored
Mar 25, 2021
by
hannahhoward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(CHANGELOG): update for v0.8.0
parent
3d4728ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
2 deletions
+29
-2
CHANGELOG.md
CHANGELOG.md
+26
-0
message/pb/message.pb.go
message/pb/message.pb.go
+3
-2
No files found.
CHANGELOG.md
View file @
11e2eda7
# go-graphsync changelog
# go-graphsync 0.8.0
This release updates to the v0.9.0 branch of go-ipld-prime and adds a "trusted store" optimization that may produce important speed improvements.
It also includes several improvements to the internal testplan & updated
architecture docs.
### Changelog
-
github.com/ipfs/go-graphsync:
-
Update for LinkSystem (#161) (
[
ipfs/go-graphsync#161
](
https://github.com/ipfs/go-graphsync/pull/161
)
)
-
Round out diagnostic parameters (#157) (
[
ipfs/go-graphsync#157
](
https://github.com/ipfs/go-graphsync/pull/157
)
)
-
map response codes to names (#148) (
[
ipfs/go-graphsync#148
](
https://github.com/ipfs/go-graphsync/pull/148
)
)
-
Discard http output (#156) (
[
ipfs/go-graphsync#156
](
https://github.com/ipfs/go-graphsync/pull/156
)
)
-
Add debug logging (#121) (
[
ipfs/go-graphsync#121
](
https://github.com/ipfs/go-graphsync/pull/121
)
)
-
Add optional HTTP comparison (#153) (
[
ipfs/go-graphsync#153
](
https://github.com/ipfs/go-graphsync/pull/153
)
)
-
docs(architecture): update architecture docs (#154) (
[
ipfs/go-graphsync#154
](
https://github.com/ipfs/go-graphsync/pull/154
)
)
### Contributors
| Contributor | Commits | Lines ± | Files Changed |
|-------------|---------|---------|---------------|
| Hannah Howard | 5 | +885/-598 | 55 |
| dirkmc | 1 | +79/-50 | 2 |
| Aarsh Shah | 1 | +2/-6 | 2 |
# go-graphsync 0.7.0
This is a small release to update some dependencies. Importantly, it pulls in go-ipld-prime with
...
...
message/pb/message.pb.go
View file @
11e2eda7
...
...
@@ -7,12 +7,13 @@
package
graphsync_message_pb
import
(
reflect
"reflect"
sync
"sync"
_
"github.com/gogo/protobuf/gogoproto"
proto
"github.com/golang/protobuf/proto"
protoreflect
"google.golang.org/protobuf/reflect/protoreflect"
protoimpl
"google.golang.org/protobuf/runtime/protoimpl"
reflect
"reflect"
sync
"sync"
)
const
(
...
...
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