Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

V1 Release Notes

Derk Norton edited this page Nov 25, 2019 · 1 revision
  • Updated the dependencies to version 1.15.0 of bali-component-framework and version 1.12.2 of bali-digital-notary.
  • Updated the dependencies to version 1.14.1 of bali-component-framework and version 1.12.1 of bali-digital-notary.
  • Updated the dependencies to version 1.14.0 of bali-component-framework and version 1.12.0 of bali-digital-notary.
  • Updated the dependencies to the latest versions of bali-component-framework and bali-digital-notary.
  • Changed accountId to accountTag since it does not contain a version number.
  • Changed the S3 configuration to be a parameter that is passed into the constructor for the repository.S3Repository module.
  • Updated package dependencies and release version to 1.0.3.
  • Updated the version of the dependency on the bali-component-framework to 1.12.3.
  • Updated the version of the dependency on the bali-component-framework to 1.12.2.
  • This is the initial release of this package. It contains the following classes that implement the Bali Document Repository™ API:
    • LocalRepository - A local filesystem based implementation of the repository for local testing.
    • RemoteRepository - A proxy to a remote RESTful web service implementation of the repository.
    • S3Repository - An AWS S3 bucket based implementation of the repository accessible only with the right AWS credentials.