Skip to content

Releases: trellis-ldp/trellis-extensions

Release 0.9.1

18 Dec 19:11
trellis-extensions-0.9.1
Compare
Choose a tag to compare

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

30 May 14:57
trellis-ext-db-0.2.3
Compare
Choose a tag to compare

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

11 May 20:08
trellis-ext-db-0.2.2
Compare
Choose a tag to compare

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

07 Apr 12:28
trellis-ext-db-0.2.1
Compare
Choose a tag to compare

This is a patch release, using the latest Trellis 0.8.1 code.

Release 0.2.0

31 Jan 22:52
trellis-ext-db-0.2.0
Compare
Choose a tag to compare

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

17 Aug 14:15
trellis-ext-db-0.1.1
Compare
Choose a tag to compare

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

25 Jul 14:31
trellis-ext-db-0.1.0
Compare
Choose a tag to compare

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.