Skip to content

Releases: mediachain/concat

concat-v1.7

14 Mar 18:12
Compare
Choose a tag to compare

Release notes:

  • Added /import HTTP endpoint for merging a stream of existing signed statements (used for loading archives) [PR #135]

concat-v1.6

13 Feb 20:00
Compare
Choose a tag to compare

Release notes:

  • Directory extensions for manifest lookup [PR #125]
  • Peer discovery through DHT rendezvous [PR #128]
  • mcid usabililty improvements [PR #124]
  • Statement DB vacuum support [PR #130]
  • Misc fixes and improvements
    • version command for binaries [PR #122]
    • Add LIMIT clause to MCQL DELETE [PR #129]
    • Update rocksdb, disable concurrent memtable writing which is no longer supported with point lookup optimizations [PR #126]

concat-v1.5

17 Jan 16:18
Compare
Choose a tag to compare

Release notes:

concat-v1.4

19 Dec 15:28
Compare
Choose a tag to compare

Release notes:

  • Directory extensions for namespace listing [PR #101]
  • Multiple directories [PR #102]
  • Batch object retrieval api [PR #100]
  • Misc fixes and debugging
    • Fix build issues with gorocksdb [PR #96]
    • Net connection api, consistent handle formatting [PR #97]
    • Improved logging [PR #103]
    • Fix ticker lick in go-libp2p-kad-dht [PR #104]
    • Tune directory lookup timeouts for timely dht lookup fallback on directory failures [PR #105]

concat-v1.3.1

06 Dec 16:13
Compare
Choose a tag to compare

Release notes:

concat-v1.3

05 Dec 20:07
Compare
Choose a tag to compare

Release notes:

concat-v1.2

21 Nov 07:24
Compare
Choose a tag to compare

Release notes:

  • Push publishing for authorized peers [PR #82]
  • More robust public IP address detection [PR #84]
  • Multiaddr compatible peer handles [PR #79]
  • Improved peer lookup logic with libp2p-reported connectedness [PR #75]

concat-v1.1

04 Nov 14:12
Compare
Choose a tag to compare

Release Notes:

  • New directory: /ip4/52.7.126.237/tcp/9000/QmSdJVceFki4rDbcSrW7JTJZgU9so25Ko7oKHE97mGmkU6
  • Add a deps field to statement body in order to support object dependency merging [Issue #63]
  • Optimize data fetching in the merge protocol [Issue #44]
  • Support compound statement publication [Issue #62]
  • Implement user write locking in statement db, allow concurrent reads with long running queries [PR #73]
  • Add delay in the offline->public transition when NAT config is auto, allow port mapping to complete before directory registration [PR #72]
  • Automate binary builds for releases [Issue #56]

concat-v1.0

24 Oct 14:27
Compare
Choose a tag to compare

Concat v1.0: First release; baseline feature completeness.