Releases: trellis-ldp/trellis
Release 0.14.2
This is a patch release in the 0.14.x series. The significance of this release is to mark certain classes as deprecated in preparation for removal in the 0.15 release series. In particular, the org.trellisldp.http.core
classes have been relocated to org.trellisldp.common
as part of the trellis-common
artifact.
Release 0.14.1
This is a patch release in the 0.14.x series. Notably, this fixes a bug in the content negotiation logic for binary resources, making it easier to browse these resources directly with a web browser.
Release 0.14.0
This is the first release of the 0.14 series. There are some minor refinements to some of the public APIs, though there are no changes to the underlying data schema.
One of the notable changes is that the new terminology, introduced in 0.13 is now required. For more details, please refer to #939 for more details.
A full list of issues resolved for this release are listed on the 0.14 Milestone
Release 0.13.1
This is a release in the Trellis 0.13.x series. The notable changes with this release was an update to some of the configuration terminology. Trellis now uses allowedContexts
and allowedContextDomains
to define external JSON-LD contexts. The earlier configuration value will be removed for the 0.14.x release series.
Release 0.13.0
This is the first release in the 0.13 series.
The principle changes with this release include the deprecation of some classes that will be removed in the 0.14 release
Release 0.12.2
Release 0.12.1
This is a patch release in the 0.12.x series. There are no interface changes and no data migration changes.
The notable changes with this release include:
Release 0.12.0
This is the first release in the 0.12.x series.
The highlights of this release include:
- #810 The database component from trellis-extensions has been migrated to the core repository as trellis-jdbc
- #358 The new jena-commonsrdf module is now being used as a CommonsRDF implementation
- #848 The artifact and package names have been adjusted to be more consistent (e.g.
trellis-io-jena
is now justtrellis-jena
andtrellis-constraint-rules
is now justtrellis-constraint
) - #837 Publish quarkus-based JDBC container as
trellis-postgresql
For a complete list of changes, please refer to the 0.12 Release milestone
There are also some changes to the docker containers that are published.
- The
trellis-ext-*
containers are no longer supported - The features of
trellis-ext-db
are now part of a singletrellis
container, which supports Triplestore, PostgreSQL, H2 and MySQL/MariaDB backends - For more high-performance containers, based on Quarkus, the
trellis-postgresql
andtrellis-triplestore
containers are available.
Release 0.11.3
This is a patch release in the 0.11.x series. This release adds the ability to disable authorization checks at runtime. It also deprecates a number of methods in preparation for the 0.12 series.
Release 0.11.2
This is a patch release in the 0.11.x series. The notable feature in this release is the ability to add an external default ACL document.