Skip to content

Releases: trustbloc/orb

Release v1.0.0

14 Jul 15:14
18f4c07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-rc7...v1.0.0

Release v1.0.0-rc7

08 Jun 19:22
1cedb67
Compare
Choose a tag to compare

This release addresses a number of scalability and performance issues.

What's Changed

Full Changelog: v1.0.0-rc6...v1.0.0-rc7

Release v1.0.0-rc6

10 May 13:55
cfe12d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-rc5...v1.0.0-rc6

Release v1.0.0-rc5

24 Apr 15:18
18970d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-rc4...v1.0.0-rc5

Release v1.0.0-rc4

12 Nov 10:29
c9c25b2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0-rc3...v1.0.0-rc4

Release v1.0.0-rc3

26 Aug 13:40
69400f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-rc2...v1.0.0-rc3

Release v1.0.0-rc2

23 Jun 12:31
752c7d5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0-rc.1...v1.0.0-rc2

Release v1.0.0-rc.1

12 Apr 18:42
a60cc9c
Compare
Choose a tag to compare

What's Changed

  • chore: remove measure for read method in stress test by @fqutishat in #778
  • chore: Add published/unpublished operations to metadata by @sandrask in #776
  • fix: Return HTTP 400 for missing ID in request by @bstasyszyn in #779
  • feat: Return alternate links in WebFinger for DID and CAS by @bstasyszyn in #781
  • fix: Return the canonical DID in a WebFinger query by @bstasyszyn in #782
  • feat: Handle 'Undo' Like activity by @bstasyszyn in #783
  • chore: Use alternate relation instead of working-copy for WebFinger CAS query by @bstasyszyn in #785
  • feat: JSON-LD context providers support by @aholovko in #786
  • fix: Post one "Like" activity with multiple URIs in "to" field by @bstasyszyn in #787
  • feat: Add authentication wrapper for checking tokens or signatures by @sandrask in #789
  • feat: Add remote resolver by @sandrask in #791
  • feat: Add an option for resolution from anchor origin by @sandrask in #793
  • feat: Add unpublished operations from anchor origin during resolution by @sandrask in #796
  • feat: Add published operations from anchor origin during resolution by @sandrask in #799
  • feat: NodeInfo memory usage optimization when using MongoDB by @DRK3 in #800
  • refactor: Support the AnchorEvent model in latest spec by @bstasyszyn in #801
  • feat: Use AMQP subscriber pool for Observer by @bstasyszyn in #804
  • feat: Database timeout flag by @DRK3 in #805
  • feat: Verify that we have latest did information before accepting did… by @sandrask in #809
  • chore: Add support for IPFS hint in did discovery by @sandrask in #814
  • feat: Expire unpublished operations by @DRK3 in #807
  • feat: Add "generator" field to AnchorObject by @bstasyszyn in #815
  • chore: Check document and commitments for equality instead of full re… by @sandrask in #817
  • feat: Parameters for unpublished op lifespan and expiry service interval by @DRK3 in #818
  • fix: Fix resource id for non-create operations by @sandrask in #820
  • chore: make anchor credential param optional and add default value by @fqutishat in #821
  • chore: Make previous anchors list instead of map by @sandrask in #823
  • feat: Configure TLS in HTTP client by @fqutishat in #825
  • feat: Only run one DB expiry check per cluster at a time by @DRK3 in #824
  • feat: Add verifiable credential store by @sandrask in #828
  • feat: Verifiable Credential REST by @sandrask in #829
  • chore: Update the contexts for the credential document by @fqutishat in #832
  • fix: Add signature validation for VC before processing Sidetree batches by @sandrask in #833
  • chore: Delete anchor event upon witnessing by @sandrask in #834
  • test: Add BDD test for unpublished operation store expiry by @DRK3 in #836
  • feat: Removal of Orb ID by @DRK3 in #837
  • fix: Some expiry service unit tests failing intermittently by @DRK3 in #838
  • chore: Add bdd test for VC REST by @sandrask in #839
  • fix: Intermittent BDD test failure by @DRK3 in #843
  • feat: Move witness to separate attachment in AnchorEvent by @bstasyszyn in #844
  • chore: Add ability to issue operation requests with previous commitments by @sandrask in #845
  • chore: Rename AnchorEvent property 'anchors' to 'index' by @bstasyszyn in #846
  • feat: Add expiry to VC status store by @sandrask in #848
  • chore: Rename vcID to anchorID in anchor witness store by @sandrask in #850
  • feat: Add expiry to anchor witness store by @sandrask in #853
  • feat: MQ redelivery with backoff and maximum attempts by @bstasyszyn in #851
  • feat: Add handler to expiry service by @sandrask in #855
  • feat: Reuse AMQP connections for multiple publishers/subscribers by @bstasyszyn in #860
  • chore: Refactor batch writer witness collection by @sandrask in #862
  • chore: Move proof and policy packages under new witness package by @sandrask in #864
  • feat: Implement "accept list" authorization handlers for "Follow" and "Invite" witness by @bstasyszyn in #867
  • feat: Added 'accept list' management command to orb-cli by @bstasyszyn in #870
  • feat: Select minimum number of witnesses based on policy by @sandrask in #868
  • chore: Optimize selection of system and batch witnesses by @sandrask in #871
  • chore: update stress test by @fqutishat in #875
  • chore: update stress test by @fqutishat in #876
  • chore: update stress test by @fqutishat in #877
  • chore: update stress test by @fqutishat in #878
  • chore: update stress test by @fqutishat in #879
  • chore: update stress test by @fqutishat in #880
  • chore: Update MongoDB storage provider to latest version by @DRK3 in #881
  • chore: Update MongoDB storage provider to latest version by @DRK3 in #884
  • chore: add DB batch metric by @fqutishat in #885
  • fix: Use local knowledge for DID anchor domain for resolution from anchor origin by @sandrask in #883
  • chore: Add extra logging for policy selection error by @sandrask in #888
  • chore: add InsecureSkipVerify for enableDevMode by @fqutishat in #889
  • feat: Add client for verifying resolution response by @sandrask in #894
  • chore: Rename orb client to anchor origin provider by @sandrask in #897
  • refactor: Created generic task scheduling service. by @bstasyszyn in #900
  • chore: Add negative BDD test for resolution verifier by @sandrask in #899
  • feat: Add activities iterator to ActivityPub client by @bstasyszyn in #903
  • chore: Added a sort order parameter to activities handler by @bstasyszyn in #905
  • feat: configure http dial and request timeout by @fqutishat in #895
  • fix: get batch metric by @fqutishat in #907
  • chore: fix lint by @fqutishat in #908
  • feat: Ensure parent anchor events are processed by @bstasyszyn in #909
  • chore: Add webfinger for VCT by @sandrask in #910
  • fix: Create document store should return id with hint (if requested) by @sandrask in #914
  • feat: On-boarding and recovery of an Orb domain by @bstasyszyn in #918
  • fix: resolve metric by @fqutishat in #923
  • feat: Periodically update permit timestamp for long running tasks by @bstasyszyn in #921
  • chore: Add BDD test for consecutive updates by @sandrask in #920
  • chore: Reuse existing storage provider for ActivityPub by @bstasyszyn in #924
  • feat: MongoDB batch call speed optimization by @DRK3 in #922
  • feat: Use Task Manager for VCT monitoring by @bstasyszyn in #927
  • feat: Add support for multiple operations per suffix in unpublished operation store by @sandrask in #928
  • chore: update afgo version by @vkubiv in #925
  • chore: update stress test by @fqutishat in #929
  • chore: update stress test by @fqutishat in #930
  • fix: Add index to unpublished operation store by @sandrask in #932
  • chore: update stress test by @fqutishat in https://github.com/trustbloc/orb/pu...
Read more

Release 0.1.3

15 Sep 15:13
0a6bd78
Compare
Choose a tag to compare
Merge pull request #773 from fqutishat/update

chore: update to release versions

Release 0.1.2

09 Jul 11:23
b1a2f80
Compare
Choose a tag to compare
Merge pull request #571 from fqutishat/update

chore: update to vct 0.1.2 release