Releases: trellis-ldp/trellis-extensions
Release 0.9.1
This is the first release in the 0.9.x series. The version number for this series has been aligned with the core Trellis project.
This release brings together several different projects under a single umbrella: database persistence, AWS integration and Cassandra data storage.
In addition, Quarkus-based Docker images are produced for the various persistence layers, in addition to the Dropwizard-based deployment artifacts.
Release 0.2.3
This is a patch release in the 0.2 series of database persistence layer for Trellis. This release brings in the latest, 0.8.3 release of Trellis core, which simplifies Memento header generation and upgrades the Jackson dependency to address CVE-2019-12086.
There are no changes to the Java interfaces and no need to migrate data of existing Trellis systems.
Release 0.2.2
This is a patch release in the 0.2.x series. This release updates the code to use the latest Trellis core (0.8.2). Please refer to the release notes for Trellis for further information.
Release 0.2.1
This is a patch release, using the latest Trellis 0.8.1 code.
Release 0.2.0
The 0.2.0 release makes use of the updated 0.8 Trellis API. This release also introduces a namespace service that uses the database directly, making multi-node deployments easier to manage.
Release 0.1.1
This is a patch release of the Trellis application, built on a database persistence layer.
This release updates the dependencies of trellis-ext-db
. There is no data migration needed with this update.
Release 0.1.0
This is the initial release of trellis-ext-db
, a persistence layer for Trellis that makes use of a relational database system. This release is based on the 0.7.x version of the Trellis API.
PostgreSQL and MySQL/MariaDB are supported.