Skip to content

Releases: trellis-ldp/trellis

Release 0.14.2

20 Aug 19:20
trellis-0.14.2
07475b5
Compare
Choose a tag to compare

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

03 Aug 19:38
trellis-0.14.1
a2d1fd7
Compare
Choose a tag to compare

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

29 Jul 02:13
trellis-0.14.0
5e28163
Compare
Choose a tag to compare

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

08 Jul 00:52
trellis-0.13.1
e0c5aa4
Compare
Choose a tag to compare

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

03 Jul 23:58
trellis-0.13.0
7dee66f
Compare
Choose a tag to compare

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

13 Jun 14:55
trellis-0.12.2
8e18f80
Compare
Choose a tag to compare

This is a patch release in the 0.12.x series. The notable change in this release includes:

  • #889 - Making the file digest algorithm configurable
  • #893 - Fixing the effectiveAcl link header

Release 0.12.1

27 May 18:34
trellis-0.12.1
6cac636
Compare
Choose a tag to compare

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:

  • #864 changing the configuration keys in the jena module from trellis.io to trellis.jena
  • #874 change how the RDFa service loads template resources
  • #877 adjust package visibility for Java11 modularity

Release 0.12.0

24 May 13:22
trellis-0.12.0
Compare
Choose a tag to compare

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 just trellis-jena and trellis-constraint-rules is now just trellis-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 single trellis container, which supports Triplestore, PostgreSQL, H2 and MySQL/MariaDB backends
  • For more high-performance containers, based on Quarkus, the trellis-postgresql and trellis-triplestore containers are available.

Release 0.11.3

24 May 12:58
trellis-0.11.3
Compare
Choose a tag to compare

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

19 May 01:32
trellis-0.11.2
Compare
Choose a tag to compare

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.