Skip to content

Commit

Permalink
Merge pull request #7153 from gyuho/cap
Browse files Browse the repository at this point in the history
etcdserver/api, rafthttp: add version v3.2
  • Loading branch information
gyuho committed Jan 13, 2017
2 parents a8cc113 + fa9a784 commit 4730bdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions etcdserver/api/capability.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ var (
"2.3.0": {AuthCapability: true},
"3.0.0": {AuthCapability: true, V3rpcCapability: true},
"3.1.0": {AuthCapability: true, V3rpcCapability: true},
"3.2.0": {AuthCapability: true, V3rpcCapability: true},
}

enableMapMu sync.RWMutex
Expand Down
1 change: 1 addition & 0 deletions rafthttp/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ var (
"2.3.0": {streamTypeMsgAppV2, streamTypeMessage},
"3.0.0": {streamTypeMsgAppV2, streamTypeMessage},
"3.1.0": {streamTypeMsgAppV2, streamTypeMessage},
"3.2.0": {streamTypeMsgAppV2, streamTypeMessage},
}
)

Expand Down

0 comments on commit 4730bdd

Please sign in to comment.