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
e7e42945
Commit
e7e42945
authored
Oct 20, 2020
by
hannahhoward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(CHANGELOG): update for 0.3.1
parent
536970d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
+19
-2
CHANGELOG.md
CHANGELOG.md
+16
-0
message/pb/message.pb.go
message/pb/message.pb.go
+3
-2
No files found.
CHANGELOG.md
View file @
e7e42945
# go-graphsync changelog
# go-graphsync 0.3.1
Security fix -- switch to google protobufs
### Changelog
-
github.com/ipfs/go-graphsync:
-
Switch to google protobuf generator (#105) (
[
ipfs/go-graphsync#105
](
https://github.com/ipfs/go-graphsync/pull/105
)
)
-
feat(CHANGELOG): update for 0.3.0 (
[
ipfs/go-graphsync#104
](
https://github.com/ipfs/go-graphsync/pull/104
)
)
### Contributors
| Contributor | Commits | Lines ± | Files Changed |
|-------------|---------|---------|---------------|
| Hannah Howard | 1 | +472/-1553 | 8 |
# go-graphsync 0.3.0
Significant updates allow for:
...
...
message/pb/message.pb.go
View file @
e7e42945
...
...
@@ -7,11 +7,12 @@
package
graphsync_message_pb
import
(
reflect
"reflect"
sync
"sync"
_
"github.com/gogo/protobuf/gogoproto"
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