Skip to content

Releases: hashgraph/guardian

v1.1.1

18 Feb 18:50
94b4b62
Compare
Choose a tag to compare

This is a hotfix release addressing the build failure issue #469, it is based on v1.0.5 and subsequent hotfix v1.1.0 and delivers working versioning and publishing/importing of policies and schemas onto IPFS.

Release content

See base release content v1.0.5 .

Fixed:

  • Failing build issue #469

Known issues:

  • Guardian-service exits at first boot when Hedera fails to respond for > 2 minutes #453

Full changelog

v1.1.0

15 Feb 14:23
4959e67
Compare
Choose a tag to compare

With this release we bring version numbering to the appropriate https://semver.org/ level. This release includes the hotfix for the policy import timeout issue, it is based on v1.0.5 and delivers working versioning and publishing/importing of policies and schemas onto IPFS.

Release content

See base release content v1.0.5 .

Fixed:

  • IPFS policy import timeout #454

Known issues:

  • Guardian-service exits at first boot when Hedera fails to respond for > 2 minutes #453

Full changelog

v1.0.5

15 Feb 10:56
0c2b118
Compare
Choose a tag to compare

This release's headline features are versioning and publishing/importing of policies and schemas onto IPFS. Additionally, it delivers a number of enhancements to the UI/UX and API, along with improved documentation and several bug fixes.

Release content

Added

  • Publishing policies and schemas onto IPFS #47
  • Versioning support in Policy #310
  • Automatic API tests #199
  • Toggle VC view betwen Form and Raw #335
  • Mark required fields #394
  • Create File Upload Functionality for Schemas and Forms #279
  • API JSON Commenting #361
  • Tutorials: UI User Guide #155
  • Tutorial for Policies #355

Fixed:

Known issues:

  • Guardian-service exits at first boot when Hedera fails to respond for > 2 minutes #453

Full changelog

v1.0.5-develop

14 Feb 20:34
77c9ec0
Compare
Choose a tag to compare
v1.0.5-develop Pre-release
Pre-release

This is a development branch tag (and pre-release) for the public 1.0.5 release on the main. The headline feature of this release is publishing and importing policies and schemas onto IPFS. Additionally, it will deliver a number of enhancements to the API, along improved documentation and several bug fixes.

Release content

Added

  • Publishing policies and schemas onto IPFS #47
  • Versioning support in Policy #310
  • Automatic API tests #199
  • Toggle VC view betwen Form and Raw #335
  • Mark required fields #394
  • Create File Upload Functionality for Schemas and Forms #279
  • API JSON Commenting #361
  • Tutorials: UI User Guide #155
  • Tutorial for Policies #355

Fixed:

Full changelog

v1.0.4 Hotfix Release to v1.0.2

28 Jan 19:44
41ea567
Compare
Choose a tag to compare

This is a hotfix release to fix #366 (incorrect MRV URL in policy).

Release content

Fixed

  • Fix for MRV URL #366

Full changelog

v1.0.2 (January 2022)

11 Jan 18:57
f8cbee1
Compare
Choose a tag to compare

This release has been developed under enhanced process as described in the release management document. This release delivers a number of enhancements to the API in both Swagger and Postman. Additionally, this release includes new features such as Custom Roles, Form Data Validations, Policy Validation, along with other bug fixes.

Release content

Added

  • Forms data validation #43
  • Custom roles/actors mapping #51
  • Policy validation #56
  • Support lists in forms #120
  • Support required fields in forms #123
  • New API development #197
  • Re-Factor FE to use the new API #198
  • Revised API documentation #200

Fixed:

  • Timeout related error handling #226
  • Hardcode schemes deletion #236
  • Creating a new Installer user with already existing username causes 500 error #238

Full changelog

v1.0.1 (API hotfix, December 2021)

17 Dec 17:55
0c17428
Compare
Choose a tag to compare
  • Supported lists and required fields in forms, changed the generation of the resulting schema json file #203

Fixed

  • Swagger API and Postman Collection have been fixed and now include authentication header, parameters, models, etc. allowing requests to the Guardian API #204
  • Fixed typos, expanded API endpoints descriptions #204

v1.0.0 (December 2021)

14 Dec 17:37
37dfd83
Compare
Choose a tag to compare

This release has been developed under enhanced process as described in the release management document. This release delivers a number of enhancements to the policy workflow and capabilities, as well bug fixes and documentation improvements.

Release content

Added

  • Basic CI/CD #4
  • Repository Bages #40
  • Policy export/import #50
  • Lists in schema #41
  • Required Fields in schema #118
  • Editing schemas #45
  • Policy engine restore #49
  • Core functionality for Unit tests #37
  • Memo on a Hedera Network Topic Describing the Policy for Discoverability #48
  • Swagger API documentation #38
  • Postman API Documentation #39

Fixed:

  • Non-approved policy application shows spinning wheel on repeat #21
  • Restart Service functionality during policy editing not working #13
  • Reject application button doesn't work #22
  • Decimal places in token configuration results in different values for token minting in Guardian vs DLT
    #30
  • Contextual comments are lacking in the files #105
  • irec-policy-config.txt has incorrect url for MRV endpoint in individually built Nodes #29
  • Instructions in step 2 are invalid. Populating ID and Key info in .env and config files does nothing once the application is built and run #12

Full changelog

v1.0.0-beta.2

20 Oct 20:21
cbbfd3b
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

Added

  • New UI design applied

Fixed

  • VP and trust chain display for NFT
  • Display of errors during a transaction;
  • @hashgraph/sdk version was downgraded to 2.1.0 because of the issue

v1.0.0-beta.1

14 Oct 16:20
9e08213
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

Added

  • Initial release of the Guardian includes:
    • Front End: Web Browser-based User Interface
    • Guardian-Service: Token functions, storage for VCs, VPs, and Schemas
    • Interfaces: send the structure for the information from the front end to the back end
    • Message-broker: enables connections between services
    • Mrv-sender: IoT simulator
    • Ui-service: Contains the back-end for the front-end and contains the Policy Workflow Engine