Skip to content

v2.0.2

Latest
Compare
Choose a tag to compare
@pranalidhanavade pranalidhanavade released this 30 Apr 13:59
· 2 commits to main since this release
e0e2787

Release summary

This release introduces schema creation with support for nested attributes and support for displaying schema aliases in the schema table. It also adds validations for ledgerId fields across all issuance methods, improving data accuracy and reducing the likelihood of misconfigurations.

The development and local deployment experience has been improved with updates to the docker-compose setup and the addition of a seed Dockerfile. Configuration files saw refinements as well, including updates to .env.demo and NATS server settings.

Unnecessary values and unused libraries were removed to clean up the codebase, and new files like compass.yml were added to better support QA and CI environments. Additional cleanup included removing lock files (yarn.lock, package-lock.json) and eliminating unused services like the image-service. Internal refactoring also consolidated the nats-interceptor and responses libraries into a new common package, simplifying the code structure.

To streamline collaboration, a FEATURE-REQUEST.md template was introduced, and minor improvements were made to the README for better documentation clarity. On the API front, the GET proof record endpoint now properly returns a 404 status for non-existent records, making error handling more consistent.

What's changed

Features

feat: support nested attributes while creating schema by @bhavanakarwade in #1166
feat: update schema details and add alias in schema table by @pallavighule in #1129
feat: create FEATURE-REQUEST.md by @GHkrishna in #1181
feat: validations for organization and template ledgerId in all issuance methods by @bhavanakarwade in #1200
feat: update-docker-compose by @KambleSahil3 in #1209, #1210
feat: added seed dockerfile by @KambleSahil3 in #1203

Fixes

fix: remove yarn.lock and package-lock.json files by @sairanjit in #1133
fix: add aws module into monorepo #1135 by @sairanjit in #1135
fix: added compass.yml file by @pranalidhanavade in #1130
fix: remove unused libs #1163 by @sairanjit in #1163
fix: docs-readme typo by @NucleonGodX in #1170
fix: update GET proof record endpoint to return 404 for non-existing records by @amrrdev in #1190
fix: update .env.demo file by @KambleSahil3 in #1198
fix: update nats server configurations by @GHkrishna in #1206
fix: update .env.demo by @GHkrishna in #1205
fix: removed unwanted values by @KambleSahil3 in #1212, #1213
fix: qa conflict fixes by @GHkrishna in #1214

Refactors

refactor: remove image-service from libs #1164 by @sairanjit in #1164
refactor: merge nats-interceptor and responses lib into common #1165 by @sairanjit in #1165
refactor: create common package in libs #1167 by @sairanjit in #1167
refactor: error handling for download csv file by @bhavanakarwade in #1182

New Contributors

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