Skip to content

v1.30.0

Compare
Choose a tag to compare
@jeswr jeswr released this 31 Jul 10:56
· 299 commits to main since this release
03e68e4

v1.30.0

New features

  • validateContainedResourcesAll: In addition to the change to getContainedResourcesAll
    described in the Bugfix section, a new function is added to the API to help detecting
    incorrect containment claims.

Bugfixes

  • getProfileAll now also follows rdfs:seeAlso when discovering extended profiles.
  • When listing contained resources with getContainedResourcesAll, resources that
    are not direct child resources of the target container from a URL path semantics
    perspective are no longer returned. This means https://pod.example.org/foo/bar/moo
    cannot be considered a child resource of https://pod.example.org/foo/, regardless
    of the ldp:contains statements in the container. Resources from a different
    origin are also be excluded by this change.