Skip to content

Release v1.0.0-rc.1

Compare
Choose a tag to compare
@fqutishat fqutishat released this 12 Apr 15:37
· 36 commits to main since this release
6eb6023

What's Changed

  • feat: Add did operations to document metadata by @sandrask in #613
  • feat: Add additional operations to Resolver and Operation Processor by @sandrask in #615
  • chore: Organize published/unpublished operations in metadata by @sandrask in #617
  • chore: Add operation decorator to document handler by @sandrask in #619
  • chore: Use batch flag during operation commitment assembling by @sandrask in #621
  • chore: Make functions for getting document transformation info public by @sandrask in #623
  • feat: Process additional operations for suffix in the next batch by @sandrask in #625
  • chore: Add support for multiple operations in unpublished store by @sandrask in #627
  • chore: Add metrics to ProcessOperation by @sandrask in #629
  • fix: Adding new operations don't wait for batch to be cut by @bstasyszyn in #630
  • chore: add metrics for create and resolve rest call by @fqutishat in #631
  • chore: change log msg from info to debug by @fqutishat in #632
  • chore: Do not accept DID operations after successful deactivate opera… by @sandrask in #634
  • feat: Allow update without published create operation by @sandrask in #636
  • feat: Add alternate sources for CAS files during Observer processing by @bstasyszyn in #638
  • chore: Add logging for alternate CAS sources by @bstasyszyn in #639
  • fix: Potential race condition in operation resolver by @bstasyszyn in #641
  • fix: Fix race condition in resolve by @bstasyszyn in #643
  • feat: Return the number of operations processed by @bstasyszyn in #644
  • feat: Resolve DID based on versionId by @sandrask in #646
  • feat: Resolve DID based on versionTime by @sandrask in #648
  • fix: Filter document metadata operations based on resolution options by @sandrask in #650
  • fix: Should not be able to specify both versionId and versionTime by @sandrask in #652
  • fix: Fix published operations in document metadata by @sandrask in #654
  • feat: add support for ed25519signature2020 by @fqutishat in #655
  • chore: support ed25519VerificationKey2020 by @fqutishat in #656
  • chore: add sonarcloud github action step by @fqutishat in #657
  • chore: fix upload code cov by @fqutishat in #658
  • chore: provide SONAR_TOKEN by @fqutishat in #659
  • chore: use SONAR_TOKEN by @fqutishat in #660
  • chore: remove sonar build name by @fqutishat in #661
  • chore: change sonar build name by @fqutishat in #662
  • chore: fix sonar name by @fqutishat in #663
  • feat: Add created and updated to document metadata during resolution by @sandrask in #665
  • chore: Fix propagating created by @sandrask in #667
  • chore: Remove "updated" for deactivated document by @sandrask in #669
  • chore: Return deactivate operation anchoring time in "updated" by @sandrask in #671
  • chore: Rename operationRequest to operation by @sandrask in #673

Full Changelog: v0.7.0...v1.0.0-rc.1