Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Releases: hyperledger-archives/aries-framework-go-ext

Release v1.0.0-rc4

15 Nov 16:14
12fe918
Compare
Choose a tag to compare

What's Changed

Full Changelog: component/vdr/orb/v1.0.0-rc3...component/vdr/orb/v1.0.0-rc4

Release v1.0.0-rc.3

26 Aug 15:55
6f32ad2
Compare
Choose a tag to compare

What's Changed

Full Changelog: component/vdr/orb/v1.0.0-rc2...component/vdr/orb/v1.0.0-rc3

Release v1.0.0-rc2

23 Jun 13:04
26bccf9
Compare
Choose a tag to compare

What's Changed

  • fix: MongoDB provider GetStoreConfig returning ErrStoreNotFound by @DRK3 in #242
  • feat: Ping methods for MongoDB, CouchDB, and PostgreSQL by @DRK3 in #243
  • chore: update to latest aries by @fqutishat in #244
  • chore: update to latest sidetree by @fqutishat in #245
  • feat: Direct JSON storage and custom indexing and querying for MongoDB by @DRK3 in #246
  • fix: MongoDB update and PutAsJSON issues by @DRK3 in #247
  • feat: Added find options to MongoDB CustomQuery method by @DRK3 in #248
  • feat: Changes to MongoDB custom method parameters by @DRK3 in #249
  • chore: update to latest aries for sidetree vdr by @fqutishat in #250
  • fix: sidetree vdr serivce endpoint logic by @fqutishat in #252
  • chore: update to latest aries for vdr orb by @fqutishat in #251
  • fix: routing keys in vdr orb by @fqutishat in #253
  • chore: update sidetree vdr in orb vdr by @fqutishat in #254
  • chore: add accept to service request for orb vdr by @fqutishat in #255
  • chore: update to latest sidetree vdr by @fqutishat in #256
  • chore: update to latest orb image by @fqutishat in #257
  • chore: update to latest aries by @fqutishat in #258
  • feat: Added GetBulkAsRawMap function to the MongoDB API by @bstasyszyn in #259
  • chore: Return an interface from QueryCustom instead of struct by @bstasyszyn in #260
  • fix: Use tags prefix only if not using raw JSON by @bstasyszyn in #261
  • feat: MongoDB BulkWrite, multiple index creation, and doc helper func by @DRK3 in #263
  • feat: Remove MongoDB BatchAsJSON method by @DRK3 in #264
  • chore: update sidetree-core-go in sidetree vdr by @aholovko in #266
  • chore: update to latest orb and vct by @fqutishat in #267

Full Changelog: component/vdr/orb/v1.0.0-rc.1...component/vdr/orb/v1.0.0-rc2

Release v1.0.0-rc.1

12 Apr 20:19
221d3cc
Compare
Choose a tag to compare

What's Changed

  • Add basic settings file by @ryjones in #1
  • feat: Adds global checks by @soluchok in #5
  • ci: Adds codecov.yaml file by @soluchok in #8
  • feat: Adds MySQL storage implementation by @soluchok in #6
  • feat: Adds Couchdb storage implementation by @soluchok in #7
  • test: Common test package for storage by @soluchok in #11
  • test: Adds common tests (couchdb, mysql) by @soluchok in #10
  • refactor: Enables testpackage and nlreturn linters by @soluchok in #13
  • chore: Update aries-framework-go dependency by @DRK3 in #15
  • feat: Adds MongoDB storage implementation. by @pfeairheller in #17
  • chore: Updates Codecov by @soluchok in #29
  • refactor: MySQL uses now own errors by @soluchok in #32
  • issue: Fix mongodb storage driver tests by @pfeairheller in #33
  • feat: Adds AMQP Inbound Transport by @pfeairheller in #16
  • feat: Trustbloc DID method support by @soluchok in #35
  • Feature: An Implementation of VDR for resolving DIDs against an Indy ledger by @pfeairheller in #34
  • fix: Lint script not working with modules with local import replace by @DRK3 in #39
  • BUG: Fix Makefile so lint runs locally by @pfeairheller in #42
  • feat: Add sidetree client by @fqutishat in #37
  • chore: add vdr-sidetree workflow by @fqutishat in #43
  • feat: Partial CouchDB implementation of new storage interface by @DRK3 in #41
  • feat: Query method for new CouchDB storage implementation by @DRK3 in #47
  • feat: GetBulk method for new CouchDB storage implementation by @DRK3 in #49
  • feat: Batch method for new CouchDB storage implementation by @DRK3 in #51
  • chore: Use DocResolution from aries did package by @fqutishat in #52
  • chore: remove project codecov status check by @troyronda in #53
  • chore: prepare codecov settings split by @troyronda in #54
  • fix: GetPublicKeyJWK bug by @fqutishat in #56
  • chore: updare aries revision by @fqutishat in #57
  • chore: Add WithRecoveryCommitment and WithUpdateCommitment by @fqutishat in #59
  • chore: move vdr trustbloc from trustbloc-did-method by @fqutishat in #60
  • chore: Support adding sidetree purposes by @fqutishat in #61
  • fix: Load genesis files in trustbloc vdr initialization by @Moopli in #62
  • chore: Add repolint by @troyronda in #63
  • fix: Unable to retrieve certain keys - new CouchDB store implementation by @DRK3 in #64
  • feat: Update CouchDB implementation based on latest Aries dependencies by @DRK3 in #66
  • feat: Partial MySQL implementation of new storage interface by @DRK3 in #68
  • feat: Update aries-framework-go, only use new storage interface now by @DRK3 in #70
  • fix: CouchDB and MySQL storage Go module paths by @DRK3 in #71
  • chore: Updates aries revision by @soluchok in #72
  • fix: CouchDB documents don't store if key was previously deleted by @DRK3 in #73
  • feat: MySQL implementation of interface methods needed by Aries agent by @DRK3 in #74
  • fix: MySQL provider "store not found" errors when prefix is used by @DRK3 in #75
  • chore: update sidetree-core by @sandrask in #77
  • fix: MySQL not storing binary data correctly by @DRK3 in #82
  • fix: Binary data not storing correctly with CouchDB storage provider by @DRK3 in #83
  • chore: Update Aries dependencies to v0.1.6 by @DRK3 in #84
  • chore: go mod tidy for vdr trusbloc by @fqutishat in #85
  • chore: Update common storage test suite version by @DRK3 in #86
  • feat: Improvements to CouchDB document storage by @DRK3 in #87
  • chore: remove kms from create trustbloc vdr by @fqutishat in #89
  • test: add bdd test for trutbloc vdr by @fqutishat in #92
  • feat: add basic orb vdr by @fqutishat in #93
  • fix: Prevent storage of invalid tag names, update storage tests commit by @DRK3 in #94
  • feat: add AnchorOrigin to sidetree request (create,recover) by @fqutishat in #96
  • test: add basic bdd test for orb vdr by @fqutishat in #95
  • feat: use aries jwk for sidetree client by @fqutishat in #98
  • test: add bdd test for orb vdr (update, recover, deactivate) by @fqutishat in #97
  • chore: update trustbloc vdr to use latest aries by @fqutishat in #99
  • feat: add discovery domain for orb vdr by @fqutishat in #100
  • fix: remove hardcoded operation in url by @fqutishat in #101
  • test: add bdd test for vdr orb discovery by @fqutishat in #102
  • feat: add Shared Resolution Domain validation by @fqutishat in #103
  • fix: send empty body for GET by @fqutishat in #104
  • feat: CouchDB provider support for query sorting and initial page by @DRK3 in #105
  • chore: update afgo, go version to 1.16 where necessary, and golangci-lint by @Moopli in #106
  • feat: Index creation retries and better logging by @DRK3 in #107
  • chore: update to latest orb by @fqutishat in #108
  • feat: mysql Batch() by @llorllale in #110
  • fix: mysql batch by @llorllale in #111
  • fix: fix trustbloc vdr client to work with recent changes to sidetree client by @Moopli in #112
  • chore: orb - preload JSONLD contexts by @llorllale in #113
  • chore: update latest AFG by @Baha-sk in #114
  • chore: update to orb v0.1 by @fqutishat in #115
  • fix: get resolution endpoints from configure domain by @fqutishat in #116
  • chore: update to latest aries by @Moopli in #117
  • chore: update orb revision by @fqutishat in #118
  • chore: update afgo version by @Moopli in #119
  • fix: orb vdr docs by @fqutishat in #120
  • chore: update to latest orb by @fqutishat in #125
  • chore: u...
Read more

Release Orb VDR 0.1.0

05 May 17:35
e11f0d1
Compare
Choose a tag to compare
chore: update to orb v0.1

Signed-off-by: Firas Qutishat <firas.qutishat@securekey.com>