Skip to content

Latest commit

 

History

History
78 lines (57 loc) · 3.58 KB

CHANGELOG.md

File metadata and controls

78 lines (57 loc) · 3.58 KB

Release 0.6.5

Highlights

  • CE/registry rebrand
  • Several minor fixes on json-schemas and the envelopes crud flow

Release 0.6

Highlights

  • Search feature (#5)
  • VM bootstrap script (PR#38)
  • Licenses inventory (PR#39)
  • Docs update, including swagger and samples.

Release 0.5

Highlights

  • Add paradata schemas (#13)
  • Create api info documentation (#25)

Release 0.4

Highlights

  • Create a ROADMAP (#30)
  • Homepage on / with the readme on it (#29)
  • Fix metadata_registry property for lr 1.0 compliance (#28)
  • Metadataregistry rebranding, improvements on readme and other docs (#28)

Release 0.3

Highlights

  • Add schema definition and validation for CredentialRegistry (Organization and Credentials) (#8)
  • Walkthrough docs for CredentialRegistry (#26)
  • Use ERB templates (through the JSONSchema renderer class) to build composable json-schemas (#22)
  • Allow cred-reg and other communities to have multiple schema definitions for different resources (#14)
  • Organize communities schemas and etc on different folders, and handle lr_metadata properly. (#23)

Release 0.2

Highlights

  • Introduce the concept of envelope community. It acts as a top level entity and needs to be present in every operation related to envelopes. (#15)
  • Backup & Restore dump files consisting of encoded envelopes to Internet Archive (#6)
  • Display general information when accessing root endpoints (#18)
  • Preliminary use of JSON Schema files that can perform the validations for both resource metadata and API requests. (#8 and #14)
  • Add compatibility with JRuby 9.1.2.0 (#a9277b5)
  • Allow deleting multiple envelopes by URL (#5a75de)

Release 0.1

First numbered release.

Highlights

  • Allow basic publishing of envelopes using JWT payloads. (#1)
  • Other simple operations, such as update, delete or list envelopes. (#2, #3 and #4)
  • First implementation of resource metadata constraints and validations.