Skip to content

Releases: credebl/credo-controller

v2.0.3

16 Jun 10:52
679ffa8
Compare
Choose a tag to compare

What's Changed

This minor release has new methods for signing w3c credential as well as raw data.

Features

Full Changelog: v2.0.2...v2.0.3

v2.0.2

30 Apr 14:03
3b83e49
Compare
Choose a tag to compare

Release summary

This release introduces a new FEATURE-REQUEST.yml template to standardize feature requests and improve the collaborative process. Additionally, changes from the QA environment have been merged into the Main branch to ensure the latest updates are aligned.

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

28 Mar 14:36
6da68eb
Compare
Choose a tag to compare

What's New?

Automated Docker Image Build & Push

Added a GitHub Actions workflow to build and push Docker images for credo-controller.
Docker image is now pushed to GitHub Container Registry (GHCR) for seamless deployment.

GitHub Container Registry (GHCR) - Service Images

If you want to manually pull credo-controller image, visit the package registry:
GitHub Packages - GHCR

To pull the image manually, use:

docker pull ghcr.io/credebl/credo-controller:latest

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

10 Mar 13:47
bb716a3
Compare
Choose a tag to compare

What changed

This major release includes changes to DID creation, a fix for the ProofController by adding new fields, updates to polygon routes, and improvements in credential fetching. The DID creation changes involve modifications to the request and response, with the response now returning the didDocument along with the DID in the DidController. The proof payload has been refactored, and a threadId has been added to uniquely identify the proof record. In the out-of-band proof API, a goalCode has been introduced. The credential APIs now include goalCode, outOfBandRecordId, and credentialRequestThreadId. The polygon route for schema creation has been corrected. Additionally, an API has been added to fetch credential form data.

Features

feat: implemented form data for credentials by @tipusinghaw in #223
feat: transition from Blockster Labs to Ayanworks by @GHkrishna in #209
feat: add agent env for starting agent locally by @GHkrishna in #210
feat: update yarn lock by @pranalidhanavade in #227

Fixes

fix: added goal code to outofBandRecord in the proof controller by @bhavanakarwade in #234
fix: added goalCode, outOfBandRecordId, credentialRequestThId in credential controller by @pranalidhanavade in #235
fix: changed the polygon routes by @tipusinghaw in #238
fix: add proof record thread id by @pallavighule in #243
fix: added compass.yml file by @pranalidhanavade in #244
fix: resolve linting issues by @pranalidhanavade in #247

Refactor

refactor: update DID creation response by @bhavanakarwade in #236
refactor: updated polygon-module package version by @tipusinghaw in #225
refactor: updated version for release by @pranalidhanavade in #229
refactor: updated version for release by @pranalidhanavade in #230

v1.1.0

03 Sep 10:56
8530cd3
Compare
Choose a tag to compare

What's Changed

Feat

Fix

Refactor

New Contributors

Full Changelog: v0.2-beta.04...v1.1.0

v0.2-beta.04

08 Mar 15:31
6bc9a11
Compare
Choose a tag to compare
v0.2-beta.04 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.2-beta.02...v0.2-beta.04

v0.2-beta.03

29 Dec 13:12
17ad386
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Refactor

Full Changelog: v0.2-beta.01...v0.2-beta.03

v0.2-beta.02

27 Nov 10:42
17ad386
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2-beta.01...v0.2-beta.02

v0.2-beta.01

02 Sep 12:02
5efb521
Compare
Choose a tag to compare
v0.2-beta.01 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2-alpha.01...v0.2-beta.01

v0.2-alpha.01

03 Aug 13:47
7c53c1c
Compare
Choose a tag to compare
v0.2-alpha.01 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/credebl/afj-controller/commits/v0.2-alpha.01