Skip to content

Commit

Permalink
Merge pull request #137 from mediachain/yn-release-1.7
Browse files Browse the repository at this point in the history
Release 1.7
  • Loading branch information
yusefnapora authored Mar 14, 2017
2 parents 077ebf5 + e226f49 commit 87051c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 14/3/2017: concat-v1.7
- Added `/import` HTTP endpoint for merging a stream of existing signed statements (used for loading archives) [[PR #135]](https://github.com/mediachain/concat/pull/135)

## 13/2/2017: concat-v1.6
- Directory extensions for manifest lookup [[PR #125]](https://github.com/mediachain/concat/pull/125)
- Peer discovery through DHT rendezvous [[PR #128]](https://github.com/mediachain/concat/pull/128)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ A REST API is provided for controlling the node. This is an administrative inter
* `GET /ping/{peerId}` -- ping! [DEPRECATED]
* `POST /publish/{namespace}` -- publish a batch of statements to the specified namespace
* `POST /publish/{namespace}/{combine}` -- publish a batch of statements with CompoundStatement grouping
* `POST /import` -- ingest a stream of json-encoded signed statements (e.g. from an archive)
* `GET /stmt/{statementId}` -- retrieve statement by statementId
* `POST /query` -- issue MCQL SELECT query on the local node
* `POST /query/{peerId}` -- issue MCQL SELECT query on a remote peer
Expand Down
2 changes: 1 addition & 1 deletion mc/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
p2p_id "github.com/libp2p/go-libp2p/p2p/protocol/identify"
)

const ConcatVersion = "1.6"
const ConcatVersion = "1.7"
const Libp2pVersion = "go-libp2p/4.3.1"

func SetLibp2pClient(prog string) {
Expand Down

0 comments on commit 87051c1

Please sign in to comment.